- export to dedicated totp and hotp csv files for KeePass
- show Typ as totp/hotp instead of OTP_TOTP/OTP_HOTP
(BREAKING CHANGE in csv, json and stdout, qr codes or urls are not affected)
- add hotp example
- add hotp tests
- export counter for hotp to csv and json files
- add section on KeePass to README
- increase protobuf to 4.21.10
- show file names of exported csv or json files
- add debug level, by givein parameter -vv
- if the base64 string is not urlencoded, then + will be replaced by a space,
what cannot be decoded anymore
--> replace spaces back to plus
- add test
* Generate QR code images
Now generates QR images instead of attempting to display the QR code in the console. Places them in a subdirectory of the current directory, entitled "qr"
* Update README.md
* Changes based on suggestions from scito
https://github.com/scito/extract_otp_secret_keys/pull/2#pullrequestreview-555264890
* Update extract_otp_secret_keys.py
Minor formatting changes and clarifications to help text
* Update extract_otp_secret_keys.py
Remove --qr argument, instead opting to respond to --printqr or --saveqr