Projects
Random Password Generator
A nifty program that generates random passwords that resemble english. Writing down long passwords is very insecure, but trying to memorize 20 completely random characters is just about impossible. The passwords this program generates are pronouncable, but not really words, which makes them quite easy to remember.A couple examples (It's a little hit-and-miss, as you can probably tell from these):
- bachmenetyar
- mationktonyt
- tyardvancend
- nnereteratex
- aplingbirdne
- eronfulfunkp
- phibilieszil
- tedxtablerze
- itiesomensen
- nsciesiextil
WARNING: I`m not a cryptologist, I honestly don`t know what I`m doing with this. The program uses the basic python psuedo-random number generator. I trust it, because I`m really not that worried about the CIA trying to crack my passwords, but I make absolutely no promises about the security whatsoever.
- Operating Systems
- Should work anywhere with python, but only tested on windows.
- Source Dependencies
-
- python 2.5-2.6
- pygame 1.7+
- License
- Lesser GPL
- Bug tracking and comments
- Email them to web@pixelatedawesome.com with subject 'comments and or bugs'
Release Log
| Version | Changes | Source download | Windows Exe |
|---|---|---|---|
| 0.9 | first release | Source .tar.gz | Windows .zip |