scito
eccb1948c7
improve README for macOS
2023-02-26 21:19:45 +01:00
scito
01a38e570c
optional build of exe and pipenv; update README
2023-02-25 09:24:37 +01:00
Damon McMinn
91b9490afb
docs: update README with correct Fedora zbar dep
...
`zbar` is the available dependency: https://packages.fedoraproject.org/pkgs/zbar/zbar/
2023-02-22 20:06:06 +01:00
scito
9e334748ac
move Dockerfiles to docker/; update README
2023-02-18 17:03:18 +01:00
scito
6bf02d045c
write txt file in cv2 and cmd; upgrade protobuf 4.22.0
2023-02-17 19:22:58 +01:00
scito
5555dda9c2
release: update release notes text
2023-02-12 19:51:19 +01:00
scito
eb8ea3330f
release: improve macos docs after macos tests
...
- build macos dmg
- however, do not upload macos dmg to assets as it cannot be
executed since the app and installer are not signed and notarized
- upload artifacts
- tested executable on macOS
2023-02-12 19:00:29 +01:00
kvascev
2ef34a2d69
Fix typo in README.md
...
Change "form" to "from"
2023-02-08 17:09:05 +01:00
scito
ca23497c9a
docu clean ups
2023-02-06 20:42:54 +01:00
scito
7faf530863
reproducible builds, build.sh: linux/arm64
2023-02-05 21:24:57 +01:00
scito
709aa111be
ci_release: build linux arm64 exe
2023-02-03 22:14:53 +01:00
scito
970dbd3759
cv2: save as csv/json/keppass by key command
2023-01-29 16:50:55 +01:00
scito
197347a3e9
update README
2023-01-27 20:58:33 +01:00
scito
580f94256f
Add files of Visual C++ 2013 Redistributable Package
...
- add files of vcredist_x64.exe as binary data to pyzbar
- thus avoid manual installation of vcredist_x64.exe
- test all qr readers in exe smoketests
- improve README
2023-01-25 23:14:38 +01:00
scito
cff5fe1cda
ci_release: ignore response and remove silent mode
2023-01-24 23:18:28 +01:00
scito
b9f17c4a95
rename build docker jobs
2023-01-24 22:12:02 +01:00
scito
6a7a7233a4
build and upload executables created by PyInstaller
...
- create release on tag push
- build executables by PyInstaller:
- extract_otp_secrets_linux_x86_64 (glibc 2.28)
- extract_otp_secrets_win_x86_64.exe
- extract_otp_secrets_macos_x86_64 (untested)
- add --version
- build linux executable in docker container
- update README
- add TOC
- improve badges
- add PyInstaller section
- docker
- build BASE_IMAGE as ARG
- copy only required files to image
- add .alias
- build.sh
- fix clean
- fix generate results
- generate TOC
2023-01-24 21:19:38 +01:00
scito
f0134fa907
add zbar installation for archlinux [skip ci]
2023-01-17 21:04:42 +01:00
scito
5c4d3ce696
improve README
2023-01-07 09:39:15 +01:00
scito
ec09b5daad
improve README; add google-authenticator-exporter link
2023-01-06 10:13:51 +01:00
scito
2ed923591e
use only cv2_draw_box, move core functions to top
...
- improve camera test
- add more tests
- improve README
- add "How to export otp secrets from Google Authenticator app"
- reorder: put usage before installation
- add "Full local build"
2023-01-04 23:12:38 +01:00
scito
36fd0c0bb6
add test keepass with no data
2023-01-03 23:51:33 +01:00
scito
851cb6532c
improve build and README
...
- clean pip
- do not use sudo anymore
- add missing mypy-protobuf package
- sort package dependencies
- fix order of build calls
- add frame color docu to README
2023-01-03 23:51:33 +01:00
scito
2707e244be
update README
2023-01-03 01:04:44 +01:00
scito
4ba0fad000
capture QR codes from camera and major refactoring
...
- add GUI for QR code capturing from camera (CV2 is used)
- support different QR readers: ZBAR,QREADER,QREADER_DEEP,CV2,CV2_WECHAT
- support several input files
- add option to ignore duplicate otps
- write warnings and errors to stderr
- add output coloring
- rename project from extract_otp_secret_keys to extract_otp_secrets
- improve help
- clean verbose level output
- use Python type hints and check with mypy
- use f-strings
- clean up code
- add more tests
- calculate code coverage
- use src-layout: move files and folders
- support wheel packing
- enhance README.md
- bugfixes
* fix -k -
* fix utf-8 encoding on windows
2023-01-03 00:28:32 +01:00
scito
9d052dc78a
refactor image import and add Alpine docker image
...
- dynamic import of QR reader
- build docker also for arm64
2023-01-03 00:26:46 +01:00
scito
ca4a0bc7d2
improvements for - (stdout)
...
- - implies -q
- use add_mutually_exclusive_group for -v and -q
- adapt and improve tests
2022-12-18 21:34:24 +01:00
scito
1be4c7e0ef
suppor writing csv and json to stdout; print errors to stderr
...
- add tests
2022-12-18 19:24:07 +01:00
scito
30638041d8
upgrade to protobuf 4.21.12
2022-12-16 13:17:39 +01:00
scito
96c8836a98
upgrade to protobuf 4.21.11
2022-12-10 12:25:15 +01:00
scito
c44a3f45de
add pip installation; improve README
...
- improve README
- add Installation section
- add Features section
- add Glossary
- add related projects
- add setup.py for pip installation:
pip install git+https://github.com/scito/extract_otp_secret_keys
2022-12-10 12:23:13 +01:00
scito
a77e775948
add keepass csv export; improve hotp
...
- 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
2022-12-04 16:19:30 +01:00
scito
10fefacd2d
add clean pipenv to README
2022-11-27 21:47:34 +01:00
Ilya Kaznacheev
d08195507e
Add docker as installation option ( #23 )
...
* Add docker as installation option
* Add newline to Dockerfile
* Fix example typo
* Add code review fixes
2022-11-19 09:18:24 +01:00
scito
354a4bdada
improve steps in README.md
2022-10-30 14:46:43 +01:00
scito
52d5c56890
use protobuf 4.21.8
2022-10-22 10:31:25 +02:00
scito
4546655cc5
add protoc upgrade script and update to protoc 21.6/protobuf 4.21.6
2022-09-25 11:54:22 +02:00
scito
3933e6ed8a
add #StandWithUkraine
2022-09-09 18:50:10 +02:00
scito
dbfd3464f2
save qr code to specific dir, improve help, add tests
...
- use metavar for files and dirs in help
- support several recursive dirs in saveqr
- add saveqr and debug tests
2022-09-09 13:15:22 +02:00
scito
4baf406211
improve docu
...
- add help page to README.txt
- remove -p
- mention optional qrcode module
2022-09-08 21:26:19 +02:00
scito
9beb98693c
README: link badges, add protobuf
2022-09-04 22:07:39 +02:00
scito
fbde835601
enable pytest in vscode and mention it in README
2022-09-04 19:02:36 +00:00
scito
fb4cee14da
add VSCode devcontainer setup
2022-09-04 13:58:58 +00:00
scito
acab230436
improve README.md
2022-09-04 08:57:12 +02:00
scito
2eaab5e3b5
update README and CI
2022-09-04 01:01:53 +02:00
scito
9d08ebaa38
add output tests
2022-09-04 00:15:08 +02:00
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
2022-09-03 19:05:30 +02:00
scito
fef46dcfba
support pipenv
2022-09-03 19:05:30 +02:00
scito
daf20cd5fa
add badge to REAME
2022-09-03 16:38:29 +02:00
scito
7f8250c0a6
add github test action and add pytest
2022-09-03 16:38:29 +02:00