Commit Graph

13 Commits

Author SHA1 Message Date
scito c0d1cf6c51 upgrade to protobuf 4.21.5, add quiet mode, refactor code, add unit test
- update README.txt
- rename generated code directory
- refactor code:
    - extract methods
    - make code testable
2022-09-03 14:55:17 +02:00
scito c344c45e04 fix unsued parameter
The parameter given in convert_secret_from_bytes_to_base32_str() was not used
in the method. Use it now.
2022-09-03 14:28:15 +02:00
scito 7a8ba31947 Fix #9: add export to json and csv 2022-06-29 06:25:56 +02:00
Jeroen Lodder 5dc155f556 Use print_ascii to make it work in powershell
qr.print_tty() doesn't work on windows, but qr.print_ascii() does.

May look a bit less formatted, but can still be scanned
2021-12-31 13:30:22 +01:00
scito 1377f032b9 fix: improve logging, handle file saving without issuer, extend example 2021-02-13 16:58:30 +01:00
scito a7a6247f47 fix: improve error handling, abort on missing query parameter (data) 2021-02-13 16:54:12 +01:00
scito e43d9ae925 fix: ignore empty lines in input file 2021-02-13 16:45:43 +01:00
scito fb66c5f568 minor improvements 2020-12-21 19:52:55 +01:00
FrankAbagnaleJr cc26f7b589 Option to save QR codes as PNG (#2)
* 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
2020-12-21 19:19:13 +01:00
scito 6068eb142c Fix #1: Quote otp.name 2020-11-14 13:15:06 +01:00
scito f8459780c6 fix typo 2020-05-23 09:31:59 +02:00
scito b19c505fb8 fix typos 2020-05-23 09:10:50 +02:00
scito 750d063a88 Initial 2020-05-23 08:51:41 +02:00