/simple-passwd-py

Simple password based encryption with AES 256

Primary LanguagePython

simple-passwd

A simple password database.

hello

$ python -m passwd hello --count 4 --name foo
Hello, foo!
Hello, foo!
Hello, foo!
Hello, foo!

encrypt the db

$ python -m passwd encrypt --password=Soopersecret --input=data/paswddb.csv

decrypt the db

$ python -m passwd decrypt --password=Soopersecret --input=data/paswddb.csv.enc