This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
spg /
| name | age | message | |
|---|---|---|---|
| |
README | Thu Nov 05 16:06:24 -0800 2009 | |
| |
TODO | Sun Apr 26 22:13:54 -0700 2009 | |
| |
__init__.py | Thu Nov 05 16:06:24 -0800 2009 | |
| |
bash_completion/ | Sun Apr 26 22:13:54 -0700 2009 | |
| |
setup.py | Thu Nov 05 05:11:36 -0800 2009 |
README
SPG === The Simple Password Generator is a simple way to remember passwords. You choose a single secret phrase. For a password for a site "website", it generates the password as the first eight characters of the MD5 hash of ( secret-prase + "website"). You just have to remember one phrase and you have a unique system of passwords. The idea behind this was originally taken from a system described in one of the comments on a blog ( url : http://www.schneier.com/blog/archives/2007/11/how_to_harvest.html#c220047 ). A very basic (and somewhat broken) readline support exists on the win32 platform via the 'alternative readline' module (from http://newcenturycomputers.net/projects/readline.html). This is mostly incompatible with the other win32 readline replacement - pyreadline.







