
TODO: unittests
TODO: ascii/utf-8 
TODO: publish to pypi
TODO: add one liner `pipx run --spec https://github.com/JonDerThan/mnemonic-crypt`
      when the repo is public





encrypt --salt 'lion blush obey agree remove improve aspect dawn giraffe maze belt wolf' --kdf-params '$argon2id$v=19$m=65536,t=3,p=4' 'genre later apple hair theory decorate uncle again regret blind wood thing foster retreat exclude'


decrypt -p abc -s 'wood multiply apple above journey forward trust diet unusual satisfy canyon rough' -k '$argon2id$v=19$m=2097152,t=3,p=4' 'cancel exhibit cage brief injury affair bring garment journey boring faith usage garden anxiety mad truck erase duty pony bracket rival benefit blouse skirt'


plain: genre later apple hair theory decorate uncle again regret blind wood thing foster retreat exclude

salt:  lion blush obey agree remove improve aspect dawn giraffe maze belt wolf

pw:    abc

encr:  report erupt silver nothing unknown bargain junk shiver shoe advance satoshi match grocery bring people monitor crash garbage define bunker size isolate reflect catalog

kdf:  $argon2id$v=19$m=65536,t=3,p=4

