Implement setup-kdf in smartpgp-cli

This commit is contained in:
Arnaud Fontaine
2020-01-23 19:37:41 +01:00
parent 9b77f6c26b
commit 4be0fa442b
3 changed files with 120 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ VALID_COMMANDS={
'decrypt-aes': CardConnectionContext.cmd_decrypt_aes,
'get-kdf': CardConnectionContext.cmd_get_kdf,
'set-kdf': CardConnectionContext.cmd_set_kdf,
'setup-kdf': CardConnectionContext.cmd_setup_kdf,
}
def read_pin_interactive(name):