mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 06:44:57 +01:00
- 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
42 lines
No EOL
1.3 KiB
JSON
42 lines
No EOL
1.3 KiB
JSON
[
|
|
{
|
|
"name": "pi@raspberrypi",
|
|
"secret": "7KSQL2JTUDIS5EF65KLMRQIIGY",
|
|
"issuer": "raspberrypi",
|
|
"type": "totp",
|
|
"counter": null,
|
|
"url": "otpauth://totp/pi%40raspberrypi?secret=7KSQL2JTUDIS5EF65KLMRQIIGY&issuer=raspberrypi"
|
|
},
|
|
{
|
|
"name": "pi@raspberrypi",
|
|
"secret": "7KSQL2JTUDIS5EF65KLMRQIIGY",
|
|
"issuer": "",
|
|
"type": "totp",
|
|
"counter": null,
|
|
"url": "otpauth://totp/pi%40raspberrypi?secret=7KSQL2JTUDIS5EF65KLMRQIIGY"
|
|
},
|
|
{
|
|
"name": "pi@raspberrypi",
|
|
"secret": "7KSQL2JTUDIS5EF65KLMRQIIGY",
|
|
"issuer": "",
|
|
"type": "totp",
|
|
"counter": null,
|
|
"url": "otpauth://totp/pi%40raspberrypi?secret=7KSQL2JTUDIS5EF65KLMRQIIGY"
|
|
},
|
|
{
|
|
"name": "pi@raspberrypi",
|
|
"secret": "7KSQL2JTUDIS5EF65KLMRQIIGY",
|
|
"issuer": "raspberrypi",
|
|
"type": "totp",
|
|
"counter": null,
|
|
"url": "otpauth://totp/pi%40raspberrypi?secret=7KSQL2JTUDIS5EF65KLMRQIIGY&issuer=raspberrypi"
|
|
},
|
|
{
|
|
"name": "hotp demo",
|
|
"secret": "7KSQL2JTUDIS5EF65KLMRQIIGY",
|
|
"issuer": "",
|
|
"type": "hotp",
|
|
"counter": 4,
|
|
"url": "otpauth://hotp/hotp%20demo?secret=7KSQL2JTUDIS5EF65KLMRQIIGY&counter=4"
|
|
}
|
|
] |