Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dogeared/passable
Mobile Phone App for Secure Password
https://github.com/dogeared/passable
Last synced: about 18 hours ago
JSON representation
Mobile Phone App for Secure Password
- Host: GitHub
- URL: https://github.com/dogeared/passable
- Owner: dogeared
- License: other
- Created: 2011-04-15T12:34:26.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-11T14:34:44.000Z (over 10 years ago)
- Last Synced: 2024-04-15T13:19:44.032Z (7 months ago)
- Language: JavaScript
- Homepage: http://afitnerd.com
- Size: 5.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE
Awesome Lists containing this project
README
## On Passwords
Memorizing lots of passwords sucks.
Writing down passwords sucks.
Using the same password sucks.
Server side password solutions suck.
Two factor authentication is expensive.
And, therefore, sucks.## How it works:
With Passable, you remember a long secret phrase that only you know. Something like:
```
The rain in spain falls mainly on the plain
(But make up your own)
```Whenever you need a password, you use an account nickname. For instance, for a gmail account, the identifier might be:
```
gmail bob
(But make up your own)
```Javascript Sha1 implementation by Paul Johnston, et al. http://pajhome.org.uk/crypt/md5
Original idea by Brad Tilley, 16 Systems http://16s.us/sha1_pass/