Commit Graph

233 Commits (master)
 

Author SHA1 Message Date
scito 16d9fffc4a add test for verbose output 2 years ago
scito 33bba8848a add dependabot.yml 2 years ago
scito 2eaab5e3b5 update README and CI 2 years ago
scito 9d08ebaa38 add output tests 2 years ago
scito eac342c0cc fix optional QRCode import 2 years ago
scito aaef496d4f refactor tests, add utils 2 years ago
scito cf91108c3f add badges to README, rename CI file to ci.yml
- add python and license badge to README
- rename GitHub Workflow actions file to ci.yml
2 years ago
scito fef46dcfba support pipenv 2 years ago
Roland Kurmann fe61b995d8
Add GPL3 LICENSE 2 years ago
scito daf20cd5fa add badge to REAME 2 years ago
scito 8d3e634eed add latest Python version to workflow 2 years ago
scito 175e7c38e5 refactor to satisfy flak8 2 years ago
scito 7f8250c0a6 add github test action and add pytest 2 years ago
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
2 years ago
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.
2 years ago
Greg Weber 4107de019e add a devbox.json to convenientally run this
see https://github.com/jetpack-io/devbox
2 years ago
scito 7a8ba31947 Fix #9: add export to json and csv 2 years ago
Michael Iseli bf96148461 Add python virtual env instructions
This change adds instructions on how to setup a python virtual env for this
repo.
In addition, the respective requirements files have been added for easy
installation with pip.
2 years ago
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
2 years ago
scito 1377f032b9 fix: improve logging, handle file saving without issuer, extend example 3 years ago
scito a7a6247f47 fix: improve error handling, abort on missing query parameter (data) 3 years ago
scito e43d9ae925 fix: ignore empty lines in input file 3 years ago
scito 6f884b4d05 add "known to work" in readme 3 years ago
scito b354c3d80d fix example in readme, generate with protoc 3.14 3 years ago
scito fb66c5f568 minor improvements 3 years ago
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
3 years ago
scito 6068eb142c Fix #1: Quote otp.name 4 years ago
scito f8459780c6 fix typo 4 years ago
scito 9f166d66b4 use backtick for url protocol 4 years ago
scito b19c505fb8 fix typos 4 years ago
scito eede2780e0 fix refs 4 years ago
scito c16a9b7e93 add readme 4 years ago
scito 750d063a88 Initial 4 years ago