Skip to content

brx75/pwcardgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Password Card Geneator
======================

This experimental project generates a Password Card for your use.

The card is password based so if you loose your card, you can re-generate it.
The card is as safe as your master password is.

The basic alghorithm is:
 * generate a text pad (some ascii chars)
 * entrypt the text pad with your master password using blowfish
 * the binary blowfish output is then parsed through an encoding filter
 * this encoding converts each byte to a char and some are filtered out

There are two flavors:
 perl/ - perl script
 js/ - html page that uses javascript and that can be run from a browser

About

Password Card Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published