Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danpalmer/password-demo
A demo for a new method of using passwords/PINs that is far more resistant to both social hacking and otherwise.
https://github.com/danpalmer/password-demo
Last synced: 25 days ago
JSON representation
A demo for a new method of using passwords/PINs that is far more resistant to both social hacking and otherwise.
- Host: GitHub
- URL: https://github.com/danpalmer/password-demo
- Owner: danpalmer
- Created: 2010-04-11T20:47:50.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-04-11T21:29:47.000Z (over 14 years ago)
- Last Synced: 2024-04-08T16:59:47.007Z (7 months ago)
- Language: Objective-C
- Homepage: http://dapl.me/passwordconcept
- Size: 233 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a demo for a type of password that is very resistant to hacking.
The code is Objective-C for Mac OS X. It requires 10.5 (Leopard) or
above and should be compiled using Xcode with the Xcode project file
included.I do not take credit for the concept, however if you use any of this code
in your own projects please credit me. If you use the code or the concept
in any projects, I would really appreciate it if you could email me to let
me know as I am keen on following the use of this type of password.If you use this project or want to support it for any reason, you can donate
to help fund the coffee that keeps me running :)Author: Dan Palmer
Email: [email protected]TODO
====- Add the ability to change the password pattern.
- Create a Mac OS security plugin to allow users to have this as their
password authentication on their system.