summitto / pgp-key-generation

Utility to generate PGP keys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parametrise KDF context and key creation time

tomsmeding opened this issue · comments

These are both hardcoded in main() at this point; they should probably be command-line parameters just like the rest.

commented

Also adjust integration test with a non-hardcoded key creation time

commented

@tomsmeding this is fixed right

Yes, this was fixed in #20. Thanks!