US20140331057A1 - Method and system for processor or web logon - Google Patents
Method and system for processor or web logon Download PDFInfo
- Publication number
- US20140331057A1 US20140331057A1 US14/330,986 US201414330986A US2014331057A1 US 20140331057 A1 US20140331057 A1 US 20140331057A1 US 201414330986 A US201414330986 A US 201414330986A US 2014331057 A1 US2014331057 A1 US 2014331057A1
- Authority
- US
- United States
- Prior art keywords
- inputs
- image
- ordered set
- proof
- knowledge
- 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.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/30—Authentication, i.e. establishing the identity or authorisation of security principals
- G06F21/31—User authentication
- G06F21/36—User authentication by graphic or iconic representation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/70—Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer
- G06F21/82—Protecting input, output or interconnection devices
- G06F21/83—Protecting input, output or interconnection devices input devices, e.g. keyboards, mice or controllers thereof
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/70—Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer
- G06F21/82—Protecting input, output or interconnection devices
- G06F21/84—Protecting input, output or interconnection devices output devices, e.g. displays or monitors
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/32—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
- H04L9/3226—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using a predetermined code, e.g. password, passphrase or PIN
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2221/00—Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/21—Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/2119—Authenticating web pages, e.g. with suspicious links
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2221/00—Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/21—Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/2141—Access rights, e.g. capability lists, access control lists, access tables, access matrices
Definitions
- Computer systems that employ authorization typically use a username and password, an identification card and PIN, or another suitable variant that involves “something you know” that must be typed into a typing window.
- Authentication methods and systems involve an enrollment phase that defines authentication credentials, and a use phase where the replication of the authentication credentials constitute a proof of knowledge.
- Entropy is a function of an event occurring. For example, if an event is generated as an ordered string of 128 binary symbols or bits, and the bits are perfectly random, then the bits have no contingent probabilities among them. In this string, the entropy can be said to be 2 128 , or 128 bits of information (log 2 (2 128 )) in any given selection, since the probability of the entire string occurring is 1/(2 128 ). It is generally accepted today that an event with 80 or more bits of entropy is infeasible to guess even using relatively powerful computers.
- the entropy provides a direct measure of the strength of the proof of knowledge against an attacker trying to replicate the proof of knowledge without any hints other than those which he/she can guess without any knowledge of the proof of knowledge itself. Therefore, any authentication method should both show how enrollment takes place and how the entropy can be computed. The method should further be scalable to a desired entropy level.
- a method for a proof of knowledge enrollment or authentication comprises: accepting input to a processor of a set of a plurality of different position selections and/or a plurality of different path selections on an image; and authenticating said proof of knowledge by said processor as a function of said set.
- a system is for a proof of knowledge enrollment or authentication.
- the system comprises: a processor including an input, an output and a routine; and a display including an image from the output of the processor, wherein the routine is structured to input from the input of the processor a plurality of different position selections and/or a plurality of different path selections on the image, and wherein the routine is further structured to authenticate the proof of knowledge as a function of the plurality of different position selections and/or the plurality of different path selections on the image.
- a method for a proof of knowledge enrollment or authentication comprises: accepting input to a processor of a set of a plurality of different timing selections with respect to a predetermined sequence of sounds; and authenticating the proof of knowledge by the processor as a function of the set.
- FIG. 1 is a flowchart of a general routine for collecting clicks and strokes over an image.
- FIG. 2 is a flowchart of a routine for enrollment.
- FIG. 3 is a flowchart of a routine for checking authentication after enrollment.
- FIG. 4 is a representation of an image providing relatively high entropy.
- FIG. 5 is a representation of an enrollment of a series of strokes on the representation of the image of FIG. 4 .
- FIG. 6 is a representation of an enrollment of a series of unordered strokes on the representation of the image of FIG. 4 .
- FIG. 7 is a representation of an enrollment of a series of ordered clicks on the representation of the image of FIG. 4 .
- FIG. 8 is a representation of an enrollment including drag path information on the representation of the image of FIG. 4 .
- FIG. 9 is a simplified representation of an image showing how an unordered click can be evaluated as a proof of knowledge against a previously enrolled click in which an error region is tolerated as a proof of knowledge.
- FIG. 10 is a representation of an image including a click point shown as a magnified inset image.
- FIG. 11 is a representation of an image including a plurality of click points shown in an array.
- FIG. 12 is a representation of an image including a plurality of click points having different probabilities of being selected during enrollment.
- FIGS. 13A and 13B are representations of a practice session for the enrollment of a series of ordered clicks on an image in accordance with an embodiment of the disclosed concept.
- FIG. 14 is a block diagram of a system in accordance with an embodiment of the disclosed concept.
- the disclosed method and system optionally replace the need for a textual proof of knowledge with a set of a plurality of different position selections and/or a plurality of different path selections (e.g., without limitation, image-based clicks and strokes by mouse or touch), and therefore greatly reduce the effort, and hassle, in logging in while also providing more memorable passcode information and higher security assurance.
- a textual proof of knowledge with a set of a plurality of different position selections and/or a plurality of different path selections (e.g., without limitation, image-based clicks and strokes by mouse or touch)
- number shall mean one or an integer greater than one (i.e., a plurality).
- processor means a programmable analog and/or digital device that can store, retrieve, and process data; a computer; a workstation; a personal computer; a smart phone; a mobile phone; a tablet computer; a kiosk; a server offering web access; a microprocessor; a microcontroller; a microcomputer; a central processing unit; a mainframe computer; a mini-computer; a server; a networked processor; a controller; or any suitable processing device or apparatus.
- display means an output of a processor structured to output an image.
- a display may optionally provide an input to a processor, such as for example and without limitation, a touchscreen.
- routine means a program running on a processor.
- still picture means a two dimensional array of digital pixel values.
- click and “touch” mean a point on an image.
- stroke means two points on an image.
- drag path means the path taken between the beginning point of a stroke and the end point of a stroke.
- sounds means tones, the sensation perceived by the sense of hearing, mechanical radiant energy that is transmitted by longitudinal pressure waves in a material medium (as air) and is the objective cause of hearing, speech sounds, noise sounds, and/or prerecorded auditory material.
- predetermined sequence of sounds means an order of sounds in succession and/or in combination, and in temporal relationships; music; and/or vocal, spoken, instrumental and/or mechanical sounds in temporal relationships having rhythm, melody and/or harmony.
- game means a structured activity, usually undertaken for diversion, amusement and/or enjoyment and sometimes employed as an educational tool. Games are normally distinct from work, which is usually carried out for remuneration, and from art, which is more concerned with the expression of ideas. However, the distinction is not clear-cut, and many games are also considered to be work (e.g., without limitation, professional players of spectator games) or art (e.g., without limitation, jigsaw puzzles or games involving an artistic layout such as Mahjong solitaire, or some video games). Key components of games may include goals, rules, challenge and interaction. Games may include mental and/or physical stimulation.
- the disclosed method and system involve an image (e.g., without limitation, a still picture; a motion picture with or without sound; a photograph) and knowledge about the image that a person can readily remember.
- the method can be tuned to the preferred memory capabilities of the user while also providing the user with feedback as to how easy it would be for an attacker to guess his/her proof of knowledge.
- FIG. 1 shows an example general routine 100 for collecting example clicks and strokes over an image, such as a picture 102 .
- the mouse-down 104 can also be a touch of a screen at a position, and the mouse-up 106 or 108 can be the removal of a touch.
- the drag path 110 can be a motion of the mouse, a trackball, a finger, a stylus, or another suitable screen positioning device.
- FIGS. 2 and 3 show routines 200 and 300 for enrollment and use (checking authentication), respectively.
- a picture may also be the background of a desktop and a similar movement of draws/strokes and clicks over the background may authorize other entries even after initial logon.
- one proof of knowledge may authorize logon
- another proof of knowledge may change the security role of the user
- another may start a privileged program another may allow a file to be viewed and edited
- another may be required to find a treasure in a treasure hunt game
- another proof of knowledge may start a specially safe mode of computer operation such as, for example, a hypervisor-based secure virtual machine.
- the enrollment of clicks, strokes and/or drag paths constitutes the knowledge that must later be proven by repeating the clicks, strokes, and/or drag paths.
- the administrator may permit the user to self-select from a set of pictures offered, or have taken or otherwise obtained by the user.
- this example method permits the user to have a set of pictures that he/she is comfortable using. The user looks at the picture and moves the mouse about it, clicking and/or dragging where he/she wants, in order to produce a two dimensional pattern of highly repeatable clicks, strokes, and/or drag paths that has a relatively high entropy over the domain of all clicks, strokes, and drag paths on the picture.
- the picture is selected for the user, or the user may select it.
- the user then proves his/her knowledge by repeating his/her clicks and/or drag paths. Whether the order of clicks, strokes, stroke direction, and whether drag paths are important to this proof is determined at enrollment or by the embodiment of interest.
- the test of whether his/her proof of knowledge is finished at 302 may be implicit on contemporary authentication, or the user may explicitly indicate by a click on an appropriate icon or selection in a pop up window that he/she is finished with his/her proof of knowledge.
- the proof of knowledge at 304 can concern the pattern of clicks, strokes, and/or drag paths relative to the picture.
- the entropy depends on the contingent probabilities of each click, stroke, and/or drag path.
- the image locations (measured by any suitable fixed mechanism but most typically in x and y relative to a defined image origin), that define the clicks, strokes, and/or drag paths may be partially ordered.
- the contingency depends in part on whether click order and stroke order, stroke direction, and/or drag path is part of the proof of knowledge.
- a proof of knowledge may have more than one successful sequence, yielding a proof of knowledge based on a particular decent of a tree or cyclic graph.
- FIG. 4 shows a representation of an image 400 particularly suitable for providing relatively high entropy using the present method. This is because the example picture has a lot of interesting visual detail.
- FIG. 5 shows a representation of an example enrollment 500 of a series of drag paths 502 , 504 , 506 , 508 , 510 .
- the example drag paths are not straight lines because a person cannot easily move his/her mouse or fingers in a perfectly straight line.
- This also shows strokes between the mouse-down and mouse-up locations such as 512 and 514 , respectively, for the drag path 502 .
- the strokes are part of the example proof of knowledge.
- the proof of knowledge in this example is the ordered string of strokes.
- a drag path may be an additional proof of knowledge when a choice is intentionally made to create a curving path.
- FIG. 6 shows a representation of the same strokes 600 but now the proof of knowledge has three example strokes shown by the drag paths 602 , 604 , 606 in any order.
- FIG. 7 shows a representation 700 of the same example as clicks alone, but in a specific order of seven example clicks 702 , 704 , 706 , 708 , 710 , 712 , 714 .
- Another example is the same seven clicks but in any order. If stroke start-end direction, stroke sequence, and drag path are not part of the proof of knowledge, then a series of strokes can be regarded the same as an unordered set of clicks. A particular embodiment of the disclosed concept would select what is relevant to remember among the clicks, strokes, and/or drag paths.
- the order of clicks and strokes is part of the proof of knowledge because it increases the entropy.
- the binary entropy in bits is a log 2 function of the clicks where each click is from a vocabulary of the number of clickable positions. For example, if the number is 256, then the entropy is associated with four successive equiprobable 8 bit choices which is 4*log 2 (256) or 32 bits of entropy. If the person could have enrolled with less than 4 clicks with equal probabilities, the entropy will be higher by log 2 (256+256 2 +256 3 ), or an additional 24 bits, giving 56 bits of entropy. If the person could have chosen a longer sequence of clicks, say, 8, the cumulative entropy is 110 bits. These are maximum entropy estimates based on the equiprobability assumption that every distinct ordered click sequence of every length possible is equally probable. Any deviation that assigns different probabilities for different lengths and sequences will reduce this value using well-known principles of information theory.
- the entropy is lower for the same number of clicks. More generally, the equiprobability assumption is not met because the unordered selections would form a distribution of probabilities. In particular, for any given sequence of k clicks, there is at least k! indistinct permutations.
- Partial ordering and other graph theory solutions further complicates the computation although the computation can continue to be done using information theory. So, partial or no order may be allowed in a particular embodiment, although it reduces the entropy over a full ordering. For this reason, one embodiment of the disclosed concept makes the order of clicks and strokes important to the proof of knowledge.
- FIG. 8 shows an embodiment of the disclosed concept when the proof of knowledge includes drag path information.
- This representation 800 shows that stroke 802 (e.g., the stroke from the beginning to the end of the cows 806 ) between mouse-down and mouse-up locations 804 , 805 crossed by the stroke for the drag path 810 .
- the user could have entered the same stroke, followed the curving drag path 812 between 816 and 814 which intentionally did not cross the stroke 802 previously drawn between the cows 806 .
- drag path using image cues can also improve entropy by the choice to avoid crossing a previous stroke. In the example there is one crossing with an avoidance possible (because a crossing cannot occur until the first stroke is made) which adds entropy.
- the clicks and strokes may also repeat.
- a click for example, may be performed twice at the same picture spot, or returned to after additional clicks and strokes. Repeating on the same picture spot however does not add to the entropy more than a click on a different spot but does not detract from it either.
- the user chooses his/her clicks, stroke end points and drag paths based on the picture content. Certain areas of a picture may have a relatively higher likelihood of being chosen than other areas due to the visual detail in the picture.
- the equiprobable cases for the sources of entropy constitute the maximum entropy. If the choices are not equiprobable, then the entropy decreases. In one embodiment of the disclosed concept, this non-random selection bias is treated in the entropy estimation using the well-known information theoretic methods to refine the entropy estimation for a particular proof of knowledge.
- the security policy may be to allow 4 to 8 clicks or strokes. If the user enters 6 clicks and strokes, the entropy may be computed as if he/she entered 8. However, if he/she enters 6 clicks, and no strokes, the security policy may say that this user is not using strokes, so the entropy for a click-only proof of knowledge may be computed as the estimate.
- Such assumptions have to be made by policy. As an extreme example, if the processor supports an unbounded number of clicks and strokes, but people rarely exceed 10, then a policy may say not to compute entropy over 10 clicks or strokes unless more than 10 clicks or strokes are actually input.
- the method constrains the user's input to a strict series of clicks and strokes. This ensures the highest security and privacy for the user, which can be further enhanced by drag path constraints. As will be seen, a less private system allows the user freedom over the order of clicks and strokes, including stroke direction.
- the clicks and strokes and drag path crossings are required to follow or be recorded in a strict unambiguous order, it is possible to create an error free code that can be hashed in enrollment, and in use.
- the method of matching can be different and will likely sacrifice privacy.
- the following example method simply looks at unordered clicks. There will inevitably be positional error between enrollment and use, in a click, stroke, or a drag path. For simplicity in presentation, this error can be expressed as a location distance expressed in image coordinates. If the image coordinates are in pixels in x and y, the location error distance can be provided in Euclidean, city-block, or another suitable distance. This error directly impacts the entropy of the authenticator since it says that any click (or drag path) within certain bounds is counted as the same and therefore strongly affects the probability.
- FIG. 9 shows a simulated representation 900 of how an unordered click B 902 can be evaluated as a proof of knowledge against a previously enrolled click A 904 .
- a kernel region associated with click B 902 , which is a region of the image defined as an enrolled click site A 904 .
- the error region 906 tolerated as a proof of knowledge This is illustrated by example in the representation 1000 of an image in FIG. 10 as the position of the inset image of the click site 1002 shown for the top of the example post 1004 .
- the method or system could compute the correlation of the inset image over the area of image shown to confirm that it's position error is “r” 908 ( FIG. 9 ). If this positional error is below a suitable threshold, then the click is scored as having matched a click point.
- a simpler mechanism would simply compare (x,y) locations directly and score a click B 902 by its proximity to an enrolled click A 904 .
- FIGS. 9 and 10 show example rectangular regions, other suitable types are possible (e.g., without limitation, circular; tiled; hexagonal; any suitable two-dimensional shape).
- FIG. 11 shows a representation 1100 of an image for a different method that permits relatively strong privacy similar to that obtained by character passcodes.
- the image is tiled with an implicit grid 1102 .
- the selection regions may not be perfectly tiled, for example, if they are circles 1104 , as shown. Packing the same sized circles 1104 in the example embodiment that makes the order of clicks and strokes important to the proof of knowledge packs them inside implicit hexagons.
- FIG. 11 shows a relatively moderate grid.
- Each grid location will constitute a symbol whose entropy is proportional to the number of grid locations and possibly the probability of a grid location being selected.
- the person may choose in enrollment to reposition the individual grid elements slightly but not so as to overlap, but he/she must be careful not to just position the grid elements he/she is using, because the repositioning itself may sacrifice privacy in use by the detection of the repositioning.
- FIG. 12 shows a representation 1200 of an image in which different grid points may have different probabilities of being selected in enrollment and therefore may affect the computed entropy.
- Most of the rectangles 1202 are points (with positional error) that are unique over the image, but the two example rectangles 1204 , 1206 are points (e.g., without limitation, portions of the sky 1208 of the example image) that contain no edge information and are therefore not as likely to be selected. Because the points are not equiprobable with other, more interesting and easily repeated points, both entropy and privacy are sacrificed. For this reason, images with many interesting areas are preferred for both entropy and privacy.
- the click-stroke pattern is of sufficient entropy that it may optionally be used both to identify the user and the password simultaneously thereby averting even the need for the user to identify himself/herself in a separate operation such as typing his/her username or presenting an identity token. Without limitation, this may use two pictures: one for the processor to identify the user, and another the user picks to input his/her password. If it is needed to keep the username and password separate, then the sequence of example mouse clicks (or example finger taps) can serialize the state between username and password. If a relatively more complex authentication is desired, perhaps involving username, password, and role, then the same applies.
- the clicks and strokes may also be reflected back to the user as lines and click symbols, or may be kept invisible so that another person or a camera or software cannot so easily detect the correct motions.
- a suitable comparator circuit such as, for example, a relatively small flash memory, may protect the process of recognizing the authorization from other software or hardware inside the computer. This comparator circuit can also securely communicate with the mouse or other pointing device to put the pointing device into a scrambled mode while an authorization action is being taken.
- Enrollment may require the distribution of new accounts by an administrator where the user is invited to change his/her password.
- the administrator may create the user account and distribute a username and password as is conventional today, and then the user may select to use picture (or other image) logon when or after being offered or forced to change his/her password.
- the administrator may give a picture and indicate the login is to, for example and without limitation, draw a moustache on an old man (e.g., in a picture of ten faces) or some other suitable login.
- the user With picture enrollment, after picture selection, the user will be able to see feedback on his/her authorizing pattern of, for example, clicks and strokes. This may require the machine to be in a relatively more secure state, such as already logged in, in preboot, or in a suitably secure virtual machine.
- the feedback can show, for example, both the example lines being drawn and the example clicks, but also the example error tolerated by pattern recognition.
- a grid of circles provides possible clicks and stroke end points, and these are numbered in the order in which the user input them as shown in representation 1300 in FIG. 13A .
- the grid of circles shows possible clicks and stroke end points numbered 1, 2, 3, 4, 5, 7.
- the possible click and stroke end point numbered 6 is not shown since it is the same as the possible click and stroke end point numbered 2. If a click is repeated, then the number showing in the circle would be the lower number (e.g., number 2 of FIG.
- the system can optionally use the series of clicks and strokes and give the user an indication of the entropy of his/her login at least as a strength meter, the number of choices possible, or the estimated number of expected bits of entropy.
- the procedure for enrollment and use can be employed to perform multiple identifications where each pattern of clicks and strokes is a series. For example, there may be a standard picture which selects user and role, which is then followed by the user's personal picture. A click (possibly this is just a mouse-down) starts a pattern. Then a search rule applies. With each successive sample, a search is done over the set of learned patterns.
- the learned patterns as above, may be, for example and without limitation, for users and roles for a user, depending on enrollment. Furthermore, this successive search can be continued for the passcode at the sacrifice of privacy as described above. As each element of the successful match is met, a correction expectation may optionally be set for the next stroke element or click.
- a first click with an error diameter of 10 may select all authenticators that have a first click within the diameter of 10 around the click, but all such authenticators become candidates.
- a stroke e.g. without limitation, mouse-down movement
- This can be efficiently implemented as a string search tree for all learned authenticators and normal algorithms can be used managing different search trees.
- the authenticators are kept in their raw form as well as implicitly in the search tree, and then if it is needed to delete an authenticator from a tree or add one to another tree, the raw forms are replayed.
- the above techniques can be applied to partial orders provided by multi-touch inputs.
- Relatively more sophisticated expression encoding will still have expressions that will have two-dimensional (2D) locations and order.
- An expression e.g., without limitation, moving fingers together and apart
- An expression that can appear anywhere on the screen is simply a single grid position for the entire screen on that position. So, for example, if a multi-touch expression is detected, then it may be encoded as special and not 2D dependent.
- a non-relevant pointable surface may be a toolbar on the bottom or right as long as the image does not extend behind it. In this case, the person need only follow the image content to draw his/her authorizing signature.
- the disclosed concept may be extended as a game, such as, for example and without limitation, a treasure hunt game where success in entering a code sequence gains access to data or a secret and wins the game or a stage of the game.
- a hint can be provided as a puzzle to guide each click or stroke in sequence. Successful completion results in an audiovisual reward or perhaps a secret message or link.
- the selection of a user, in this mode of operation is the same as the selection of a game to play, with a game being comprised of at least a name, an image, a proof of knowledge, and hints.
- the game may have a hard mode and an easy mode corresponding to the privacy modes. In easy mode, each successful or unsuccessful click or stroke is made clear to the player.
- the entire sequence must be completed successfully, or a length exceeded, before success, or failure, can be determined.
- new games can be created with new names, images, code sequences, and, additionally, hint sequences. With success, there may be a message or link also added in the treasure hunt game version of enrollment.
- a motion picture such as a series of pictures, or a movie
- a still picture such as a single static picture.
- This embodiment adds a timing choice for a click or stroke that can further increase the effective entropy since a click, stroke end, or drag path would have a temporal dimension as well as a spatial dimension. This effectively increases the potential entropy many times because the number of choices goes up with the number of pictures in the movie. All of the above embodiments and considerations apply for a series of pictures in a movie as apply for a single picture, except that the timing of the click or stroke-end also becomes a choice. Additionally, a movie, or simply a single picture, may come with sound or music which can cue critical click-stroke timing as well.
- Sound or music with no picture at all may also be marked by clicks (taps) and strokes (holding down) to achieve the same effects, now in time, as an alternative to using pictures at all.
- the image distortion can distort an image having an X-axis and a Y-axis normal to the X-axis.
- the image is spatially distorted in both the X-axis and in the normal Y-axis.
- a first spatial distortion of the image in the X-axis is different than a second spatial distortion of the image in the normal Y-axis.
- I′(x,y) I(F x (x),F y (y)).
- the grid point centers are corrected with the same transformations.
- F x and F y should be monotonically increasing.
- F x and F y may be any monotonically increasing functions such that there is sufficient distortion to change the grid points in order that knowing the (x,y) positions of the original image points does not guarantee knowing the (x,y) positions of the new points.
- the functions F x (x) and F y (y) may, within these constraints, be randomly selected or may have random input variables, r x and r y as in F x (x,r x ) and F y (y,r y ). If the distortion is over a motion picture, such as a movie, then the distortion may add a discrete time parameter as in F t (t). If the distortion is over sound alone, then the distortion is solely over the discrete function F t .
- FIG. 14 shows an example system 1400 for a proof of knowledge enrollment or authentication.
- the system 1400 includes a processor 1402 having an input 1404 , an output 1406 and a routine 1408 , and a display 1410 having an image 1412 from the processor output 1406 .
- the routine 1408 is structured to input from the processor input 1404 a plurality of different position selections and/or a plurality of different path selections on the image 1412 , and is further structured to authenticate the proof of knowledge as a function of the plurality of different position selections and/or the plurality of different path selections on the image 1412 .
- routine 1408 is structured to distort the image 1412 prior inputting the different position selections and/or the different path selections on the image 1412 .
- the display 1410 or processor output 1406 includes an audio output 1414
- the routine 1408 is further structured to distort the audio output (e.g., without limitations, change the timing of a number of sounds, which correspond to the intended timing of the various position selections and/or path selections).
- routine 1408 is still further structured to enable a user to practice an ordered set of position selections and/or path selections.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Collating Specific Patterns (AREA)
Abstract
A system is for a proof of knowledge enrollment or authentication. The system includes a processor having an input, an output and a routine; and a display having an image from the output of the processor. The routine is structured to input from the input of the processor a plurality of different position selections and/or a plurality of different path selections on the image. The routine is further structured to authenticate the proof of knowledge as a function of the plurality of different position selections and/or the plurality of different path selections on the image.
Description
- This application is a continuation of U.S. patent application Ser. No. 12/884,478, filed Sep. 17, 2010, which claims the benefit of U.S. Provisional Patent Application Ser. No. 61/303,384, filed Feb. 11, 2010, which are incorporated by reference herein.
- Computer systems that employ authorization typically use a username and password, an identification card and PIN, or another suitable variant that involves “something you know” that must be typed into a typing window.
- Authentication methods and systems involve an enrollment phase that defines authentication credentials, and a use phase where the replication of the authentication credentials constitute a proof of knowledge.
- It is important that it be possible to measure the entropy or uncertainty and therefore the information value of the proof of knowledge. Entropy is a function of an event occurring. For example, if an event is generated as an ordered string of 128 binary symbols or bits, and the bits are perfectly random, then the bits have no contingent probabilities among them. In this string, the entropy can be said to be 2128, or 128 bits of information (log2(2128)) in any given selection, since the probability of the entire string occurring is 1/(2128). It is generally accepted today that an event with 80 or more bits of entropy is infeasible to guess even using relatively powerful computers. The entropy provides a direct measure of the strength of the proof of knowledge against an attacker trying to replicate the proof of knowledge without any hints other than those which he/she can guess without any knowledge of the proof of knowledge itself. Therefore, any authentication method should both show how enrollment takes place and how the entropy can be computed. The method should further be scalable to a desired entropy level.
- As an example of this reasoning with a typical textual login, the enrollment requires typing in a passphrase, and the entropy is the likelihood of that passphrase being guessed. Passphrases that are simple English words, like “house”, are relatively very poor because an attacker with the guess that the person used an English word requires him/her only to guess a few tens of thousands of passphrases. Whereas, a passphrase generated randomly of upper and lower case alphanumerics and diacritics such as 8!Th5ArnRIJY requires on average over 6*e23 guesses, or over 20,000,000 years of guessing and checking the proof, at a billion guesses a second. This example is far beyond the practical ability to guess so the passphrase provides high assurance.
- There are many problems with such good textual passphrases, not the least of which is the difficulty in remembering good ones. People commonly use 4 digit PINs for passphrases even though this has the exceptionally low entropy of one in ten thousand or just over 13 bits. If strong textual passphrases are used, they often get written down and can be commonly found on slips of paper near the person's computer. Often security policies require changing passphrases every week and often require having a different passphrase for every computer account or web account (e.g., without limitation, a bank account; a brokerage account; an electronic billing or payment system). It rapidly becomes clear that such textual proofs of knowledge are impractical given the limits of human memory.
- These needs and others are met by embodiments of the disclosed concept, which input a plurality of different position selections and/or a plurality of different path selections on an image, and authenticate a proof of knowledge as a function of the different position selections and/or the different path selections on the image.
- As one aspect of the disclosed concept, a method for a proof of knowledge enrollment or authentication comprises: accepting input to a processor of a set of a plurality of different position selections and/or a plurality of different path selections on an image; and authenticating said proof of knowledge by said processor as a function of said set.
- As another aspect of the disclosed concept, a system is for a proof of knowledge enrollment or authentication. The system comprises: a processor including an input, an output and a routine; and a display including an image from the output of the processor, wherein the routine is structured to input from the input of the processor a plurality of different position selections and/or a plurality of different path selections on the image, and wherein the routine is further structured to authenticate the proof of knowledge as a function of the plurality of different position selections and/or the plurality of different path selections on the image. As another aspect of the invention, a method for a proof of knowledge enrollment or authentication comprises: accepting input to a processor of a set of a plurality of different timing selections with respect to a predetermined sequence of sounds; and authenticating the proof of knowledge by the processor as a function of the set.
- A full understanding of the disclosed concept can be gained from the following description of the preferred embodiments when read in conjunction with the accompanying drawings in which:
-
FIG. 1 is a flowchart of a general routine for collecting clicks and strokes over an image. -
FIG. 2 is a flowchart of a routine for enrollment. -
FIG. 3 is a flowchart of a routine for checking authentication after enrollment. -
FIG. 4 is a representation of an image providing relatively high entropy. -
FIG. 5 is a representation of an enrollment of a series of strokes on the representation of the image ofFIG. 4 . -
FIG. 6 is a representation of an enrollment of a series of unordered strokes on the representation of the image ofFIG. 4 . -
FIG. 7 is a representation of an enrollment of a series of ordered clicks on the representation of the image ofFIG. 4 . -
FIG. 8 is a representation of an enrollment including drag path information on the representation of the image ofFIG. 4 . -
FIG. 9 is a simplified representation of an image showing how an unordered click can be evaluated as a proof of knowledge against a previously enrolled click in which an error region is tolerated as a proof of knowledge. -
FIG. 10 is a representation of an image including a click point shown as a magnified inset image. -
FIG. 11 is a representation of an image including a plurality of click points shown in an array. -
FIG. 12 is a representation of an image including a plurality of click points having different probabilities of being selected during enrollment. -
FIGS. 13A and 13B are representations of a practice session for the enrollment of a series of ordered clicks on an image in accordance with an embodiment of the disclosed concept. -
FIG. 14 is a block diagram of a system in accordance with an embodiment of the disclosed concept. - The disclosed method and system optionally replace the need for a textual proof of knowledge with a set of a plurality of different position selections and/or a plurality of different path selections (e.g., without limitation, image-based clicks and strokes by mouse or touch), and therefore greatly reduce the effort, and hassle, in logging in while also providing more memorable passcode information and higher security assurance.
- As employed herein, the term “number” shall mean one or an integer greater than one (i.e., a plurality).
- As employed herein, the term “processor” means a programmable analog and/or digital device that can store, retrieve, and process data; a computer; a workstation; a personal computer; a smart phone; a mobile phone; a tablet computer; a kiosk; a server offering web access; a microprocessor; a microcontroller; a microcomputer; a central processing unit; a mainframe computer; a mini-computer; a server; a networked processor; a controller; or any suitable processing device or apparatus.
- As employed herein, the term “display” means an output of a processor structured to output an image. A display may optionally provide an input to a processor, such as for example and without limitation, a touchscreen.
- As employed herein, the term “routine” means a program running on a processor.
- As employed herein, the term “still picture” means a two dimensional array of digital pixel values.
- As employed herein, the terms “click” and “touch” mean a point on an image.
- As employed herein, the term “stroke” means two points on an image.
- As employed herein, the term “drag path” means the path taken between the beginning point of a stroke and the end point of a stroke.
- As employed herein, the term “sounds” means tones, the sensation perceived by the sense of hearing, mechanical radiant energy that is transmitted by longitudinal pressure waves in a material medium (as air) and is the objective cause of hearing, speech sounds, noise sounds, and/or prerecorded auditory material.
- As employed herein, the term “predetermined sequence of sounds” means an order of sounds in succession and/or in combination, and in temporal relationships; music; and/or vocal, spoken, instrumental and/or mechanical sounds in temporal relationships having rhythm, melody and/or harmony.
- As employed herein, the term “game” means a structured activity, usually undertaken for diversion, amusement and/or enjoyment and sometimes employed as an educational tool. Games are normally distinct from work, which is usually carried out for remuneration, and from art, which is more concerned with the expression of ideas. However, the distinction is not clear-cut, and many games are also considered to be work (e.g., without limitation, professional players of spectator games) or art (e.g., without limitation, jigsaw puzzles or games involving an artistic layout such as Mahjong solitaire, or some video games). Key components of games may include goals, rules, challenge and interaction. Games may include mental and/or physical stimulation.
- The disclosed method and system involve an image (e.g., without limitation, a still picture; a motion picture with or without sound; a photograph) and knowledge about the image that a person can readily remember. In various embodiments of the disclosed concept, the method can be tuned to the preferred memory capabilities of the user while also providing the user with feedback as to how easy it would be for an attacker to guess his/her proof of knowledge.
-
FIG. 1 shows an examplegeneral routine 100 for collecting example clicks and strokes over an image, such as apicture 102. The mouse-down 104 can also be a touch of a screen at a position, and the mouse-up 106 or 108 can be the removal of a touch. Thedrag path 110 can be a motion of the mouse, a trackball, a finger, a stylus, or another suitable screen positioning device. - The two parts of an administrator/user routine are enrollment and use.
FIGS. 2 and 3 show routines - In the
enrollment routine 200, there is a specific selection at 202 by the administrator of what authorization to assign to the proof of knowledge. A picture may also be the background of a desktop and a similar movement of draws/strokes and clicks over the background may authorize other entries even after initial logon. For example and without limitation, one proof of knowledge may authorize logon, another proof of knowledge may change the security role of the user, another may authenticate a user to a payment system, another may start a privileged program, another may allow a file to be viewed and edited, another may be required to find a treasure in a treasure hunt game, and another proof of knowledge may start a specially safe mode of computer operation such as, for example, a hypervisor-based secure virtual machine. In all cases, the enrollment of clicks, strokes and/or drag paths constitutes the knowledge that must later be proven by repeating the clicks, strokes, and/or drag paths. - In enrollment, the administrator may permit the user to self-select from a set of pictures offered, or have taken or otherwise obtained by the user. Indeed, this example method permits the user to have a set of pictures that he/she is comfortable using. The user looks at the picture and moves the mouse about it, clicking and/or dragging where he/she wants, in order to produce a two dimensional pattern of highly repeatable clicks, strokes, and/or drag paths that has a relatively high entropy over the domain of all clicks, strokes, and drag paths on the picture.
- In the
use routine 300, the picture is selected for the user, or the user may select it. The user then proves his/her knowledge by repeating his/her clicks and/or drag paths. Whether the order of clicks, strokes, stroke direction, and whether drag paths are important to this proof is determined at enrollment or by the embodiment of interest. The test of whether his/her proof of knowledge is finished at 302 may be implicit on contemporary authentication, or the user may explicitly indicate by a click on an appropriate icon or selection in a pop up window that he/she is finished with his/her proof of knowledge. - The proof of knowledge at 304 can concern the pattern of clicks, strokes, and/or drag paths relative to the picture. The entropy depends on the contingent probabilities of each click, stroke, and/or drag path. The image locations (measured by any suitable fixed mechanism but most typically in x and y relative to a defined image origin), that define the clicks, strokes, and/or drag paths may be partially ordered. The contingency depends in part on whether click order and stroke order, stroke direction, and/or drag path is part of the proof of knowledge. Without limitation, a proof of knowledge may have more than one successful sequence, yielding a proof of knowledge based on a particular decent of a tree or cyclic graph.
-
FIG. 4 shows a representation of animage 400 particularly suitable for providing relatively high entropy using the present method. This is because the example picture has a lot of interesting visual detail. -
FIG. 5 shows a representation of anexample enrollment 500 of a series ofdrag paths drag path 502. The strokes are part of the example proof of knowledge. The proof of knowledge in this example is the ordered string of strokes. Additionally, a drag path may be an additional proof of knowledge when a choice is intentionally made to create a curving path. -
FIG. 6 shows a representation of thesame strokes 600 but now the proof of knowledge has three example strokes shown by thedrag paths -
FIG. 7 shows arepresentation 700 of the same example as clicks alone, but in a specific order of sevenexample clicks - For any clicks with sequence, the binary entropy in bits is a log2 function of the clicks where each click is from a vocabulary of the number of clickable positions. For example, if the number is 256, then the entropy is associated with four successive equiprobable 8 bit choices which is 4*log2(256) or 32 bits of entropy. If the person could have enrolled with less than 4 clicks with equal probabilities, the entropy will be higher by log2(256+2562+2563), or an additional 24 bits, giving 56 bits of entropy. If the person could have chosen a longer sequence of clicks, say, 8, the cumulative entropy is 110 bits. These are maximum entropy estimates based on the equiprobability assumption that every distinct ordered click sequence of every length possible is equally probable. Any deviation that assigns different probabilities for different lengths and sequences will reduce this value using well-known principles of information theory.
- Consider two more examples: (1) a fine grid of 400 points, and (2) a coarse grid of 20 points. Use only three touches from the fine grid and six touches from the coarse grid, and do not consider that the person could have chosen more or less touches. For a sequence of clicks, the two cases come out the same:
-
4003=206=64,000,000 -
log2(64,000,000)=25.93 - For clicks and stroke end points without sequence, the entropy is lower for the same number of clicks. More generally, the equiprobability assumption is not met because the unordered selections would form a distribution of probabilities. In particular, for any given sequence of k clicks, there is at least k! indistinct permutations. The number of subsets of a given size are the same as the number of combinations C(n,k), of n things taken k at a time: C(n,k)=n!/((n−k)!(k!)). The uncertainty is reduced, and with a smaller vocabulary or more clicks can be reduced significantly. The following combinatorics analysis is illustrative of the uncertainty reduction associated with a number of clicks or less and with equiprobable sets not equiprobable sequences. The reduction in this analysis is as before a likely underestimate of the reduction in entropy from the ordered equiprobable sequences. But this computation does illustrate that if click order is not important, then entropy is invariably reduced in association with a non-unary distribution of probabilities.
-
C(400,3)=10,586,800 -
log2(10,586,800)=23.33 -
C(20,6)=38,760 -
log2(38,760)=15.24 - Partial ordering and other graph theory solutions further complicates the computation although the computation can continue to be done using information theory. So, partial or no order may be allowed in a particular embodiment, although it reduces the entropy over a full ordering. For this reason, one embodiment of the disclosed concept makes the order of clicks and strokes important to the proof of knowledge.
- The ability to enroll strokes as well as clicks, on the other hand, increases the entropy. One way to think of simple strokes is that they square the set size over clicks alone. This doubles the entropy. If the proof of knowledge permits both clicks and strokes, then the entropy is further increased by the choice of whether a mouse-down-up (or touch) is a click or stroke.
- If there are optional drag path requirements, then entropy is added by the choice of whether a drag path crosses a straight line stroke between prior stroke endpoints or the drag path intentionally curves around it.
FIG. 8 shows an embodiment of the disclosed concept when the proof of knowledge includes drag path information. Thisrepresentation 800 shows that stroke 802 (e.g., the stroke from the beginning to the end of the cows 806) between mouse-down and mouse-uplocations curving drag path 812 between 816 and 814 which intentionally did not cross thestroke 802 previously drawn between the cows 806. The user in enrollment draws these drag paths for any stroke that he/she desires to prove knowledge of drag path information. This illustrates that drag path using image cues can also improve entropy by the choice to avoid crossing a previous stroke. In the example there is one crossing with an avoidance possible (because a crossing cannot occur until the first stroke is made) which adds entropy. - The clicks and strokes may also repeat. A click, for example, may be performed twice at the same picture spot, or returned to after additional clicks and strokes. Repeating on the same picture spot however does not add to the entropy more than a click on a different spot but does not detract from it either.
- The user chooses his/her clicks, stroke end points and drag paths based on the picture content. Certain areas of a picture may have a relatively higher likelihood of being chosen than other areas due to the visual detail in the picture. The equiprobable cases for the sources of entropy (the selection of a place on the picture, the order of the selections, the choice between click and stroke, and the choice to avoid a crossing in a drag path) constitute the maximum entropy. If the choices are not equiprobable, then the entropy decreases. In one embodiment of the disclosed concept, this non-random selection bias is treated in the entropy estimation using the well-known information theoretic methods to refine the entropy estimation for a particular proof of knowledge.
- Now, compare the picture location entropy with conventional password entropy. Consider a strong specific security requirement of about 100 bits of entropy. The regular “strong password” alphabet is: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWYXZ′˜!@#$%̂& *( )_−+={[}]|\\:;″\′<,>.?/ or 84 choices, log2(84)=6.39. An equiprobable eight character sequence provides 51 bits entropy, but counting all sequences shorter provides a total of approximate 97 bits entropy.
- By comparison, allowing clicks and strokes for 256 picture position choices to get the same security has log2(256)=8, and with doubling for the click or stroke choice, the entropy for 4 clicks or strokes is 64 bits, and for all sequences shorter a total of approximately 112 bits. So four clicks or strokes has approximately the same maximum entropy as an eight character passcode.
- To provide the user an estimate of the entropy during enrollment, various other assumptions may be made that may increase or reduce the maximum entropy. For example and without limitation, the security policy may be to allow 4 to 8 clicks or strokes. If the user enters 6 clicks and strokes, the entropy may be computed as if he/she entered 8. However, if he/she enters 6 clicks, and no strokes, the security policy may say that this user is not using strokes, so the entropy for a click-only proof of knowledge may be computed as the estimate. Such assumptions have to be made by policy. As an extreme example, if the processor supports an unbounded number of clicks and strokes, but people rarely exceed 10, then a policy may say not to compute entropy over 10 clicks or strokes unless more than 10 clicks or strokes are actually input.
- Relatively very high entropy can be generated in a set of clicks, strokes and drag paths. However, there is a trade-off between ease-of-use and security/privacy. This affects how entropy is calculated.
- In one embodiment of the disclosed concept, the method constrains the user's input to a strict series of clicks and strokes. This ensures the highest security and privacy for the user, which can be further enhanced by drag path constraints. As will be seen, a less private system allows the user freedom over the order of clicks and strokes, including stroke direction.
- Another optional privacy requirement, and how it impacts the various embodiments, can be explained by reference to standard textual passcode systems. In these systems, the choices are among a fixed set of keyboard choices that represent unambiguous, error-free, symbols, and the symbols must be entered in strict order. Because of these constraints, it is possible to prove knowledge of the passcode string without actually knowing the passcode string. In enrollment, the passcode string is cryptographically hashed. In use, the passcode string given by the user is also cryptographically hashed and the two hashes are compared. If the comparison matches perfectly, then the system can confirm the proof of knowledge without storing the actual passcode. In a relatively less private system, the system would match passcodes directly but the system would have a record of the actual passcode that the person uses.
- Similarly, in one embodiment of the disclosed concept where the clicks and strokes and drag path crossings are required to follow or be recorded in a strict unambiguous order, it is possible to create an error free code that can be hashed in enrollment, and in use. In another embodiment, such as the simplest one of unordered clicks, the method of matching can be different and will likely sacrifice privacy.
- The following example method simply looks at unordered clicks. There will inevitably be positional error between enrollment and use, in a click, stroke, or a drag path. For simplicity in presentation, this error can be expressed as a location distance expressed in image coordinates. If the image coordinates are in pixels in x and y, the location error distance can be provided in Euclidean, city-block, or another suitable distance. This error directly impacts the entropy of the authenticator since it says that any click (or drag path) within certain bounds is counted as the same and therefore strongly affects the probability. In a simple case, if the image is a total of 36 example pixels, in an example 6×6 square, then it can readily be seen that if the error allows any click in the tiling of the four 3×3 contained squares to represent only one of 4 unique symbols, then the entropy is not with the probability of 36 choices, but with 4. Any mechanism of accommodating the human positional error must recognize adjustment to entropy.
-
FIG. 9 shows a simulated representation 900 of how anunordered click B 902 can be evaluated as a proof of knowledge against a previously enrolledclick A 904. There is a kernel region associated withclick B 902, which is a region of the image defined as an enrolledclick site A 904. Also shown is theerror region 906 tolerated as a proof of knowledge. This is illustrated by example in therepresentation 1000 of an image inFIG. 10 as the position of the inset image of theclick site 1002 shown for the top of theexample post 1004. InFIG. 10 , the method or system could compute the correlation of the inset image over the area of image shown to confirm that it's position error is “r” 908 (FIG. 9 ). If this positional error is below a suitable threshold, then the click is scored as having matched a click point. A simpler mechanism would simply compare (x,y) locations directly and score aclick B 902 by its proximity to an enrolledclick A 904. - Although
FIGS. 9 and 10 show example rectangular regions, other suitable types are possible (e.g., without limitation, circular; tiled; hexagonal; any suitable two-dimensional shape). - Even if the proof of knowledge does not require an ordered set of clicks (and strokes), enrollment can be enhanced by imposing a minimum distance between clicks (and strokes) so as to always guarantee that a click (or stroke) within the error-tolerance will be recognized correctly. The problem of privacy, though, still remains, since the enrollment click locations are known in use of the system.
-
FIG. 11 shows arepresentation 1100 of an image for a different method that permits relatively strong privacy similar to that obtained by character passcodes. In this method, the image is tiled with animplicit grid 1102. The selection regions may not be perfectly tiled, for example, if they arecircles 1104, as shown. Packing the samesized circles 1104 in the example embodiment that makes the order of clicks and strokes important to the proof of knowledge packs them inside implicit hexagons. For enhanced usability, optionally, in enrollment thegrid 1102 can be seen and the user notes that his/her clicks are automatically moved to the center of the grid element in which his/her click is entered.FIG. 11 shows a relatively moderate grid. It may be necessary to tolerate greater (less) error, in which case the user may have to select a relatively more coarse (fine) grid. Each grid location will constitute a symbol whose entropy is proportional to the number of grid locations and possibly the probability of a grid location being selected. - In another embodiment, the person may choose in enrollment to reposition the individual grid elements slightly but not so as to overlap, but he/she must be careful not to just position the grid elements he/she is using, because the repositioning itself may sacrifice privacy in use by the detection of the repositioning.
-
FIG. 12 shows arepresentation 1200 of an image in which different grid points may have different probabilities of being selected in enrollment and therefore may affect the computed entropy. Most of therectangles 1202 are points (with positional error) that are unique over the image, but the twoexample rectangles sky 1208 of the example image) that contain no edge information and are therefore not as likely to be selected. Because the points are not equiprobable with other, more interesting and easily repeated points, both entropy and privacy are sacrificed. For this reason, images with many interesting areas are preferred for both entropy and privacy. - The click-stroke pattern is of sufficient entropy that it may optionally be used both to identify the user and the password simultaneously thereby averting even the need for the user to identify himself/herself in a separate operation such as typing his/her username or presenting an identity token. Without limitation, this may use two pictures: one for the processor to identify the user, and another the user picks to input his/her password. If it is needed to keep the username and password separate, then the sequence of example mouse clicks (or example finger taps) can serialize the state between username and password. If a relatively more complex authentication is desired, perhaps involving username, password, and role, then the same applies.
- The clicks and strokes may also be reflected back to the user as lines and click symbols, or may be kept invisible so that another person or a camera or software cannot so easily detect the correct motions. Furthermore, a suitable comparator circuit, such as, for example, a relatively small flash memory, may protect the process of recognizing the authorization from other software or hardware inside the computer. This comparator circuit can also securely communicate with the mouse or other pointing device to put the pointing device into a scrambled mode while an authorization action is being taken.
- Enrollment may require the distribution of new accounts by an administrator where the user is invited to change his/her password. For administrator enrollment, the administrator may create the user account and distribute a username and password as is conventional today, and then the user may select to use picture (or other image) logon when or after being offered or forced to change his/her password. In relatively more sophisticated systems, the administrator may give a picture and indicate the login is to, for example and without limitation, draw a moustache on an old man (e.g., in a picture of ten faces) or some other suitable login.
- With picture enrollment, after picture selection, the user will be able to see feedback on his/her authorizing pattern of, for example, clicks and strokes. This may require the machine to be in a relatively more secure state, such as already logged in, in preboot, or in a suitably secure virtual machine. The feedback can show, for example, both the example lines being drawn and the example clicks, but also the example error tolerated by pattern recognition.
- In enrollment, to help the user remember his/her clicks, strokes and drag paths, the embodiment that makes the order of clicks and strokes important to the proof of knowledge provides repeated practice with visual hints. For example, a grid of circles provides possible clicks and stroke end points, and these are numbered in the order in which the user input them as shown in
representation 1300 inFIG. 13A . There, the grid of circles shows possible clicks and stroke end points numbered 1, 2, 3, 4, 5, 7. In this example, the possible click and stroke end point numbered 6 is not shown since it is the same as the possible click and stroke end point numbered 2. If a click is repeated, then the number showing in the circle would be the lower number (e.g.,number 2 ofFIG. 13A ), but when first clicked in practice (after the possible click and stroke end point numbered 1), it changes to the higher number (the possible click and stroke end point numbered 6) as shown inrepresentation 1302 inFIG. 13B , which is after the user clicked on click and stroke end points numbered 1 and 2. There, the grid of circles shows possible clicks and stroke end points numbered 3, 4, 5, 6, 7. The same method for leading the user through practice applies to stroke end points. In this way, the user rapidly learns to remember his/her selection. - The system can optionally use the series of clicks and strokes and give the user an indication of the entropy of his/her login at least as a strength meter, the number of choices possible, or the estimated number of expected bits of entropy.
- The procedure for enrollment and use can be employed to perform multiple identifications where each pattern of clicks and strokes is a series. For example, there may be a standard picture which selects user and role, which is then followed by the user's personal picture. A click (possibly this is just a mouse-down) starts a pattern. Then a search rule applies. With each successive sample, a search is done over the set of learned patterns. The learned patterns, as above, may be, for example and without limitation, for users and roles for a user, depending on enrollment. Furthermore, this successive search can be continued for the passcode at the sacrifice of privacy as described above. As each element of the successful match is met, a correction expectation may optionally be set for the next stroke element or click. This is to avoid successive timing or placement errors from building and to enable search. So, for example, a first click with an error diameter of 10, may select all authenticators that have a first click within the diameter of 10 around the click, but all such authenticators become candidates. A stroke (e.g. without limitation, mouse-down movement) may then select among the second in series and trigger based on coming within the error diameter associated with the next position of the proof of knowledge. This can be efficiently implemented as a string search tree for all learned authenticators and normal algorithms can be used managing different search trees. In a simple algorithm, the authenticators are kept in their raw form as well as implicitly in the search tree, and then if it is needed to delete an authenticator from a tree or add one to another tree, the raw forms are replayed.
- If the pointing device is a multi-touch touch screen, then the above techniques can be applied to partial orders provided by multi-touch inputs. Relatively more sophisticated expression encoding will still have expressions that will have two-dimensional (2D) locations and order. An expression (e.g., without limitation, moving fingers together and apart) that can appear anywhere on the screen is simply a single grid position for the entire screen on that position. So, for example, if a multi-touch expression is detected, then it may be encoded as special and not 2D dependent.
- It is expected that the reference image is stretched in both X and Y to cover the visible/relevantly-pointable image surface. A non-relevant pointable surface may be a toolbar on the bottom or right as long as the image does not extend behind it. In this case, the person need only follow the image content to draw his/her authorizing signature.
- As a non-limiting example, the disclosed concept may be extended as a game, such as, for example and without limitation, a treasure hunt game where success in entering a code sequence gains access to data or a secret and wins the game or a stage of the game. In one embodiment, a hint can be provided as a puzzle to guide each click or stroke in sequence. Successful completion results in an audiovisual reward or perhaps a secret message or link. The selection of a user, in this mode of operation, is the same as the selection of a game to play, with a game being comprised of at least a name, an image, a proof of knowledge, and hints. The game may have a hard mode and an easy mode corresponding to the privacy modes. In easy mode, each successful or unsuccessful click or stroke is made clear to the player. In the hard mode which corresponds to high privacy use, the entire sequence must be completed successfully, or a length exceeded, before success, or failure, can be determined. In the enrollment phase, where new users can be added, images selected, and codes established and practiced, new games can be created with new names, images, code sequences, and, additionally, hint sequences. With success, there may be a message or link also added in the treasure hunt game version of enrollment.
- It may be seen that a motion picture, such as a series of pictures, or a movie, may be employed instead of a still picture, such as a single static picture. This embodiment adds a timing choice for a click or stroke that can further increase the effective entropy since a click, stroke end, or drag path would have a temporal dimension as well as a spatial dimension. This effectively increases the potential entropy many times because the number of choices goes up with the number of pictures in the movie. All of the above embodiments and considerations apply for a series of pictures in a movie as apply for a single picture, except that the timing of the click or stroke-end also becomes a choice. Additionally, a movie, or simply a single picture, may come with sound or music which can cue critical click-stroke timing as well.
- Sound or music with no picture at all may also be marked by clicks (taps) and strokes (holding down) to achieve the same effects, now in time, as an alternative to using pictures at all. This reduces the entropy to whatever exists within the limits of permitted error. So, for example, if there are only clicks and the music permits 256 discrete points for taps, then the binary entropy is only log2(256) or 8 bits. But with sufficiently long and interesting music, entropies comparable to what can be achieved with pictures or character strings are possible. As above, if the person can choose between a tap or holding-down, the entropy is doubled. Furthermore, if the person can tap any of several keys on the keyboard to the sound, then the set of choices similarly increases and the entropy can be computed based on information theory.
- Once sufficiently practiced, a user may choose to distort the image of the picture on every viewing of it. Any attempt to surreptitiously record positions of the mouse or finger may then fail because positional replay will not be successful in proving knowledge that is specific to visual detail in the picture (or movie). Such distortion is also applicable to sound so that the actual tap and hold pattern changes according to the temporal distortion of the sound. For example, the image distortion can distort an image having an X-axis and a Y-axis normal to the X-axis. The image is spatially distorted in both the X-axis and in the normal Y-axis. Preferably, a first spatial distortion of the image in the X-axis is different than a second spatial distortion of the image in the normal Y-axis.
- For example and without limitation, an image, I, is distorted by creating a distorted image, I′, by the application of a discrete function of discrete variables for each dimension that determines where in the original image pixel data is sampled, Fx and Fy as in, I′(x,y)=I(Fx(x),Fy(y)). In the case of using a grid, the grid point centers are corrected with the same transformations. Fx and Fy should be monotonically increasing. If the original image boundaries are (0.00,0.00) and (1.00,1.00), then Fx and Fy may be any monotonically increasing functions such that there is sufficient distortion to change the grid points in order that knowing the (x,y) positions of the original image points does not guarantee knowing the (x,y) positions of the new points. Furthermore, at the extremes, (0.00, 0.00) and (1.00,1.00), Fx(x)=x and Fy(y)=y. The functions Fx(x) and Fy(y) may, within these constraints, be randomly selected or may have random input variables, rx and ry as in Fx(x,rx) and Fy(y,ry). If the distortion is over a motion picture, such as a movie, then the distortion may add a discrete time parameter as in Ft(t). If the distortion is over sound alone, then the distortion is solely over the discrete function Ft.
-
FIG. 14 shows anexample system 1400 for a proof of knowledge enrollment or authentication. Thesystem 1400 includes aprocessor 1402 having aninput 1404, anoutput 1406 and a routine 1408, and adisplay 1410 having animage 1412 from theprocessor output 1406. The routine 1408 is structured to input from the processor input 1404 a plurality of different position selections and/or a plurality of different path selections on theimage 1412, and is further structured to authenticate the proof of knowledge as a function of the plurality of different position selections and/or the plurality of different path selections on theimage 1412. - Preferably, the routine 1408 is structured to distort the
image 1412 prior inputting the different position selections and/or the different path selections on theimage 1412. - Also, if the
image 1412 is a motion picture with sound, then thedisplay 1410 orprocessor output 1406 includes anaudio output 1414, and the routine 1408 is further structured to distort the audio output (e.g., without limitations, change the timing of a number of sounds, which correspond to the intended timing of the various position selections and/or path selections). - Preferably, the routine 1408 is still further structured to enable a user to practice an ordered set of position selections and/or path selections.
- While specific embodiments of the disclosed concept have been described in detail, it will be appreciated by those skilled in the art that various modifications and alternatives to those details could be developed in light of the overall teachings of the disclosure. Accordingly, the particular arrangements disclosed are meant to be illustrative only and not limiting as to the scope of the disclosed concept which is to be given the full breadth of the claims appended and any and all equivalents thereof.
Claims (34)
1. A method of operation of a processor to provide proof of knowledge enrollment or authentication, comprising:
accepting, by the processor, an ordered set of inputs comprising at least one of a group consisting of: one or more inputs corresponding to one or more different position selections on an image, one or more inputs corresponding to one or more different stroke selections on the image, and one or more inputs corresponding to one or more different drag path selections on the image;
generating, by the processor, a cryptographic hash representative of the ordered set of inputs; and
utilizing the cryptographic hash to provide at least one of a group consisting of: proof of knowledge enrollment and proof of knowledge authentication.
2. The method of claim 1 wherein utilizing the cryptographic hash comprises utilizing the cryptographic hash to provide proof of knowledge enrollment.
3. The method of claim 1 wherein utilizing the cryptographic hash comprises utilizing the cryptographic hash to provide proof of knowledge authentication.
4. The method of claim 1 wherein accepting the ordered set of inputs comprises:
tiling the image with an implicit grid comprising a plurality of grid elements; and
accepting the ordered set of inputs according to the implicit grid.
5. The method of claim 4 wherein tiling the image with the implicit grid comprises tiling the image with the implicit grid such that the implicit grid has a grid size that is set responsive to an input.
6. The method of claim 4 further comprising, during proof of knowledge enrollment, enabling repositioning of one or more of the plurality of grid elements.
7. The method of claim 4 wherein the implicit grid comprises two-dimensional shapes selected from a group consisting of: circles, tiles, and hexagons.
8. The method of claim 4 wherein accepting the ordered set of inputs according to the implicit grid comprises:
accepting an input corresponding to a position on the image designating one of a group consisting of: a single point, a start of a stroke, an end of a stroke, a start of a drag path, and an end of a drag path; and
automatically recording a position of the input as a singular unique position of a corresponding grid element of the plurality of grid elements in the implicit grid.
9. The method of claim 1 wherein utilizing the cryptographic hash comprises storing the cryptographic hash as part of proof of knowledge enrollment.
10. The method of claim 9 further comprising enabling repetition of the ordered set of inputs prior to storing the cryptographic hash.
11. The method of claim 10 wherein enabling the repetition of the ordered set of inputs comprises providing visual hints for the ordered set of inputs.
12. The method of claim 1 wherein utilizing the cryptographic hash comprises, as part of proof of knowledge authentication:
comparing the cryptographic hash to a stored cryptographic hash; and
authenticating the ordered set of inputs as a proof of knowledge enrollment if the cryptographic hash matches the stored cryptographic hash.
13. The method of claim 1 wherein, during proof of knowledge authentication, the method further comprises distorting the image prior to accepting the ordered set of inputs.
14. The method of claim 13 wherein the image has an X-axis and a Y-axis normal to the X-axis, and distorting the image comprises:
spatially distorting the image in the X-axis and in the Y-axis such that a first spatial distortion of the image in the X-axis is different than a second spatial distortion of the image in the Y-axis.
15. The method of claim 1 wherein receiving the ordered set of inputs, generating the cryptographic hash, and utilizing the cryptographic hash are part of a first proof of knowledge authentication, and the method further comprises:
distorting the image prior to accepting the ordered set of inputs; and
for a second proof of knowledge authentication:
distorting the image prior to accepting an ordered set of inputs for the second proof of knowledge authentication such that a distortion applied to the image for the second proof of knowledge authentication is different than a distortion applied to the image for the first proof of knowledge authentication.
16. The method of claim 1 wherein the ordered set of inputs comprises at least one of a group consisting of: inputs corresponding to a plurality of different position selections on the image, inputs corresponding to a plurality of different stroke selections on the image, and inputs corresponding to a plurality of different drag path selections on the image.
17. (canceled)
18. (canceled)
19. The method of claim 1 wherein the ordered set of inputs comprises inputs corresponding to a stroke on the image and a drag path on the image, wherein proof of knowledge authentication is a function of whether the drag path crosses or does not cross the stroke.
20. The method of claim 1 wherein the ordered set of inputs comprises one or more inputs corresponding to a stroke on the image and a direction of the stroke on the image.
21. The method of claim 1 wherein the ordered set of inputs comprises one or more inputs corresponding to a multi-touch gesture.
22. The method of claim 1 wherein the image is one of a group consisting of: a still picture, a photograph, and a motion picture.
23. (canceled)
24. (canceled)
25. The method of claim 1 further comprising receiving the image for which the ordered set of inputs are accepted.
26. The method of claim 1 wherein the image is a motion picture with sound, and the ordered set of inputs comprises a timing of at least one input of the ordered set of inputs with respect to the motion picture with sound.
27. The method of claim 26 further comprising, during proof of knowledge authentication, distorting the sound when accepting the ordered set of inputs.
28. The method of claim 1 wherein accepting the ordered set of inputs, generating the cryptographic hash, and utilizing the cryptographic hash are part of a proof of knowledge enrollment or authentication that is an authentication or enrollment other than a log-on.
29. The method of claim 1 wherein accepting the ordered set of inputs comprises accepting the ordered set of inputs with error tolerance.
30. The method of claim 1 further comprising reflecting the ordered set of inputs as the ordered set of inputs are accepted.
31. The method of claim 1 further comprising accepting the ordered set of inputs such that the ordered set of inputs are not reflected as the ordered set of inputs are accepted.
32. The method of claim 1 further comprising providing visual hints while accepting the ordered set of inputs.
33. The method of claim 1 wherein utilizing the cryptographic hash comprises utilizing the cryptographic hash for proof of knowledge enrollment or authentication for a proof of knowledge that simultaneously identifies both a username and a password based on the cryptographic hash.
34. The method of claim 1 wherein utilizing the cryptographic hash comprises utilizing the cryptographic hash for proof of knowledge enrollment or authentication for a proof of knowledge that identifies a username based on the cryptographic hash, and the method further comprises:
accepting, by the processor, a second ordered set of inputs comprising at least one of a group consisting of: one or more inputs corresponding to one or more different position selections on a second image, one or more inputs corresponding to one or more different stroke selections on the second image, and one or more inputs corresponding to one or more different drag path selections on the second image; and
utilizing the second ordered set of inputs as a password associated with the username to provide an authentication.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/330,986 US20140331057A1 (en) | 2010-02-11 | 2014-07-14 | Method and system for processor or web logon |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US30338410P | 2010-02-11 | 2010-02-11 | |
US12/884,478 US8813183B2 (en) | 2010-02-11 | 2010-09-17 | Method and system for processor or web logon |
US14/330,986 US20140331057A1 (en) | 2010-02-11 | 2014-07-14 | Method and system for processor or web logon |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/884,478 Continuation US8813183B2 (en) | 2010-02-11 | 2010-09-17 | Method and system for processor or web logon |
Publications (1)
Publication Number | Publication Date |
---|---|
US20140331057A1 true US20140331057A1 (en) | 2014-11-06 |
Family
ID=44354693
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/884,478 Active 2032-06-24 US8813183B2 (en) | 2010-02-11 | 2010-09-17 | Method and system for processor or web logon |
US14/330,986 Abandoned US20140331057A1 (en) | 2010-02-11 | 2014-07-14 | Method and system for processor or web logon |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/884,478 Active 2032-06-24 US8813183B2 (en) | 2010-02-11 | 2010-09-17 | Method and system for processor or web logon |
Country Status (3)
Country | Link |
---|---|
US (2) | US8813183B2 (en) |
EP (1) | EP2534577B1 (en) |
WO (1) | WO2011100017A1 (en) |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20140181753A1 (en) * | 2011-04-26 | 2014-06-26 | Kyocera Corporation | Electronic device |
US9300659B2 (en) | 2014-04-22 | 2016-03-29 | Antique Books, Inc. | Method and system of providing a picture password for relatively smaller displays |
CN105512540A (en) * | 2015-11-25 | 2016-04-20 | 广东欧珀移动通信有限公司 | Method and device for unlocking mobile terminal by signal hand |
US9323435B2 (en) | 2014-04-22 | 2016-04-26 | Robert H. Thibadeau, SR. | Method and system of providing a picture password for relatively smaller displays |
US9490981B2 (en) | 2014-06-02 | 2016-11-08 | Robert H. Thibadeau, SR. | Antialiasing for picture passwords and other touch displays |
US9497186B2 (en) | 2014-08-11 | 2016-11-15 | Antique Books, Inc. | Methods and systems for securing proofs of knowledge for privacy |
US9813411B2 (en) | 2013-04-05 | 2017-11-07 | Antique Books, Inc. | Method and system of providing a picture password proof of knowledge as a web service |
US10659465B2 (en) | 2014-06-02 | 2020-05-19 | Antique Books, Inc. | Advanced proofs of knowledge for the web |
US11265165B2 (en) | 2015-05-22 | 2022-03-01 | Antique Books, Inc. | Initial provisioning through shared proofs of knowledge and crowdsourced identification |
Families Citing this family (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7953983B2 (en) | 2005-03-08 | 2011-05-31 | Microsoft Corporation | Image or pictographic based computer login systems and methods |
US8458485B2 (en) | 2009-06-17 | 2013-06-04 | Microsoft Corporation | Image-based unlock functionality on a computing device |
US9443078B2 (en) * | 2010-04-20 | 2016-09-13 | International Business Machines Corporation | Secure access to a virtual machine |
AU2011202415B1 (en) | 2011-05-24 | 2012-04-12 | Microsoft Technology Licensing, Llc | Picture gesture authentication |
US8769669B2 (en) * | 2012-02-03 | 2014-07-01 | Futurewei Technologies, Inc. | Method and apparatus to authenticate a user to a mobile device using mnemonic based digital signatures |
EP2852912B1 (en) * | 2012-05-22 | 2019-04-10 | Telefonaktiebolaget LM Ericsson (publ) | Method, apparatus and computer program product for determining password strength |
JP5778100B2 (en) * | 2012-08-29 | 2015-09-16 | Necパーソナルコンピュータ株式会社 | Input information authentication apparatus and apparatus program |
KR20150003957A (en) * | 2013-07-01 | 2015-01-12 | 삼성전자주식회사 | Method and apparatus for Operating the lock screen of the mobile terminal |
CN105556530B (en) * | 2013-07-16 | 2018-10-19 | 诺基亚技术有限公司 | Method, apparatus for hiding the access to the information in image |
WO2015164885A2 (en) | 2014-04-22 | 2015-10-29 | Antique Books, Inc | Method and system of providing a picture password for relatively smaller displays |
US9852280B2 (en) * | 2015-01-08 | 2017-12-26 | Blackberry Limited | Authentication for access to a device that has a primary display portion and a secondary display portion |
US20180048635A1 (en) | 2015-03-03 | 2018-02-15 | Antique Books, Inc. | Method and system for a multiple password web service and management dashboard |
CN104778387B (en) * | 2015-04-23 | 2017-12-08 | 西安交通大学 | Cross-platform identity authorization system and method based on man-machine interaction behavior |
WO2016179590A1 (en) | 2015-05-07 | 2016-11-10 | Antique Books, Inc. | Method for delegated authentication, access control and confirmation of irreversible commands in a storage device |
PL230192B1 (en) * | 2016-09-28 | 2018-10-31 | Lipik Jacek Gama | Scanner, preferably for antique books and method for scanning |
US20190228083A1 (en) * | 2018-01-22 | 2019-07-25 | International Business Machines Corporation | Managing application resources based on funnels applied in site navigation |
FR3086775B1 (en) * | 2018-10-02 | 2023-02-24 | Evidian | USER AUTHENTICATION METHOD BY USER IDENTIFIER AND ASSOCIATED GRAPHIC PASSWORD |
US20210264007A1 (en) * | 2020-02-25 | 2021-08-26 | Lenovo (Singapore) Pte. Ltd. | Authentication method for head-mounted display |
US11811752B1 (en) | 2022-08-03 | 2023-11-07 | 1080 Network, Inc. | Systems, methods, and computing platforms for executing credential-less network-based communication exchanges |
Citations (23)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5559961A (en) * | 1994-04-04 | 1996-09-24 | Lucent Technologies Inc. | Graphical password |
US6209104B1 (en) * | 1996-12-10 | 2001-03-27 | Reza Jalili | Secure data entry and visual authentication system and method |
US6249868B1 (en) * | 1998-03-25 | 2001-06-19 | Softvault Systems, Inc. | Method and system for embedded, automated, component-level control of computer systems and other complex systems |
US20020029341A1 (en) * | 1999-02-11 | 2002-03-07 | Ari Juels | Robust visual passwords |
US20020080123A1 (en) * | 2000-12-26 | 2002-06-27 | International Business Machines Corporation | Method for touchscreen data input |
US20020196274A1 (en) * | 2001-06-08 | 2002-12-26 | International Business Machines Corporation | Entry of a password through a touch-sensitive computer screen |
US20040010721A1 (en) * | 2002-06-28 | 2004-01-15 | Darko Kirovski | Click Passwords |
US20040030934A1 (en) * | 2001-10-19 | 2004-02-12 | Fumio Mizoguchi | User selectable authentication interface and universal password oracle |
US20040073809A1 (en) * | 2002-10-10 | 2004-04-15 | Wing Keong Bernard Ignatius Ng | System and method for securing a user verification on a network using cursor control |
US6934860B1 (en) * | 2000-05-08 | 2005-08-23 | Xerox Corporation | System, method and article of manufacture for knowledge-based password protection of computers and other systems |
US20070229216A1 (en) * | 2006-03-15 | 2007-10-04 | Nec Corporation | Device control system, control unit and device control method for use therewith |
US20080263361A1 (en) * | 2007-04-20 | 2008-10-23 | Microsoft Corporation | Cryptographically strong key derivation using password, audio-visual and mental means |
US20090089869A1 (en) * | 2006-04-28 | 2009-04-02 | Oracle International Corporation | Techniques for fraud monitoring and detection using application fingerprinting |
US20090160800A1 (en) * | 2007-12-19 | 2009-06-25 | Lenovo (Beijing) Limited | Touch pad, method of operating the same, and notebook computer with the same |
US20090202153A1 (en) * | 2000-03-01 | 2009-08-13 | Palmsource, Inc. | Method and apparatus for using pressure information for improved computer controlled handwriting recognition data entry and user authentication |
US20090313693A1 (en) * | 2008-06-16 | 2009-12-17 | Rogers Sean Scott | Method and system for graphical passcode security |
US20100043062A1 (en) * | 2007-09-17 | 2010-02-18 | Samuel Wayne Alexander | Methods and Systems for Management of Image-Based Password Accounts |
US20100169958A1 (en) * | 2006-10-13 | 2010-07-01 | Univeristy Of Idaho | Method for generating and using composite scene passcodes |
US20110191592A1 (en) * | 2010-01-29 | 2011-08-04 | Norman Frank Goertzen | Secure Access by a User to a Resource |
US8155622B1 (en) * | 2007-05-02 | 2012-04-10 | At&T Mobility Ii Llc | Systems and methods for providing wireless telecommunications access to authorized wireless service subscribers |
US20130047236A1 (en) * | 2010-04-09 | 2013-02-21 | Jasbir Singh | Authentication system and method thereof |
US20130268775A1 (en) * | 2012-04-10 | 2013-10-10 | Good Technology Corporation | Method and device for generating a code |
US20140359653A1 (en) * | 2013-05-31 | 2014-12-04 | University Of Ontario Institute Of Technology | Systems, Methods, and Computer Program Products for Providing Video-Passwords For User Authentication |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040034801A1 (en) * | 2001-02-15 | 2004-02-19 | Denny Jaeger | Method for creating and using computer passwords |
US6687390B2 (en) * | 2001-12-04 | 2004-02-03 | Applied Neural Conputing Ltd. | System for and method of web signature recognition system based on object map |
US7953983B2 (en) * | 2005-03-08 | 2011-05-31 | Microsoft Corporation | Image or pictographic based computer login systems and methods |
US7657849B2 (en) * | 2005-12-23 | 2010-02-02 | Apple Inc. | Unlocking a device by performing gestures on an unlock image |
AU2007237363B2 (en) * | 2006-12-06 | 2010-04-29 | 2121200 Ontario Inc. | Feature codes and bonuses in virtual worlds |
US8024775B2 (en) * | 2008-02-20 | 2011-09-20 | Microsoft Corporation | Sketch-based password authentication |
US8289130B2 (en) * | 2009-02-19 | 2012-10-16 | Apple Inc. | Systems and methods for identifying unauthorized users of an electronic device |
US8191126B2 (en) * | 2009-05-04 | 2012-05-29 | Indian Institute Of Technology Madras | Methods and devices for pattern-based user authentication |
-
2010
- 2010-09-17 US US12/884,478 patent/US8813183B2/en active Active
- 2010-12-03 EP EP10845949.6A patent/EP2534577B1/en active Active
- 2010-12-03 WO PCT/US2010/058825 patent/WO2011100017A1/en active Application Filing
-
2014
- 2014-07-14 US US14/330,986 patent/US20140331057A1/en not_active Abandoned
Patent Citations (23)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5559961A (en) * | 1994-04-04 | 1996-09-24 | Lucent Technologies Inc. | Graphical password |
US6209104B1 (en) * | 1996-12-10 | 2001-03-27 | Reza Jalili | Secure data entry and visual authentication system and method |
US6249868B1 (en) * | 1998-03-25 | 2001-06-19 | Softvault Systems, Inc. | Method and system for embedded, automated, component-level control of computer systems and other complex systems |
US20020029341A1 (en) * | 1999-02-11 | 2002-03-07 | Ari Juels | Robust visual passwords |
US20090202153A1 (en) * | 2000-03-01 | 2009-08-13 | Palmsource, Inc. | Method and apparatus for using pressure information for improved computer controlled handwriting recognition data entry and user authentication |
US6934860B1 (en) * | 2000-05-08 | 2005-08-23 | Xerox Corporation | System, method and article of manufacture for knowledge-based password protection of computers and other systems |
US20020080123A1 (en) * | 2000-12-26 | 2002-06-27 | International Business Machines Corporation | Method for touchscreen data input |
US20020196274A1 (en) * | 2001-06-08 | 2002-12-26 | International Business Machines Corporation | Entry of a password through a touch-sensitive computer screen |
US20040030934A1 (en) * | 2001-10-19 | 2004-02-12 | Fumio Mizoguchi | User selectable authentication interface and universal password oracle |
US20040010721A1 (en) * | 2002-06-28 | 2004-01-15 | Darko Kirovski | Click Passwords |
US20040073809A1 (en) * | 2002-10-10 | 2004-04-15 | Wing Keong Bernard Ignatius Ng | System and method for securing a user verification on a network using cursor control |
US20070229216A1 (en) * | 2006-03-15 | 2007-10-04 | Nec Corporation | Device control system, control unit and device control method for use therewith |
US20090089869A1 (en) * | 2006-04-28 | 2009-04-02 | Oracle International Corporation | Techniques for fraud monitoring and detection using application fingerprinting |
US20100169958A1 (en) * | 2006-10-13 | 2010-07-01 | Univeristy Of Idaho | Method for generating and using composite scene passcodes |
US20080263361A1 (en) * | 2007-04-20 | 2008-10-23 | Microsoft Corporation | Cryptographically strong key derivation using password, audio-visual and mental means |
US8155622B1 (en) * | 2007-05-02 | 2012-04-10 | At&T Mobility Ii Llc | Systems and methods for providing wireless telecommunications access to authorized wireless service subscribers |
US20100043062A1 (en) * | 2007-09-17 | 2010-02-18 | Samuel Wayne Alexander | Methods and Systems for Management of Image-Based Password Accounts |
US20090160800A1 (en) * | 2007-12-19 | 2009-06-25 | Lenovo (Beijing) Limited | Touch pad, method of operating the same, and notebook computer with the same |
US20090313693A1 (en) * | 2008-06-16 | 2009-12-17 | Rogers Sean Scott | Method and system for graphical passcode security |
US20110191592A1 (en) * | 2010-01-29 | 2011-08-04 | Norman Frank Goertzen | Secure Access by a User to a Resource |
US20130047236A1 (en) * | 2010-04-09 | 2013-02-21 | Jasbir Singh | Authentication system and method thereof |
US20130268775A1 (en) * | 2012-04-10 | 2013-10-10 | Good Technology Corporation | Method and device for generating a code |
US20140359653A1 (en) * | 2013-05-31 | 2014-12-04 | University Of Ontario Institute Of Technology | Systems, Methods, and Computer Program Products for Providing Video-Passwords For User Authentication |
Cited By (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20140181753A1 (en) * | 2011-04-26 | 2014-06-26 | Kyocera Corporation | Electronic device |
US9813411B2 (en) | 2013-04-05 | 2017-11-07 | Antique Books, Inc. | Method and system of providing a picture password proof of knowledge as a web service |
US9582106B2 (en) | 2014-04-22 | 2017-02-28 | Antique Books, Inc. | Method and system of providing a picture password for relatively smaller displays |
US9323435B2 (en) | 2014-04-22 | 2016-04-26 | Robert H. Thibadeau, SR. | Method and system of providing a picture password for relatively smaller displays |
US9300659B2 (en) | 2014-04-22 | 2016-03-29 | Antique Books, Inc. | Method and system of providing a picture password for relatively smaller displays |
US9922188B2 (en) | 2014-04-22 | 2018-03-20 | Antique Books, Inc. | Method and system of providing a picture password for relatively smaller displays |
US9490981B2 (en) | 2014-06-02 | 2016-11-08 | Robert H. Thibadeau, SR. | Antialiasing for picture passwords and other touch displays |
US9866549B2 (en) | 2014-06-02 | 2018-01-09 | Antique Books, Inc. | Antialiasing for picture passwords and other touch displays |
US10659465B2 (en) | 2014-06-02 | 2020-05-19 | Antique Books, Inc. | Advanced proofs of knowledge for the web |
US9497186B2 (en) | 2014-08-11 | 2016-11-15 | Antique Books, Inc. | Methods and systems for securing proofs of knowledge for privacy |
US9887993B2 (en) | 2014-08-11 | 2018-02-06 | Antique Books, Inc. | Methods and systems for securing proofs of knowledge for privacy |
US11265165B2 (en) | 2015-05-22 | 2022-03-01 | Antique Books, Inc. | Initial provisioning through shared proofs of knowledge and crowdsourced identification |
CN105512540A (en) * | 2015-11-25 | 2016-04-20 | 广东欧珀移动通信有限公司 | Method and device for unlocking mobile terminal by signal hand |
Also Published As
Publication number | Publication date |
---|---|
US20110197259A1 (en) | 2011-08-11 |
EP2534577A4 (en) | 2014-11-05 |
US8813183B2 (en) | 2014-08-19 |
EP2534577B1 (en) | 2018-11-07 |
EP2534577A1 (en) | 2012-12-19 |
WO2011100017A1 (en) | 2011-08-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8813183B2 (en) | Method and system for processor or web logon | |
US11068576B2 (en) | Hardening security images | |
Sreelatha et al. | Authentication schemes for session passwords using color and images | |
US10565569B2 (en) | Methods and systems related to multi-factor, multidimensional, mathematical, hidden and motion security pins | |
US6035406A (en) | Plurality-factor security system | |
US7409705B2 (en) | System and method for user authentication | |
JP5948498B2 (en) | Method and system for securing user ID | |
US20080235788A1 (en) | Haptic-based graphical password | |
JP2005537574A (en) | User authentication system and method with strong password | |
US20070031009A1 (en) | Method and system for string-based biometric authentication | |
US20080028205A1 (en) | Method and apparatus for authenticating a user | |
US8117652B1 (en) | Password input using mouse clicking | |
CN105991281A (en) | Identity authentication method, equipment and system | |
CN111882719A (en) | Password anti-theft method and device based on dynamic password and intelligent lockset | |
CN103297391A (en) | Graphical dynamic password inputting and verifying method | |
Gao et al. | Analysis and evaluation of the colorlogin graphical password scheme | |
US20170228531A1 (en) | Password entry through temporally-unique tap sequence | |
Zhou et al. | A comparison of a touch-gesture-and a keystroke-based password method: toward shoulder-surfing resistant mobile user authentication | |
JP3639811B2 (en) | Identification method. | |
JP2002318904A (en) | Series input device, individual authentication system and series collation system, input series genertion method, individual authentication method and series collation method, and program | |
JP2006293804A (en) | Input of password and authentication system | |
US20160226876A1 (en) | Password entry through temporally-unique tap sequence | |
Farmand et al. | Improving graphical password resistant to shoulder-surfing using 4-way recognition-based sequence reproduction (RBSR4) | |
Malempati et al. | User authentication using native language passwords | |
Kobata et al. | Personal identification by flick input with acceleration sensor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: ANTIQUE BOOKS, INC., PENNSYLVANIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:THIBADEAU, ROBERT H.;MARKS, SCOTT C.;THIBADEAU, ROBERT, JR.;SIGNING DATES FROM 20140801 TO 20140815;REEL/FRAME:034149/0069 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION |