US8418235B2 - Client credential based secure session authentication method and apparatus - Google Patents
Client credential based secure session authentication method and apparatus Download PDFInfo
- Publication number
- US8418235B2 US8418235B2 US11/559,923 US55992306A US8418235B2 US 8418235 B2 US8418235 B2 US 8418235B2 US 55992306 A US55992306 A US 55992306A US 8418235 B2 US8418235 B2 US 8418235B2
- Authority
- US
- United States
- Prior art keywords
- client
- message
- key
- server
- mac
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active, expires
Links
- 238000000034 method Methods 0.000 title claims abstract description 49
- 238000004891 communication Methods 0.000 claims description 58
- 230000006870 function Effects 0.000 claims description 31
- 230000004044 response Effects 0.000 claims description 16
- 230000004913 activation Effects 0.000 claims description 11
- 230000005540 biological transmission Effects 0.000 claims description 8
- 238000004422 calculation algorithm Methods 0.000 description 13
- 238000010586 diagram Methods 0.000 description 6
- 238000006243 chemical reaction Methods 0.000 description 5
- 230000008569 process Effects 0.000 description 5
- 230000003321 amplification Effects 0.000 description 2
- 230000001413 cellular effect Effects 0.000 description 2
- 238000001914 filtration Methods 0.000 description 2
- 238000003780 insertion Methods 0.000 description 2
- 230000037431 insertion Effects 0.000 description 2
- 238000003199 nucleic acid amplification method Methods 0.000 description 2
- 238000012546 transfer Methods 0.000 description 2
- 238000012795 verification Methods 0.000 description 2
- 101100217298 Mus musculus Aspm gene Proteins 0.000 description 1
- 238000013459 approach Methods 0.000 description 1
- 230000009118 appropriate response Effects 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 230000001010 compromised effect Effects 0.000 description 1
- 238000004590 computer program Methods 0.000 description 1
- 235000014510 cooky Nutrition 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 230000001934 delay Effects 0.000 description 1
- 230000001419 dependent effect Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000009434 installation Methods 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 230000002085 persistent effect Effects 0.000 description 1
- 238000012545 processing Methods 0.000 description 1
- 230000002441 reversible effect Effects 0.000 description 1
- 230000005236 sound signal Effects 0.000 description 1
- 230000001360 synchronised effect Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/08—Network architectures or network communication protocols for network security for authentication of entities
- H04L63/083—Network architectures or network communication protocols for network security for authentication of entities using passwords
Definitions
- the present disclosure relates to secure session authentication and in particular relates to the establishment of a secure authenticated session without significant computational overhead.
- client-server environment communications between the client and server will often need to be authenticated.
- one computing device communicates with another computing device (client and server) over a network to access certain services.
- client and server In order to ensure the client and server are genuine, thereby maintaining identity and data integrity, authentication is required.
- the session can be authenticated with simple authentication.
- simple authentication such as basic authentication or HTTP (Hyper Text Transfer Protocol) Post-based authentication over SSL/TLS (Secure Socket Layer/Transport Layer Security) to authenticate a session.
- SSL/TLS Secure Socket Layer/Transport Layer Security
- the authenticated session is identified by a token stored in or on the client in an HTTP cookie.
- This scheme is complex since it requires SSL/TLS.
- a client needs to include relatively strong cryptographic capabilities. For example, a public/private key system could be used.
- NTLM Windows NT LAN Manager
- TCP transmission control protocol
- FIG. 1 is a data flow diagram showing exemplary communications between a client and a server
- FIG. 2 is a data flow diagram showing alternative exemplary communications between a client and a server
- FIG. 3 is a data flow diagram showing further alternative exemplary communications between a client and a server.
- FIG. 4 is a block diagram showing an exemplary mobile device that can be used in association with the above.
- the present disclosure overcomes the above by providing for a secure session authentication method and apparatus in which data integrity is maintained by utilizing client credentials known to both the client and server. Specifically, the present disclosure utilizes a shared secret already known to both the client and server for a particular form of communication.
- the password for the client device which would already be known by the server, is used as the shared credential.
- the present disclosure therefore provides a method for client credential based authentication of messages between a client and a server, said client and server both knowing said client credential, the method comprising the steps of: utilizing the client credential to create a key; and using the key to authenticate messages between the client and the server.
- the present disclosure further provides a client device adapted for client credential based authentication of messages between the client device and a server, said client device and server both knowing said client credential, the client device comprising: memory for storing the shared credential; a processor communicating with said memory and adapted to: utilize the client credential to create a key; use the key and a message to create a message authentication code; and add the message authentication code to the message to create a secure message; and a communication subsystem adapted to send the secure message.
- a client 110 communicates with a server 120 .
- the present disclosure provides for communication in which a message text is appended with an identifier that can be reproduced on either end of the communication.
- the identifier appended is a message authentication code (MAC).
- MAC is well known in the art and includes two inputs. Specifically, these are the text that the MAC is being appended to and a secret key. A combination of the two enables a hash to be produced and without knowledge of the secret key, the hash cannot be reproduced. As would be appreciated by those skilled in the art, the hash value is generally large enough so that a random value will not be valid.
- HMAC K ( m ) h (( K ⁇ opad ) ⁇ h (( K ⁇ ipad ) ⁇ m ))
- K is the key
- opad and ipad are constants and m is a message.
- H is a secure hash function.
- the ⁇ symbol denotes a bitwise exclusive or (XOR) and the ⁇ symbol denotes concatenation.
- h is chosen to be a SHA1-algorithm, the algorithm becomes SHA1-HMAC, and it can be implemented on a simple device.
- the client 110 wishes to communicate with server 120 before a session has been activated.
- client 110 calculates a key (K).
- K a key
- This key is based on a client credential known to both the client 110 and server 120 .
- the key can be based on a password on a client 110 .
- the server would already have this password, and thus there is no requirement to send the password over a communications channel.
- the MAC function may require a key to be of a certain length. Therefore, before the password can be used as a key, it may need to be modified through various algorithms to create a key of a desired length. Such a deterministic algorithm would be known to those skilled in the art and various algorithms could be used.
- One such algorithm could be the repeating of an encoded password string until a desired number of bits has been reached.
- Others include hashing a password with a secure hash function such as SHA1 to expand and produce a certain number of bits and then removing any excess bits that are not required.
- Another approach might be using the password or other client credential with a secure pseudo-random number generator (PRNG).
- PRNG secure pseudo-random number generator
- the password or client credential could be the seed for the secure pseudo-random number generator and as long as both the server and client had the same pseudo-random number generator, the required number of bits outputted by a secure PRNG will constitute the key.
- Other algorithms would be known to those in the art.
- password could be added to improve entropy.
- birthday, city of birth, mother's maiden name could be added to password and used as part of a security token to seed the PRNG or as an argument of secure hash function to produce the key.
- additional secure information is provided by client offline.
- a secure hash function is not reversible. Also given a sequence of random bytes produced by a secure PRNG, it is impossible to calculate the seed that was used by PRNG to generate this sequence. Hence, when a secure hash function or a secure PRNG is used for key generation, even if a key for a given session is compromised, the password will not be immediately recovered.
- the expansion of the password into a predetermined length for a key K would preferably use the entire password as opposed to only parts of it, since this would provide for a more secure key.
- step 140 client 110 sends an activate message to server 120 .
- the activate message preferably includes an identifier to identify the client, such as a client ID 142 .
- the message further includes the MAC for the activate message.
- the MAC includes message information along with the key that was calculated in step 130 .
- the message can be an HTTP message. If a user is attempting to establish a secure session over HTTP, the MAC could be added to the HTTP footer. This example is however not limiting, and other message types are contemplated.
- step 145 server 120 calculates the key for the client identifier received in the message from step 140 .
- the server 120 knows the common secret from the client credentials of client 110 and therefore can use the client ID to find these client credentials and to calculate the key based on the same algorithm that client 110 used to calculate the key K.
- the key can be stored locally on server 120 and associated with client ID 142 or a session identifier in order to eliminate the need to recalculate the key for any subsequent messages received from client 110 .
- step 150 server 120 sends an activate response back to client 110 along with session identifier 152 and a MAC for the activate response message. Again, the MAC is calculated based on the shared key and the contents of the activation response message.
- the session identifier can be included in subsequent messages sent to the server 120 as shown in step 160 .
- messages from server 120 to client 110 can also include the session identifier as shown in step 170 .
- client 110 receives a message it needs to verify the MAC of the message to ensure the message is authentic. This is done by taking the message that has been received and hashing it with the key of client 110 . The result of this hash is compared with the MAC that is being sent from server 120 . This is illustrated as step 175 .
- server 120 when server 120 receives a message from a client 110 it hashes the message with the key for the specific client ID and compares this with the MAC that was sent from client 110 . This is illustrated in step 180 .
- the message is considered to be invalid and could be a spoof or it could be attempt by someone to insert data or remove data from the message. The message could be ignored or an error sent back to the originator.
- either the server 120 or client 110 can tear down the session by sending a message in step 190 to the other party.
- the message includes a session identifier and an end session message.
- This end session message is accompanied with the MAC for the end session, the session identifier and the key K. If the message in step 190 is verified the session will then be ended.
- FIG. 2 shows a dataflow diagram between a client 110 and the server 120 and provides an alternative embodiment to the embodiment of FIG. 1 .
- the embodiment of FIG. 1 does not prevent addressing replay and if a designer of a system is concerned about addressing replay attacks, the method of FIG. 2 could be used instead.
- a third party snooping communications between a client 110 and server 120 when utilizing the method of FIG. 1 , could intercept a message and could resend that message to server 120 .
- server 120 performs the same verification 180 and finds that the message is valid and sends an appropriate response. In some cases it is undesirable to allow such addressing replay attacks to occur. In this case, sequence numbers could be used as part of the message.
- client 110 calculates the key K in step 130 as in FIG. 1 .
- a message is then sent in step 210 , which includes an activation message, a client identifier 140 , a sequence number 244 and a MAC 248 .
- MAC 248 is calculated based on the message which now includes the sequence number 244 . The inclusion of a sequence number into the MAC calculation prevents someone from subsequently inserting a different sequence number in order to try to spoof client 110 .
- server 120 When server 120 receives message from step 210 , it calculates the key for the client ID 142 in step 145 as in the method of FIG. 1 . Further, it verifies the MAC in step 180 as in FIG. 1 . The process also verifies the sequence number in step 215 . This involves checking whether or not the server 120 has previously received the sequence number from the particular client ID, and if yes, ignoring the message. As will be appreciated by those skilled in the art, whenever a client 110 sends a message using the method of FIG. 2 , a unique sequence number should be sent along with the message. Various ways of providing unique sequence numbers are known to those in the art.
- the server 120 sends an activate response message 220 back to client 110 .
- This activate response message includes the response, a session identifier 152 , a sequence number 254 along with a MAC 258 .
- subsequent messages can proceed with the session identifier, the message and a sequence number with a MAC calculated for all of these things along with the key that is known to both the client 110 and server 120 .
- either the server 120 or the client 110 can tear down a session by sending an end session message, which includes a session identifier, a sequence number and the MAC for all of these things. The session is then ended.
- password there could be a concern that if a password is used for the key, that the key might have bad entropy.
- One solution is to enforce desired password strength levels, such as by ensuring the password is of a minimum length, has both letters and numbers, and is not a common word.
- the password or combination of password and other security token could be 20 bytes or more.
- a unique key could be used for every session established by client 110 and server 120 .
- a method can use the session identifier as part of the key once the session identifier has been received.
- a client 110 communicates with a server 120 .
- the key is calculated in step 130 and an activate message, including the client identifier and a MAC is sent to the server in step 310 .
- the key calculated in step 130 is based on the shared secret, such as the password.
- the server can then calculate the key K for the client identifier and verify the MAC in step 180 .
- a second key, designated herein as K 2 is created by server 120 in step 315 .
- K 2 can be derived from a combination of the shared credentials, such as the password, along with the session identifier that is being assigned to the session with client 110 .
- the algorithm for the combination of the shared credential plus the session identifier would be known to both the client 110 and server 120 .
- step 320 the server 120 sends an authenticated response message back to client 110 which includes the activate response, the session identifier 152 along with the MAC created with key K 2 .
- Client 110 calculates key K 2 based on the session identifier received in the message of step 320 in step 325 and stores the key K 2 .
- Client 110 then uses this key K 2 for subsequent communications with server 120 .
- the method of FIG. 3 can also utilize the sequence numbers within messages and thus the methods of FIGS. 2 and 3 can be combined.
- a more secure symmetric key could be negotiated between the client and server utilizing the key based on the shared client credentials, thus allowing symmetric encryption.
- the client could send a session activation message to the server.
- the server could then respond with a symmetric key that is encrypted using the shared key.
- the client could send the more secure key in the original message, since both the server and client would know the shared key used for decryption of the more secure key.
- the symmetric key could then be used for authentication and/or encryption of messages between the client and server.
- this enhancement requires symmetric encryption/decryption capabilities.
- the above can be sent using any protocol appropriate for sending data but a data based protocol, such as UDP, is preferred for wireless devices.
- a data based protocol such as UDP
- FIGS. 1 , 2 and 3 therefore show a method of communicating between a client and a server using shared secrets in order to create a key for hashing.
- the hash can then utilize this key and be incorporated into the message to ensure the authenticity of the message and prevent spoofing or the insertion or removal of data from a message.
- Known credentials could include items already known to both the client and server such as a password.
- Alternatives include adding keys to both the client and the server that would be known to the client and the server. This could be done during the provisioning of the mobile device either when it is being built or during subsequent provisioning.
- the message cannot be modified in transfer since message integrity is protected by the MAC. It should also be appreciated that only the owners of the session can produce a valid message for the session. Thus the server is also authenticated.
- Client 110 can be any device that can communicate with a server 120 .
- Wired devices such as computers can be utilized; however, due to the nature of the protection and the lightweight computational requirements of the methods described herein, the method can also be used on devices that have limited computational abilities.
- Such devices can, for example, include some wireless devices where further benefit is derived from having a limited number of communications for a handshaking routine.
- One exemplary mobile device on which the present method can be used is described with reference to FIG. 4 below. This is not meant to be limiting, but is provided for illustrative purposes.
- FIG. 4 is a block diagram illustrating a mobile device apt to be used with preferred embodiments of the apparatus and method of the present application.
- Mobile device 400 is preferably a two-way wireless communication device having at least voice and data communication capabilities.
- Mobile device 400 preferably has the capability to communicate with other computer systems on the Internet.
- the wireless device may be referred to as a data messaging device, a two-way pager, a wireless e-mail device, a cellular telephone with data messaging capabilities, a wireless Internet appliance, or a data communication device, as examples.
- mobile device 400 When mobile device 400 is enabled for two-way communication, it will incorporate a communication subsystem 411 , including both a receiver 412 and a transmitter 414 , as well as associated components such as one or more, preferably embedded or internal, antenna elements 416 and 418 , local oscillators (LOs) 413 , and a processing module such as a digital signal processor (DSP) 420 .
- a communication subsystem 411 including both a receiver 412 and a transmitter 414 , as well as associated components such as one or more, preferably embedded or internal, antenna elements 416 and 418 , local oscillators (LOs) 413 , and a processing module such as a digital signal processor (DSP) 420 .
- DSP digital signal processor
- Network access requirements will also vary depending upon the type of network 419 .
- network access is associated with a client or user of mobile device 400 .
- a CDMA mobile device may require a removable user identity module (RUIM) or a client identity module (SIM) card in order to operate on a CDMA network.
- the SIM/RUIM interface 444 is normally similar to a card-slot into which a SIM/RUIM card can be inserted and ejected like a diskette or PCMCIA card.
- the SIM/RUIM card can have approximately 64K of memory and hold many key configuration 451 , and other information 453 such as identification, and client related information.
- mobile device 400 may send and receive communication signals over the network 419 .
- network 419 can consist of multiple base stations communicating with the mobile device.
- a CDMA base station and an EVDO base station communicate with the mobile device and the mobile device is connected to both simultaneously.
- the EVDO and CDMA 1 ⁇ base stations use different paging slots to communicate with the mobile device.
- Signals received by antenna 416 through communication network 419 are input to receiver 2212 , which may perform such common receiver functions as signal amplification, frequency down conversion, filtering, channel selection and the like, and in the example system shown in FIG. 4 , analog to digital (A/D) conversion.
- A/D conversion of a received signal allows more complex communication functions such as demodulation and decoding to be performed in the DSP 420 .
- signals to be transmitted are processed, including modulation and encoding for example, by DSP 420 and input to transmitter 414 for digital to analog conversion, frequency up conversion, filtering, amplification and transmission over the communication network 419 via antenna 418 .
- DSP 420 not only processes communication signals, but also provides for receiver and transmitter control. For example, the gains applied to communication signals in receiver 412 and transmitter 414 may be adaptively controlled through automatic gain control algorithms implemented in DSP 420 .
- Mobile device 400 preferably includes a microprocessor 438 which controls the overall operation of the device. Communication functions, including at least data and voice communications, are performed through communication subsystem 411 . Microprocessor 438 also interacts with further device subsystems such as the display 422 , flash memory 424 , random access memory (RAM) 426 , auxiliary input/output (I/O) subsystems 428 , serial port 430 , one or more keyboards or keypads 432 , speaker 434 , microphone 436 , other communication subsystem 440 such as a short-range communications subsystem and any other device subsystems generally designated as 2242 . Serial port 430 could include a USB port or other port known to those in the art.
- Some of the subsystems shown in FIG. 4 perform communication-related functions, whereas other subsystems may provide “resident” or on-device functions.
- some subsystems such as keyboard 432 and display 422 , for example, may be used for both communication-related functions, such as entering a text message for transmission over a communication network, and device-resident functions such as a calculator or task list.
- Operating system software used by the microprocessor 438 is preferably stored in a persistent store such as flash memory 424 , which may instead be a read-only memory (ROM) or similar storage element (not shown).
- ROM read-only memory
- Those skilled in the art will appreciate that the operating system, specific device applications, or parts thereof, may be temporarily loaded into a volatile memory such as RAM 426 . Received communication signals may also be stored in RAM 426 .
- flash memory 424 can be segregated into different areas for both computer programs 458 and program data storage 450 , 452 , 454 and 456 . These different storage types indicate that each program can allocate a portion of flash memory 424 for their own data storage requirements.
- Microprocessor 438 in addition to its operating system functions, preferably enables execution of software applications on the mobile device. A predetermined set of applications that control basic operations, including at least data and voice communication applications for example, will normally be installed on mobile device 400 during manufacturing. Other applications could be installed subsequently or dynamically.
- a preferred software application may be a personal information manager (PIM) application having the ability to organize and manage data items relating to the user of the mobile device such as, but not limited to, e-mail, calendar events, voice mails, appointments, and task items.
- PIM personal information manager
- Such PIM application would preferably have the ability to send and receive data items, via the wireless network 419 .
- the PIM data items are seamlessly integrated, synchronized and updated, via the wireless network 419 , with the mobile device user's corresponding data items stored or associated with a host computer system.
- Further applications may also be loaded onto the mobile device 400 through the network 419 , an auxiliary I/O subsystem 428 , serial port 430 , short-range communications subsystem 440 or any other suitable subsystem 442 , and installed by a user in the RAM 426 or preferably a non-volatile store (not shown) for execution by the microprocessor 438 .
- Such flexibility in application installation increases the functionality of the device and may provide enhanced on-device functions, communication-related functions, or both.
- secure communication applications may enable electronic commerce functions and other such financial transactions to be performed using the mobile device 400 .
- a received signal such as a text message or web page download will be processed by the communication subsystem 411 and input to the microprocessor 438 , which preferably further processes the received signal for output to the display 422 , or alternatively to an auxiliary I/O device 428 .
- a user of mobile device 400 may also compose data items such as email messages for example, using the keyboard 432 , which is preferably a complete alphanumeric keyboard or telephone-type keypad, in conjunction with the display 422 and possibly an auxiliary I/O device 428 . Such composed items may then be transmitted over a communication network through the communication subsystem 411 .
- mobile device 400 For voice communications, overall operation of mobile device 400 is similar, except that received signals would preferably be output to a speaker 434 and signals for transmission would be generated by a microphone 436 .
- Alternative voice or audio I/O subsystems such as a voice message recording subsystem, may also be implemented on mobile device 400 .
- voice or audio signal output is preferably accomplished primarily through the speaker 434
- display 422 may also be used to provide an indication of the identity of a calling party, the duration of a voice call, or other voice call related information for example.
- Serial port 430 in FIG. 4 would normally be implemented in a personal digital assistant (PDA)-type mobile device for which synchronization with a user's desktop computer (not shown) may be desirable, but is an optional device component.
- PDA personal digital assistant
- Such a port 430 would enable a user to set preferences through an external device or software application and would extend the capabilities of mobile device 400 by providing for information or software downloads to mobile device 400 other than through a wireless communication network.
- the alternate download path may for example be used to load an encryption key onto the device through a direct and thus reliable and trusted connection to thereby enable secure device communication.
- serial port 430 can further be used to connect the mobile device to a computer to act as a modem.
- Other communications subsystems 440 such as a short-range communications subsystem, is a further optional component which may provide for communication between mobile device 400 and different systems or devices, which need not necessarily be similar devices.
- the subsystem 440 may include an infrared device and associated circuits and components or a BluetoothTM communication module to provide for communication with similarly enabled systems and devices.
- FIG. 4 includes many aspects that may not be necessary for a device used to implement the methods herein.
- a more basic device could include only a processor, memory and communications subsystem.
- a device requires a processor to produce the key K and the MAC based on key K.
- Memory could be used to store the shared credentials such as the password.
- the communications subsystem could include wireless communications systems such as a radio subsystem to communicate with a cellular network or wireless local area network (WLAN) or a modem or cable connection for a wired connection.
- WLAN wireless local area network
- Other devices with memory, a processor and communications subsystem with combinations of some features from FIG. 4 could also be used.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Hardware Design (AREA)
- Computer Security & Cryptography (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Mobile Radio Communication Systems (AREA)
Abstract
Description
HMAC K(m)=h((K⊕opad)∥h((K⊕ipad)∥m))
Claims (35)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/559,923 US8418235B2 (en) | 2006-11-15 | 2006-11-15 | Client credential based secure session authentication method and apparatus |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/559,923 US8418235B2 (en) | 2006-11-15 | 2006-11-15 | Client credential based secure session authentication method and apparatus |
Publications (2)
Publication Number | Publication Date |
---|---|
US20080114983A1 US20080114983A1 (en) | 2008-05-15 |
US8418235B2 true US8418235B2 (en) | 2013-04-09 |
Family
ID=39370566
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/559,923 Active 2030-11-21 US8418235B2 (en) | 2006-11-15 | 2006-11-15 | Client credential based secure session authentication method and apparatus |
Country Status (1)
Country | Link |
---|---|
US (1) | US8418235B2 (en) |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104821933A (en) * | 2014-02-05 | 2015-08-05 | 汤姆逊许可公司 | Device and method certificate generation |
US20170171185A1 (en) * | 2015-12-11 | 2017-06-15 | International Business Machines Corporation | Server-assisted authentication |
US20170195121A1 (en) * | 2015-12-31 | 2017-07-06 | Microsoft Technology Licensing, Llc. | Token binding using trust module protected keys |
US9749127B1 (en) * | 2014-06-03 | 2017-08-29 | Amazon Technologies, Inc. | Establishing entropy on a system |
US10628576B1 (en) | 2019-08-20 | 2020-04-21 | Capital One Services, Llc | Computer-based platforms or systems, computing devices or components and/or computing methods for technological applications involving provision of a portal for managing user accounts having a login portal configured to defend against credential replay attacks |
US11296890B2 (en) * | 2016-01-13 | 2022-04-05 | Telefonaktiebolaget Lm Ericsson (Publ) | Integrity protection |
US20230254309A1 (en) * | 2012-02-02 | 2023-08-10 | Josiah Johnson Umezurike | Decentralized secure true digital id for communication |
US20240015002A1 (en) * | 2021-10-18 | 2024-01-11 | Gideon Samid | Non-Entanglement Physical Shared Ad-Hoc Randomness (NEPSAR) |
Families Citing this family (36)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
FR2919974B1 (en) * | 2007-08-08 | 2010-02-26 | Fidalis | INFORMATION SYSTEM AND METHOD OF IDENTIFICATION BY A USER APPLICATION SERVER |
US8495375B2 (en) * | 2007-12-21 | 2013-07-23 | Research In Motion Limited | Methods and systems for secure channel initialization |
US8452017B2 (en) * | 2007-12-21 | 2013-05-28 | Research In Motion Limited | Methods and systems for secure channel initialization transaction security based on a low entropy shared secret |
US8893242B2 (en) * | 2008-04-29 | 2014-11-18 | Ebay Inc. | System and method for pool-based identity generation and use for service access |
JP2010015541A (en) * | 2008-06-04 | 2010-01-21 | Fujitsu Ltd | Authentication system, terminal device, password issuing apparatus, and authentication method |
US8806590B2 (en) * | 2008-06-22 | 2014-08-12 | Microsoft Corporation | Signed ephemeral email addresses |
DE102008060863A1 (en) | 2008-12-09 | 2010-06-10 | Wincor Nixdorf International Gmbh | System and method for secure communication of components within self-service terminals |
EP2475144A1 (en) * | 2011-01-05 | 2012-07-11 | Gemalto SA | Method for communicating between a server and a client and corresponding client, server and system |
US8769288B2 (en) * | 2011-04-22 | 2014-07-01 | Alcatel Lucent | Discovery of security associations |
DE102011056191A1 (en) | 2011-12-08 | 2013-06-13 | Wincor Nixdorf International Gmbh | Device for protecting security tokens against malware |
DE102012201164B4 (en) * | 2012-01-26 | 2017-12-07 | Infineon Technologies Ag | DEVICE AND METHOD FOR GENERATING A MESSAGE AUTHENTICATION CODE |
US8488577B1 (en) * | 2012-06-06 | 2013-07-16 | Google Inc. | Apparatus for controlling the availability of internet access to applications |
US9059989B2 (en) * | 2013-07-18 | 2015-06-16 | Vmware, Inc. | Hash synchronization for preventing unauthorized server access using stolen passwords |
WO2015026664A1 (en) | 2013-08-20 | 2015-02-26 | Mastercard International Incorporated | Method and system for computing code management platform |
CN106470345B (en) | 2015-08-21 | 2020-02-14 | 阿里巴巴集团控股有限公司 | Video encryption transmission method, video decryption method, video encryption transmission device, video decryption device and video encryption transmission system |
CN106656907B (en) * | 2015-10-28 | 2021-03-02 | 阿里巴巴集团控股有限公司 | Method, device, terminal equipment and system for authentication |
CN107086907B (en) | 2016-02-15 | 2020-07-07 | 阿里巴巴集团控股有限公司 | Key synchronization and packaging transfer method and device for quantum key distribution process |
CN107086908B (en) | 2016-02-15 | 2021-07-06 | 阿里巴巴集团控股有限公司 | Quantum key distribution method and device |
US20170300673A1 (en) * | 2016-04-19 | 2017-10-19 | Brillio LLC | Information apparatus and method for authorizing user of augment reality apparatus |
CN107347058B (en) | 2016-05-06 | 2021-07-23 | 阿里巴巴集团控股有限公司 | Data encryption method, data decryption method, device and system |
CN107370546B (en) | 2016-05-11 | 2020-06-26 | 阿里巴巴集团控股有限公司 | Eavesdropping detection method, data sending method, device and system |
CN107404461B (en) | 2016-05-19 | 2021-01-26 | 阿里巴巴集团控股有限公司 | Data secure transmission method, client and server method, device and system |
WO2017200791A1 (en) * | 2016-05-19 | 2017-11-23 | Alibaba Group Holding Limited | Method and system for secure data transmission |
CN107959656B (en) | 2016-10-14 | 2021-08-31 | 阿里巴巴集团控股有限公司 | Data security guarantee system, method and device |
CN107959566A (en) | 2016-10-14 | 2018-04-24 | 阿里巴巴集团控股有限公司 | Quantal data key agreement system and quantal data cryptographic key negotiation method |
CN107959567B (en) | 2016-10-14 | 2021-07-27 | 阿里巴巴集团控股有限公司 | Data storage method, data acquisition method, device and system |
US10164778B2 (en) | 2016-12-15 | 2018-12-25 | Alibaba Group Holding Limited | Method and system for distributing attestation key and certificate in trusted computing |
CN108667608B (en) | 2017-03-28 | 2021-07-27 | 阿里巴巴集团控股有限公司 | Method, device and system for protecting data key |
CN108667773B (en) | 2017-03-30 | 2021-03-12 | 阿里巴巴集团控股有限公司 | Network protection system, method, device and server |
CN108736981A (en) | 2017-04-19 | 2018-11-02 | 阿里巴巴集团控股有限公司 | It is a kind of wirelessly to throw screen method, apparatus and system |
US11418364B2 (en) | 2017-06-07 | 2022-08-16 | Combined Conditional Access Development And Support, Llc | Determining a session key using session data |
EP3776299A4 (en) * | 2018-04-10 | 2021-04-14 | Visa International Service Association | System and method for secure device connection |
CN109450620B (en) | 2018-10-12 | 2020-11-10 | 创新先进技术有限公司 | Method for sharing security application in mobile terminal and mobile terminal |
US11218472B2 (en) * | 2019-07-01 | 2022-01-04 | Steve Rosenblatt | Methods and systems to facilitate establishing a connection between an access-seeking device and an access granting device |
US11329987B2 (en) * | 2019-07-08 | 2022-05-10 | Bank Of America Corporation | Protecting enterprise computing resources by implementing an optical air gap system |
US11429519B2 (en) | 2019-12-23 | 2022-08-30 | Alibaba Group Holding Limited | System and method for facilitating reduction of latency and mitigation of write amplification in a multi-tenancy storage drive |
Citations (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO1997050205A1 (en) | 1996-06-26 | 1997-12-31 | Intel Corporation | Digitally signing agreements from remotely located nodes |
JPH10285154A (en) | 1997-04-09 | 1998-10-23 | Meteoola Syst Kk | Key generation system constituting perfect secrecy cipher system, key shared protocol with authentication, 'one-time stream cipher', 'one-time password' and key management algorithm |
US20010054155A1 (en) * | 1999-12-21 | 2001-12-20 | Thomas Hagan | Privacy and security method and system for a World-Wide-Web site |
US20020062452A1 (en) * | 2000-08-18 | 2002-05-23 | Warwick Ford | Countering credentials copying |
US20020078351A1 (en) | 2000-10-13 | 2002-06-20 | Garib Marco Aurelio | Secret key Messaging |
US20030012387A1 (en) | 2000-01-31 | 2003-01-16 | Henri Gilbert | Communication method with encryption key escrow and recovery |
US6539479B1 (en) * | 1997-07-15 | 2003-03-25 | The Board Of Trustees Of The Leland Stanford Junior University | System and method for securely logging onto a remotely located computer |
WO2003042798A2 (en) | 2001-11-13 | 2003-05-22 | International Business Machines Corporation | Methods, apparatus and computer programs performing a mutual challenge-response authentication protocol using operating system capabilities |
US20040158714A1 (en) | 2003-02-10 | 2004-08-12 | International Business Machines Corporation | Method for distributing and authenticating public keys using hashed password protection |
US20050114712A1 (en) * | 1997-09-26 | 2005-05-26 | Mci, Inc. | Secure server architecture for web based data management |
US20060005263A1 (en) * | 2004-06-16 | 2006-01-05 | Sxip Networks Srl | Distributed contact information management |
US20060053296A1 (en) * | 2002-05-24 | 2006-03-09 | Axel Busboom | Method for authenticating a user to a service of a service provider |
US20060064458A1 (en) * | 2002-09-16 | 2006-03-23 | Christian Gehrmann | Secure access to a subscription module |
US20060079205A1 (en) * | 2004-09-08 | 2006-04-13 | James Semple | Mutual authentication with modified message authentication code |
US20060104441A1 (en) * | 2004-11-17 | 2006-05-18 | Microsoft Corporation | Password protection |
US20070038855A1 (en) * | 2005-08-12 | 2007-02-15 | Research In Motion Limited | System and method for authenticating streamed data |
US20070050635A1 (en) * | 2004-02-23 | 2007-03-01 | Nicolas Popp | Token authentication system and method |
US20070113269A1 (en) * | 2003-07-29 | 2007-05-17 | Junbiao Zhang | Controlling access to a network using redirection |
-
2006
- 2006-11-15 US US11/559,923 patent/US8418235B2/en active Active
Patent Citations (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO1997050205A1 (en) | 1996-06-26 | 1997-12-31 | Intel Corporation | Digitally signing agreements from remotely located nodes |
KR20000022249A (en) | 1996-06-26 | 2000-04-25 | 피터 엔. 데트킨 | Digitally signing agreements from remotely located nodes |
JPH10285154A (en) | 1997-04-09 | 1998-10-23 | Meteoola Syst Kk | Key generation system constituting perfect secrecy cipher system, key shared protocol with authentication, 'one-time stream cipher', 'one-time password' and key management algorithm |
US6539479B1 (en) * | 1997-07-15 | 2003-03-25 | The Board Of Trustees Of The Leland Stanford Junior University | System and method for securely logging onto a remotely located computer |
US20050114712A1 (en) * | 1997-09-26 | 2005-05-26 | Mci, Inc. | Secure server architecture for web based data management |
US20010054155A1 (en) * | 1999-12-21 | 2001-12-20 | Thomas Hagan | Privacy and security method and system for a World-Wide-Web site |
US20030012387A1 (en) | 2000-01-31 | 2003-01-16 | Henri Gilbert | Communication method with encryption key escrow and recovery |
US20020062452A1 (en) * | 2000-08-18 | 2002-05-23 | Warwick Ford | Countering credentials copying |
US20020078351A1 (en) | 2000-10-13 | 2002-06-20 | Garib Marco Aurelio | Secret key Messaging |
JP2005509938A (en) | 2001-11-13 | 2005-04-14 | インターナショナル・ビジネス・マシーンズ・コーポレーション | Method, apparatus and computer program for implementing mutual challenge response authentication protocol using operating system functions |
WO2003042798A2 (en) | 2001-11-13 | 2003-05-22 | International Business Machines Corporation | Methods, apparatus and computer programs performing a mutual challenge-response authentication protocol using operating system capabilities |
US20060053296A1 (en) * | 2002-05-24 | 2006-03-09 | Axel Busboom | Method for authenticating a user to a service of a service provider |
US20060064458A1 (en) * | 2002-09-16 | 2006-03-23 | Christian Gehrmann | Secure access to a subscription module |
US20040158714A1 (en) | 2003-02-10 | 2004-08-12 | International Business Machines Corporation | Method for distributing and authenticating public keys using hashed password protection |
US20070113269A1 (en) * | 2003-07-29 | 2007-05-17 | Junbiao Zhang | Controlling access to a network using redirection |
US20070050635A1 (en) * | 2004-02-23 | 2007-03-01 | Nicolas Popp | Token authentication system and method |
US20060005263A1 (en) * | 2004-06-16 | 2006-01-05 | Sxip Networks Srl | Distributed contact information management |
US20060079205A1 (en) * | 2004-09-08 | 2006-04-13 | James Semple | Mutual authentication with modified message authentication code |
US20060104441A1 (en) * | 2004-11-17 | 2006-05-18 | Microsoft Corporation | Password protection |
US20070038855A1 (en) * | 2005-08-12 | 2007-02-15 | Research In Motion Limited | System and method for authenticating streamed data |
Non-Patent Citations (10)
Title |
---|
Chinese application No. 200710186094.6, Office Action, dated Jan. 8, 2010. |
D.W. Davies, W.L. Price/translation supervisor Tadahiro Uezono, "Security for Computer Networks", Japan, Nikkei-McGraw-Hill Inc., Dec. 5, 1985, 1st Edition 1st print, p. 114-117, 123-132. |
European extended search report-EP 06124154.3 dated Apr. 26, 2007. |
Examiner's Report, EP 05124154.3 dated Jan. 27, 2009. |
Japanese application No. 2007-285466, Office Action dated Nov. 2, 2010. |
Korean application No. 10-2007-0114435, Notice of Decision for Patent, dated Apr. 28, 2010. |
Korean Application No. 10-2007-0114435, Office Action dated Sep. 30, 2009. |
Password-Based Key Derivation Function 2 (PBKDF2), A JavaScript implementation (version 1.1), Parvez Anandam; http://anandam.name/pbkdf2/; 2007 Parvez Anandam. |
Sengodan s; Smith D; Abou-Rizk M: "On End-To-End Security for Bluetooth/WAP & TCP/IP Networks" proceedings of IEEE International Conference on Personal Wireless Communications (ICPWC), No. XP10534082, Dec. 17, 2000, pp. 399-403, Piscataway, NJ, USA. |
SSH Transport Layer Protocol; T. Ylonen, SSH Communications Security Corp, C. Lonvick, Ed. Cisco Systems, Inc., Jan. 2006. |
Cited By (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20230254309A1 (en) * | 2012-02-02 | 2023-08-10 | Josiah Johnson Umezurike | Decentralized secure true digital id for communication |
US10110593B2 (en) | 2014-02-05 | 2018-10-23 | Thomson Licensing | Device and method certificate generation |
CN104821933A (en) * | 2014-02-05 | 2015-08-05 | 汤姆逊许可公司 | Device and method certificate generation |
US10419205B2 (en) | 2014-06-03 | 2019-09-17 | Amazon Technologies, Inc. | Establishing entropy on a system |
US9749127B1 (en) * | 2014-06-03 | 2017-08-29 | Amazon Technologies, Inc. | Establishing entropy on a system |
US10091190B2 (en) * | 2015-12-11 | 2018-10-02 | International Business Machines Corporation | Server-assisted authentication |
US20170171185A1 (en) * | 2015-12-11 | 2017-06-15 | International Business Machines Corporation | Server-assisted authentication |
US10142107B2 (en) * | 2015-12-31 | 2018-11-27 | Microsoft Technology Licensing, Llc | Token binding using trust module protected keys |
US20170195121A1 (en) * | 2015-12-31 | 2017-07-06 | Microsoft Technology Licensing, Llc. | Token binding using trust module protected keys |
US11296890B2 (en) * | 2016-01-13 | 2022-04-05 | Telefonaktiebolaget Lm Ericsson (Publ) | Integrity protection |
US11917073B2 (en) | 2016-01-13 | 2024-02-27 | Telefonaktiebolaget Lm Ericsson (Publ) | Integrity protection |
US10628576B1 (en) | 2019-08-20 | 2020-04-21 | Capital One Services, Llc | Computer-based platforms or systems, computing devices or components and/or computing methods for technological applications involving provision of a portal for managing user accounts having a login portal configured to defend against credential replay attacks |
US11200311B2 (en) | 2019-08-20 | 2021-12-14 | Capital One Services, Llc | Computer-based platforms or systems, computing devices or components and/or computing methods for technological applications involving provision of a portal for managing user accounts having a login portal configured to defend against credential replay attacks |
US11657139B2 (en) | 2019-08-20 | 2023-05-23 | Capital One Services, Llc | Computer-based platforms or systems, computing devices or components and/or computing methods for technological applications involving provision of a portal for managing user accounts having a login portal configured to defend against credential replay attacks |
US20240015002A1 (en) * | 2021-10-18 | 2024-01-11 | Gideon Samid | Non-Entanglement Physical Shared Ad-Hoc Randomness (NEPSAR) |
US12052340B2 (en) * | 2021-10-18 | 2024-07-30 | Gideon Samid | Non-entanglement physical shared ad-hoc randomness (NEPSAR) |
Also Published As
Publication number | Publication date |
---|---|
US20080114983A1 (en) | 2008-05-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8418235B2 (en) | Client credential based secure session authentication method and apparatus | |
CA2610470C (en) | Client credential based secure session authentication method and apparatus | |
US8452017B2 (en) | Methods and systems for secure channel initialization transaction security based on a low entropy shared secret | |
US8495375B2 (en) | Methods and systems for secure channel initialization | |
EP2073430B1 (en) | Methods and systems for secure channel initialization transaction security based on a low entropy shared secret | |
KR100965465B1 (en) | System and method for secure record protocol using shared information of mobile user certificate | |
CN110020524B (en) | A Two-way Authentication Method Based on Smart Card | |
JP2015149722A (en) | Device and method for certificate generation | |
EP2717539B1 (en) | Method and system for hypertext transfer protocol digest authentication | |
CN113132087A (en) | Internet of things, identity authentication and secret communication method, chip, equipment and medium | |
JP2008503800A (en) | Methods for securing authentication and key agreement protocols | |
CN115473655A (en) | Terminal authentication method, device and storage medium for access network | |
US7360238B2 (en) | Method and system for authentication of a user | |
Bicakci et al. | Server assisted signatures revisited | |
CN111541642B (en) | Bluetooth encryption communication method and device based on dynamic secret key | |
US20060026433A1 (en) | Method and apparatus for minimally onerous and rapid cocktail effect authentication (MORCEAU) | |
US20080118059A1 (en) | System and method for secure record protocol using shared knowledge of mobile user credentials | |
KR101014849B1 (en) | Mutual authentication and key exchange method for public key without the help of a third party and its apparatus | |
CA2646862C (en) | Methods and systems for secure channel initialization | |
TWI761243B (en) | Encryption system and encryption method for group instant massaging | |
Al-bakri et al. | A novel peer-to-peer SMS security solution using a hybrid technique of NTRU and AES-Rijndael | |
WO2024020666A1 (en) | End to end encryption with roaming capabilities | |
EP4533734A1 (en) | End to end encryption with roaming capabilities |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: RESEARCH IN MOTION LIMITED, CANADA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SHERKIN, ALEXANDER;SHENFIELD, MICHAEL;REEL/FRAME:018530/0929 Effective date: 20061114 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: BLACKBERRY LIMITED, ONTARIO Free format text: CHANGE OF NAME;ASSIGNOR:RESEARCH IN MOTION LIMITED;REEL/FRAME:037861/0215 Effective date: 20130709 |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |
|
AS | Assignment |
Owner name: MALIKIE INNOVATIONS LIMITED, IRELAND Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BLACKBERRY LIMITED;REEL/FRAME:064104/0103 Effective date: 20230511 |
|
AS | Assignment |
Owner name: MALIKIE INNOVATIONS LIMITED, IRELAND Free format text: NUNC PRO TUNC ASSIGNMENT;ASSIGNOR:BLACKBERRY LIMITED;REEL/FRAME:064269/0001 Effective date: 20230511 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 12 |