mirror of
https://github.com/scito/extract_otp_secret_keys
synced 2024-11-16 06:15:17 +00:00
improve README
This commit is contained in:
parent
e754befb52
commit
b0b4c29e7b
14
README.md
14
README.md
@ -125,6 +125,14 @@ The zbar DLLs are included with the Windows Python wheels. On other operating sy
|
|||||||
|
|
||||||
python extract_otp_secret_keys.py --csv - example_export.txt
|
python extract_otp_secret_keys.py --csv - example_export.txt
|
||||||
|
|
||||||
|
### Printing otp secrets csv to stdout without header line
|
||||||
|
|
||||||
|
python extract_otp_secret_keys.py --csv - example_*.png | tail -n+2
|
||||||
|
|
||||||
|
### Reading from stdin and printing to stdout
|
||||||
|
|
||||||
|
cat example_*.txt | python extract_otp_secret_keys.py --csv - - | tail -n+2
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Free and open source
|
* Free and open source
|
||||||
@ -133,13 +141,13 @@ The zbar DLLs are included with the Windows Python wheels. On other operating sy
|
|||||||
* Supports TOTP and HOTP
|
* Supports TOTP and HOTP
|
||||||
* Generates QR codes
|
* Generates QR codes
|
||||||
* Reads QR Code images
|
* Reads QR Code images
|
||||||
* Various export formats:
|
* Exports to various formats:
|
||||||
* CSV
|
* CSV
|
||||||
* JSON
|
* JSON
|
||||||
* Dedicated CSV for KeePass
|
* Dedicated CSV for KeePass
|
||||||
* QR code images
|
* QR code images
|
||||||
* Supports reading from stdin and writing to stdout by specifying '-'
|
* Supports reading from stdin and writing to stdout
|
||||||
* Various import image formats: (See [OpenCV docu](https://docs.opencv.org/3.4/d4/da8/group__imgcodecs.html#ga288b8b3da0892bd651fce07b3bbd3a56))
|
* Reads from various import image formats containing export QR codes: (See [OpenCV docu](https://docs.opencv.org/3.4/d4/da8/group__imgcodecs.html#ga288b8b3da0892bd651fce07b3bbd3a56))
|
||||||
* Portable Network Graphics - *.png
|
* Portable Network Graphics - *.png
|
||||||
* WebP - *.webp
|
* WebP - *.webp
|
||||||
* JPEG files - *.jpeg, *.jpg, *.jpe
|
* JPEG files - *.jpeg, *.jpg, *.jpe
|
||||||
|
Loading…
Reference in New Issue
Block a user