Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/