A method, system, and computer program product for providing security for files transferred across a network, such as the Internet is provided. In one embodiment, a web service receives a request for content from a partner. The web service contacts a certificate authority to authenticate the partner and retrieves the requested content. The web service then generates a secret key and encrypts the content with the secret key to produce encrypted content. The secret key and the encrypted content are then embedded within a digital certificate issued by the certificate authority by using the public key of a public/private key pair issued by the certificate authority. The digital certificate is then transmitted to the partner where the partner decrypts the digital certificate to obtain the secret key and then uses the secret key to decrypt the encrypted content. A similar process may be used for the partner to send content to the web service.
|
10. A method in a web service for providing security for files transferred across a network, the method comprising:
receiving a request from a partner to transfer content to a web service, the request to transfer content including a partner master key, which is encrypted using a public key of the web service, there being an unpublished partner private key;
recovering the partner master key from the request and contacting a certificate authority to authenticate the partner master key;
receiving a digital certificate comprising an encrypted secret key and encrypted content, wherein the encrypted content has been encrypted with at least one secret key;
extracting at least one unencrypted secret key from the digital certificate;
decrypting the encrypted content using the at least one unencrypted secret key to produce decrypted content;
re-encrypting the decrypted content using a second secret key to produce a re-encrypted content file;
encrypting the second secret key and the re-encrypted content file with the partner master key to produce a digital certificate; and
transmitting the digital certificate comprising the encrypted second secret key and the re-encrypted content file to the partner.
22. A non-transitory computer readable storage media containing computer program instructions, which when executed cause a computer to securely transfer files across a network as a web service that provides content files transferred across a network, the computer readable storage media comprising:
first instructions for receiving a request for content from a partner, the request for content including a partner master key, which is encrypted using a public key of the web service, there being not received from the partner, a partner private key corresponding to the partner master key;
second instructions for recovering the partner master key from the request and contacting a certificate authority to authenticate the partner master key;
third instructions for retrieving the content upon authentication that the partner master key belongs to said partner;
fourth instructions for encrypting the content with a secret key to produce encrypted content;
fifth instructions for embedding the encrypted content and the secret key within a digital certificate issued by the certificate authority, fifth instructions including instructions to encrypt the digital certificate with the partner master key; and
sixth instructions for transmitting the encrypted digital certificate to the partner.
1. A method in a web service for providing security for files transferred across a network, the method comprising:
receiving a request for content from a partner, the request for content including a partner master key, which is encrypted using a public key of the web service, the partner master key having a corresponding unpublished partner private key;
recovering the partner master key from the request and contacting a certificate authority (CA) to authenticate the partner master key as belonging to said partner;
retrieving the content upon authentication that the partner master key belongs to said partner;
encrypting the content with a web service secret key to produce encrypted content;
embedding the encrypted content and the web service secret key within a digital certificate issued by the certificate authority;
encrypting the certificate authority-issued digital certificate, including the embedded encrypted content and web service secret key, with the partner master key; and
transmitting the encrypted digital certificate to the partner;
whereby the web-service secret key and encrypted content can be recovered from the encrypted digital certificate using the partner private key and thereafter the encrypted content can be decrypted using the web service secret key.
31. A computer program product on a non-transitory computer readable medium to be executed in a data processing system used as a web service for providing security for files transferred across a network, the computer program product comprising:
first instructions for receiving a request from a partner to transfer content to a web service the request to transfer content including a partner master key, which is encrypted using a public key of the web service, there being un-received, a partner private key corresponding to the partner master key;
second instructions for recovering the partner master key from the request and contacting a certificate authority to authenticate the partner master key;
third instructions for receiving a first digital certificate comprising an encrypted secret key and encrypted content, wherein the encrypted content has been encrypted with at least one secret key;
fourth instructions for extracting at least one unencrypted secret key from the first digital certificate;
fifth instructions for decrypting the encrypted content using the at least one unencrypted secret key to produce unencrypted content and for re-encrypting the content using a second secret key; and
said fifth instructions including additional instructions for encrypting the re-encrypted content and the second secret key into a second digital certificate using the partner master key, and for sending the second digital certificate to said partner whereby the second digital certificate can be decrypted using the partner secret key.
2. The method as recited in
3. The method as recited in
4. The method as recited in
6. The method as recited in
7. The method as recited in
8. The method as recited in
9. The method as recited in
11. The method as recited in
12. The method as recited in
14. The method as recited in
15. The method as recited in
16. The method as recited in
18. The method as recited in
19. The method as recited in
20. The method as recited in
21. The method as recited in
23. The computer program product as recited in
24. The computer program product as recited in
25. The computer program product as recited in
26. The computer program product as recited in
27. The computer program product as recited in
28. The computer program product as recited in
29. The computer program product as recited in
30. The computer program product as recited in
32. The computer program product as recited in
33. The computer program product as recited in
34. The computer program product as recited in
35. The computer program product as recited in
36. The computer program product as recited in
37. The computer program product as recited in
38. The computer program product as recited in
39. The computer program product as recited in
40. The computer program product as recited in
41. The computer program product as recited in
42. The computer program product as recited in
|
1. Technical Field
The present invention relates generally to computer software and, more particularly, to web services.
2. Description of Related Art
The “Internet” is a worldwide network of computers Today, the Internet is made up of more than 65 million computers in more than 100 countries covering commercial, academic and government endeavors. Originally developed for the U.S. military, the Internet became widely used for academic and commercial research. Users had access to unpublished data and journals on a huge variety of subjects. Today, the Internet has become commercialized into a worldwide information highway, providing information on every subject known to humankind.
The Internet's surge in growth in the latter half of the 1990s was twofold. As the major online services (AOL, CompuServe, etc.) connected to the Internet for e-mail exchange, the Internet began to function as a central gateway. A member of one service could finally send mail to a member of another. The Internet glued the world together for electronic mail, and today, the Internet mail protocol is the world standard.
Secondly, with the advent of graphics-based Web browsers such as Mosaic and Netscape Navigator, and soon after, Microsoft's Internet Explorer, the World Wide Web took off. The Web became easily available to users with PCs and Macs rather than only scientists and hackers at UNIX workstations. Delphi was the first proprietary online service to offer Web access, and all the rest followed. At the same time, new Internet service providers rose out of the woodwork to offer access to individuals and companies. As a result, the Web has grown exponentially providing an information exchange of unprecedented proportion. The Web has also become “the” storehouse for drivers, updates and demos that are downloaded via the browser.
Many services on the Internet involve the transfer of sensitive information that needs to remain private. For example, financial transactions, bank accounts, credit card information, and the like, as well as company or government secret documents, may need to be transferred across the Internet, but should be transferred in such a way as to prevent unauthorized access. Thus, businesses and other enterprises who have a need to expose or exchange sensitive information to their partners are always challenged with the way information is transmitted. As mentioned above, there are various expensive schemes that customers can choose (e.g., Secure ftp, ftp (encrypted files), or use a secure tunnel) to ensure privacy in exposing or exchanging the sensitive information. However, all of these solutions come with an additional cost, moreover these solutions rely heavily on the same type of product at the partners receiving end. Currently, there are no tools available that run on any operating system that offer an RC2, DES, or Triple DES web service that does encryption/decryption of the posted files, where the posted files may be in any format. Furthermore, secure File Transfer Protocol (FTP) is often slow and most tools either offer Secure Socket Layer (SSL) based or Secure Shell (SSH) based FTP, but not a combination of both, thus allowing the files that in transit to be susceptible to hacks. Encryption/Decryption of files prior to transfer involves procurement of expensive encryption/decryption infrastructure both for the sender and receiver. In addition, there is always the problem of integrating the file encryption process with the certificate authority process. Also, if FTP is used to transfer the files, the user identification (ID) and password in clear view with FTP, and, thus, security is compromised. Therefore, it would be desirable to have a web service that does not require the partners in an exchange of information to have the same type of product on both, that encrypts/decrypts files in any format, and that incorporates encryption/decryption and digital certificates.
The present invention provides a method, system, and computer program product for providing security for files transferred across a network, such as the Internet. In one embodiment, a web service receives a request for content from a partner. The web service contacts a certificate authority to authenticate the partner and retrieves the requested content. The web service then generates a secret key and encrypts the content with the secret key to produce encrypted content. The secret key and the encrypted content are then embedded within a digital certificate issued by the certificate authority by using the public key of a public/private key pair issued by the certificate authority. The digital certificate is then transmitted to the partner where the partner decrypts the digital certificate to obtain the secret key and then uses the secret key to decrypt the encrypted content. A similar process may be used for the partner to send content to the web service.
The novel features believed characteristic of the invention are set forth in the appended claims. The invention itself, however, as well as a preferred mode of use, further objectives and advantages thereof, will best be understood by reference to the following detailed description of an illustrative embodiment when read in conjunction with the accompanying drawings, wherein:
With reference now to the figures, and in particular with reference to
Distributed data processing system 100 is a network of computers in which the present invention may be implemented. Distributed data processing system 100 contains network 102, which is the medium used to provide communications links between various devices and computers connected within distributed data processing system 100. Network 102 may include permanent connections, such as wire or fiber optic cables, or temporary connections made through telephone connections.
In the depicted example, server 104 is connected to network 102, along with storage unit 106. In addition, clients 108, 110 and 112 are also connected to network 102. These clients, 108, 110 and 112, may be, for example, personal computers or network computers. For purposes of this application, a network computer is any computer coupled to a network that receives a program or other application from another computer coupled to the network. In the depicted example, server 104 provides a pay per use web service for encryption/decryption of information exchanged between server 104 and any of partner clients 108-112. The pay per use web service is described in more detail below. Distributed data processing system 100 may include additional servers, clients, and other devices not shown. Distributed data processing system 100 also includes printers 114, 116 and 118.
In the depicted example, distributed data processing system 100 is the Internet, with network 102 representing a worldwide collection of networks and gateways that use the TCP/IP suite of protocols to communicate with one another. At the heart of the Internet is a backbone of high-speed data communication lines between major nodes or host computers consisting of thousands of commercial, government, education, and other computer systems that route data and messages. Of course, distributed data processing system 100 also may be implemented as a number of different types of networks such as, for example, an intranet or a local area network.
Referring to
Peripheral component interconnect (PCI) bus bridge 214 connected to I/O bus 212 provides an interface to PCI local bus 216. A number of modems 218-220 may be connected to PCI bus 216. Typical PCI bus implementations will support four PCI expansion slots or add-in connectors. Communications links to network computers 108-112 in
Additional PCI bus bridges 222 and 224 provide interfaces for additional PCI buses 226 and 228, from which additional modems or network adapters may be supported. In this manner, server 200 allows connections to multiple network computers. A memory mapped graphics adapter 230 and hard disk 232 may also be connected to I/O bus 212 as depicted, either directly or indirectly.
Those of ordinary skill in the art will appreciate that the hardware depicted in
Data processing system 200 may be implemented as, for example, an AlphaServer GS1280 running a UNIX® operating system. AlphaServer GS1280 is a product of Hewlett-Packard Company of Palo Alto, Calif. “AlphaServer” is a trademark of Hewlett-Packard Company. “UNIX” is a registered trademark of The Open Group in the United States and other countries.
With reference now to
An operating system runs on processor 302 and is used to coordinate and provide control of various components within data processing system 300 in
Those of ordinary skill in the art will appreciate that the hardware in
With reference now to
SSL (Secure Socket Layer) is a handshake protocol that was developed by Netscape Communications Corporation to provide security and privacy over the Internet. The protocol supports server and client authentication. The SSL protocol is application independent, allowing protocols like HTTP, FTP (File Transfer Protocol), and Telnet to be layered on top of it transparently. The SSL protocol is able to negotiate encryption keys as well as authenticate the server before data is exchanged by the higher-level application. The SSL protocol maintains the security and integrity of the transmission channel by using encryption, authentication and message authentication codes.
The SSL Handshake Protocol consists of two phases, server authentication and client authentication, with the second phase being optional. In the first phase, the server, in response to a client's request, sends its certificate and its cipher preferences. The client then generates a master key, which it encrypts with the server's public key, and transmits the encrypted master key to the server. The server recovers the master key and authenticates itself to the client by returning a message encrypted with the master key. Subsequent data is encrypted with keys derived from this master key. In the optional second phase, the server sends a challenge to the client. The client authenticates itself to the server by returning the client's digital signature on the challenge, as well as its public-key certificate.
SOAP is a message-based protocol based on Extensible Markup Language (XML) for accessing services on the Web. It employs XML syntax to send text commands across the Internet using Hypertext Transfer Protocol (HTTP). Similar in purpose to the Distributed Component Object Model (DCOM) and Common Object Request Broker Architecture (CORBA) distributed object systems, but lighter weight and less programming intensive (at least initially), SOAP is expected to become widely used to invoke services throughout the Web. Because of its simple exchange mechanism, SOAP can also be used to implement a messaging system.
The web service server 404 then contacts a Certificate Authority (CA) 406 to authenticate/authorize the user and to ensure that the user is a valid user and may access the web service. The CA 406 may belong to the enterprise implementing the web service or, more typically, is an outside CA utilized by the web service. A CA is an organization that issues digital certificates (digital IDs) and makes its public key widely available to its intended audience. The digital certificate (also called digital ID) is the digital equivalent of an ID card used in conjunction with a public key encryption system. The CA 406 verifies that a public key belongs to a specific company or individual, and the certification process varies depending on the level of certification and the CA itself. Drivers licenses, notarization and fingerprints are types of documentation that may be used.
The digital certificate typically uses the X.509 file format and contains CA 406 and user information, including the user's public key (details below). The CA signs the certificate by creating a digest, or hash, of all the fields in the certificate and encrypting the hash value with its private key. The signature is placed in the certificate.
The process of verifying the “signed certificate” is done by the recipient's (e.g., partner 402) software such as a Web browser or e-mail program. The software uses the widely known public key of the CA to decrypt the signature back into the hash value. If the decryption is successful, the identity of the user is verified. The software then recomputes the hash from the raw data (cleartext) in the certificate and matches it against the decrypted hash. If they match, the integrity of the certificate is verified (it was not tampered with).
A signed certificate (the digital certificate) is typically combined with a signed message, in which case the signature in the certificate verifies the identity of the user while the signature in the message verifies the integrity of the message contents. The fact that the message is encrypted ensures privacy of the content.
An X.509 certificate consists of the following fields:
An X.509 certificate binds an identity to a pair of electronic keys that can be used for encrypting and signing digital information. The pair consists of two related keys—a public key and a private key. The public key can be used by anyone to verify a message signed with the private key or to encrypt a message that can only be decrypted using the private key. The private key must be kept secure and protected against unauthorized use.
If partner 402 is requesting a file from web service server 404, after partner 402 is authorized by CA 406, the file is retrieved from a database (DB) 412, for example, a secure vault DB, where the file is stored. The file may be stored, for example, as a Binary Large Object (BLOB). A BLOB is a database field that holds any digitized information, including text, images, audio or video. Also known simply as a “large object” or LOB, a BLOB may have a huge storage capacity.
The encryption/decryption engine 408 decrypts the file from the DB 412 then encrypts the file using a different secret key from that used to encrypt the file in the DB 412. The encryption method may be, for example, a Ron's Code (RC) algorithm (also known as a Rivest's Cipher algorithm), Data Encryption Standard (DES), or Triple DES.
RC algorithms are a family of secret key cryptographic algorithms from RSA Security, Inc. of Bedford, Mass. RC2 uses a variable key and the block cipher method. RC4 uses a variable key and stream cipher method. Both RC5 and RC6 are block ciphers with variable keys up to 2,040 bits. RC6 uses integer multiplication for improved performance over R5. RC6 was designed to conform to the Advanced Encryption Standard (AES) standard and was a finalist in the competition for the AES algorithm.
DES is a National Institute of Standards & Technology (NIST)—standard secret key cryptography method that uses a 56-bit key. DES is based on an IBM algorithm which was further developed by the U.S. National Security Agency. It uses the block cipher method which breaks the text into 64-bit blocks before encrypting them. There are several DES encryption modes. The most popular mode exclusive ORs each plaintext block with the previous encrypted block.
DES decryption is very fast and widely used. The secret key may be kept a total secret and used over again. Or, a key can be randomly generated for each session, in which case the new key is transmitted to the recipient using a public key cryptography method such as the Rivest-Shamir-Adleman (RSA) cryptography.
Triple DES increases security by extending the key to 112 or 168 bits, but requires multiple passes and takes more time. EEE3 uses three keys and encrypts three times. EDE3 uses three keys to encrypt, decrypt and encrypt again. EEE2 and EDE2 are similar to EEE3 and EDE3, except that only two keys are used, and the first and third operations use the same key.
Once the file has been encrypted using a secret key by the encryption/decryption engine 408, the encrypted file and key are encrypted using a public key issued by the CA 406 and are sent to the partner 402 as, for example, an X.509 digital certificate. The partner 402 has previously sent the public key to the CA 406 to be used by the encryption/decryption engine in further encrypting the encrypted file and encrypting the secret key with which the file was encrypted. The partner 402 after receiving the digital certificate containing the encrypted file and encrypted secret key, decrypts the secret key using the private key associated with the public key that had been previously sent to the CA 406. Thus, a file may be securely sent from the web service server 404 to a partner 402.
If, rather than requesting a file, the partner 402 desires to send a file to the web service server 404, the encryption/decryption engine creates a secret encryption key and sends the secret key to the partner 402 in a digital certificate issued by CA 406. The partner 402 decrypts the digital certificate to obtain the secret key and then uses the secret key to encrypt the file to be sent to the web service server 404. The encrypted file is then sent in a digital certificate to the web service server 404 where the encryption/decryption engine 408 removes the encrypted file from the digital certificate and decrypts the file using the secret key previously sent to he partner 402. The web service server 404 then saves the file to DB 412. Prior to saving the file to the DB 412, the encryption/decryption engine 408 may re-encrypt the file using the web services encryption methods for securely storing the file. Thus, the partner 402 does not have the encryption key(s) used by the web service, thereby adding an additional security layer preventing the partner 402, as well as others, from accessing other files within the DB 412.
Alternatively, partner 402 may use a secret key it generates itself and to encrypt the file to be sent to the web service server 404 and then encrypt the secret key within a digital certificate containing the secret key and the encrypted file.
As an added layer of security, the encrypted secret key may be transferred between the partner 402 and the web service server 404 as a separate packet from the encrypted file, thereby inhibiting the ability of a hacker to decrypt the file, since even if the hacker decrypts the secret key, the hacker may not have obtained the associated encrypted file.
Once the transaction has been completed, whether the transaction is sending a file to the partner 402 or receiving a file from the partner 402, the transaction is logged in a usage tracker database 410 allowing an information service (IS) provider to bill the enterprise operating the web service for the transactions made using the Information Service (IS) providers software.
It is important to note that while the present invention has been described in the context of a fully functioning data processing system, those of ordinary skill in the art will appreciate that the processes of the present invention are capable of being distributed in the form of a computer readable medium of instructions and a variety of forms and that the present invention applies equally regardless of the particular type of signal bearing media actually used to carry out the distribution. Examples of computer readable media include recordable-type media such a floppy disc, a hard disk drive, a RAM, and CD-ROMs.
The description of the present invention has been presented for purposes of illustration and description, but is not intended to be exhaustive or limited to the invention in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art. The embodiment was chosen and described in order to best explain the principles of the invention, the practical application, and to enable others of ordinary skill in the art to understand the invention for various embodiments with various modifications as are suited to the particular use contemplated.
Patent | Priority | Assignee | Title |
10013423, | Feb 02 2012 | Visa International Service Association | Multi-source, multi-dimensional, cross-entity, multimedia analytical model sharing database platform apparatuses, methods and systems |
10096022, | Dec 13 2011 | Visa International Service Association | Dynamic widget generator apparatuses, methods and systems |
10121129, | Jul 05 2011 | Visa International Service Association | Electronic wallet checkout platform apparatuses, methods and systems |
10154084, | Jul 05 2011 | Visa International Service Association | Hybrid applications utilizing distributed models and views apparatuses, methods and systems |
10204327, | Feb 05 2011 | Visa International Service Association | Merchant-consumer bridging platform apparatuses, methods and systems |
10223691, | Feb 22 2011 | Visa International Service Association | Universal electronic payment apparatuses, methods and systems |
10223710, | Jan 04 2013 | Visa International Service Association | Wearable intelligent vision device apparatuses, methods and systems |
10223730, | Sep 23 2011 | Visa International Service Association | E-wallet store injection search apparatuses, methods and systems |
10242358, | Aug 18 2011 | Visa International Service Association | Remote decoupled application persistent state apparatuses, methods and systems |
10262001, | Feb 02 2012 | Visa International Service Association | Multi-source, multi-dimensional, cross-entity, multimedia merchant analytics database platform apparatuses, methods and systems |
10262148, | Jan 09 2012 | Visa International Service Association | Secure dynamic page content and layouts apparatuses, methods and systems |
10318941, | Dec 13 2011 | Visa International Service Association | Payment platform interface widget generation apparatuses, methods and systems |
10354240, | Aug 18 2011 | Visa International Service Association | Multi-directional wallet connector apparatuses, methods and systems |
10419529, | Jul 05 2011 | Visa International Service Association | Hybrid applications utilizing distributed models and views apparatuses, methods and systems |
10430381, | Feb 02 2012 | Visa International Service Association | Multi-source, multi-dimensional, cross-entity, multimedia centralized personal information database platform apparatuses, methods and systems |
10438176, | Jul 17 2011 | Visa International Service Association | Multiple merchant payment processor platform apparatuses, methods and systems |
10482398, | Feb 28 2011 | Visa International Service Association | Secure anonymous transaction apparatuses, methods and systems |
10489756, | May 11 2011 | Toyota Jidosha Kabushiki Kaisha | Electronic receipt manager apparatuses, methods and systems |
10500481, | Oct 20 2010 | Playspan Inc. | Dynamic payment optimization apparatuses, methods and systems |
10586227, | Feb 16 2011 | Visa International Service Association | Snap mobile payment apparatuses, methods and systems |
10621605, | Feb 10 2011 | Visa International Service Association | Electronic coupon issuance and redemption apparatuses, methods and systems |
10685379, | Jan 05 2012 | Visa International Service Association | Wearable intelligent vision device apparatuses, methods and systems |
10688385, | Oct 20 2010 | Playspan Inc. | In-application universal storefront apparatuses, methods and systems |
10803449, | Jul 05 2011 | Visa International Service Association | Electronic wallet checkout platform apparatuses, methods and systems |
10825001, | Aug 18 2011 | Visa International Service Association | Multi-directional wallet connector apparatuses, methods and systems |
10846670, | Dec 13 2011 | Visa International Service Association | Payment platform interface widget generation apparatuses, methods and systems |
10983960, | Feb 02 2012 | Visa International Service Association | Multi-source, multi-dimensional, cross-entity, multimedia centralized personal information database platform apparatuses, methods and systems |
11010753, | Jul 05 2011 | Visa International Service Association | Electronic wallet checkout platform apparatuses, methods and systems |
11010756, | Aug 18 2011 | Visa International Service Association | Remote decoupled application persistent state apparatuses, methods and systems |
11023886, | Feb 22 2011 | Visa International Service Association | Universal electronic payment apparatuses, methods and systems |
11036681, | Feb 02 2012 | Visa International Service Association | Multi-source, multi-dimensional, cross-entity, multimedia analytical model sharing database platform apparatuses, methods and systems |
11037138, | Aug 18 2011 | Visa International Service Association | Third-party value added wallet features and interfaces apparatuses, methods, and systems |
11074218, | Feb 02 2012 | Visa International Service Association | Multi-source, multi-dimensional, cross-entity, multimedia merchant analytics database platform apparatuses, methods and systems |
11093919, | Feb 05 2011 | Visa International Service Association | Merchant-consumer bridging platform apparatuses, methods and systems |
11216468, | Feb 08 2015 | Visa International Service Association | Converged merchant processing apparatuses, methods and systems |
11250352, | Feb 28 2011 | Visa International Service Association | Secure anonymous transaction apparatuses, methods and systems |
11263601, | May 11 2011 | Visa International Service Association | Electronic receipt manager apparatuses, methods and systems |
11263640, | Mar 04 2011 | Visa International Service Association | Cloud service facilitator apparatuses, methods and systems |
11288661, | Feb 16 2011 | Visa International Service Association | Snap mobile payment apparatuses, methods and systems |
11308227, | Jan 09 2012 | Visa International Service Association | Secure dynamic page content and layouts apparatuses, methods and systems |
11311797, | Oct 20 2010 | Playspan Inc. | Dynamic payment optimization apparatuses, methods and systems |
11354723, | Sep 23 2011 | Visa International Service Association | Smart shopping cart with E-wallet store injection search |
11397931, | Aug 18 2011 | Visa International Service Association | Multi-directional wallet connector apparatuses, methods and systems |
11763294, | Aug 18 2011 | Visa International Service Association | Remote decoupled application persistent state apparatuses, methods and systems |
11803825, | Aug 18 2011 | Visa International Service Association | Multi-directional wallet connector apparatuses, methods and systems |
11853977, | May 11 2011 | Visa International Service Association | Electronic receipt manager apparatuses, methods and systems |
11900359, | Jul 05 2011 | Visa International Service Association | Electronic wallet checkout platform apparatuses, methods and systems |
11941008, | Feb 08 2015 | Visa International Service Association | Converged merchant processing apparatuses, methods and systems |
8571937, | Oct 20 2010 | PLAYSPAN INC | Dynamic payment optimization apparatuses, methods and systems |
8577803, | Jun 03 2011 | Visa International Service Association | Virtual wallet card selection apparatuses, methods and systems |
8762705, | Jul 24 2008 | Alibaba Group Holding Limited | System and method for preventing web crawler access |
9015478, | Jul 24 2008 | Alibaba Group Holding Limited | System and method for preventing web crawler access |
9117225, | Sep 16 2011 | Visa International Service Association | Apparatuses, methods and systems for transforming user infrastructure requests inputs to infrastructure design product and infrastructure allocation outputs |
9203863, | Jul 24 2008 | Alibaba Group Holding Limited | System and method for preventing web crawler access |
9355393, | Aug 18 2011 | Visa International Service Association | Multi-directional wallet connector apparatuses, methods and systems |
9646291, | May 11 2011 | Visa International Service Association | Electronic receipt manager apparatuses, methods and systems |
9652765, | Aug 26 2008 | Visa International Service Association | System and method for implementing financial assistance programs |
9710807, | Aug 18 2011 | Visa International Service Association | Third-party value added wallet features and interfaces apparatuses, methods and systems |
9757644, | Oct 20 2010 | PLAYSPIN INC. | Dynamic payment optimization apparatuses, methods and systems |
9773212, | Feb 28 2011 | Visa International Service Association | Secure anonymous transaction apparatuses, methods and systems |
9830328, | Feb 02 2012 | Visa International Service Association | Multi-source, multi-dimensional, cross-entry, multimedia merchant analytics database platform apparatuses, methods and systems |
9953334, | Feb 10 2011 | Visa International Service Association | Electronic coupon issuance and redemption apparatuses, methods and systems |
9953378, | Apr 27 2012 | Visa International Service Association | Social checkout widget generation and integration apparatuses, methods and systems |
9959531, | Aug 18 2011 | Visa International Service Association | Multi-directional wallet connector apparatuses, methods and systems |
9996838, | Mar 04 2011 | Visa International Service Association | Cloud service facilitator apparatuses, methods and systems |
Patent | Priority | Assignee | Title |
6418421, | Aug 13 1998 | Level 3 Communications, LLC | Multimedia player for an electronic content delivery system |
6961858, | Jun 16 2000 | MIH Technology Holdings BV | Method and system to secure content for distribution via a network |
7069318, | Mar 27 2002 | International Business Machines Corporation | Content tracking in transient network communities |
20020034302, | |||
20020169953, | |||
20030028664, | |||
20030123665, | |||
20030140223, | |||
20040168073, | |||
20050100161, | |||
EP1077398, | |||
WO3027924, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Dec 18 2003 | KAMALAKANTHA, CHANDRA H | Electronic Data Systems | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014853 | /0389 | |
Dec 23 2003 | Hewlett-Packard Development Company, L.P. | (assignment on the face of the patent) | / | |||
May 16 2006 | KAMALAKANTHA, CHANDRA H | Electronic Data Systems Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 017638 | /0713 | |
May 16 2006 | KAMALAKANTHA, CHANDRA H | Electronic Data Systems Corporation | DOCUMENT RE-RECORDED TO CORRECT ERRORS CONTAIED IN PROPERTY NUMBER 11744122 DOCUMENT PREVIOUSLY RECORDED ON REEL 017638 FRAME 0713 | 017732 | /0616 | |
Aug 29 2008 | Electronic Data Systems Corporation | ELECTRONIC DATA SYSTEMS, LLC | CHANGE OF NAME SEE DOCUMENT FOR DETAILS | 022460 | /0948 | |
Mar 19 2009 | ELECTRONIC DATA SYSTEMS, LLC | HEWLETT-PACKARD DEVELOPMENT COMPANY, L P | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 022449 | /0267 | |
Oct 27 2015 | HEWLETT-PACKARD DEVELOPMENT COMPANY, L P | Hewlett Packard Enterprise Development LP | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 037079 | /0001 | |
Dec 01 2016 | Hewlett Packard Enterprise Development LP | ENT SERVICES DEVELOPMENT CORPORATION LP | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 041041 | /0716 |
Date | Maintenance Fee Events |
Aug 27 2015 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Sep 27 2019 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Sep 27 2023 | M1553: Payment of Maintenance Fee, 12th Year, Large Entity. |
Date | Maintenance Schedule |
Mar 27 2015 | 4 years fee payment window open |
Sep 27 2015 | 6 months grace period start (w surcharge) |
Mar 27 2016 | patent expiry (for year 4) |
Mar 27 2018 | 2 years to revive unintentionally abandoned end. (for year 4) |
Mar 27 2019 | 8 years fee payment window open |
Sep 27 2019 | 6 months grace period start (w surcharge) |
Mar 27 2020 | patent expiry (for year 8) |
Mar 27 2022 | 2 years to revive unintentionally abandoned end. (for year 8) |
Mar 27 2023 | 12 years fee payment window open |
Sep 27 2023 | 6 months grace period start (w surcharge) |
Mar 27 2024 | patent expiry (for year 12) |
Mar 27 2026 | 2 years to revive unintentionally abandoned end. (for year 12) |