mirror of
https://github.com/scito/extract_otp_secret_keys
synced 2024-11-10 07:10:40 +00:00
c0d1cf6c51
- update README.txt - rename generated code directory - refactor code: - extract methods - make code testable
30 lines
974 B
JSON
30 lines
974 B
JSON
[
|
|
{
|
|
"name": "pi@raspberrypi",
|
|
"secret": "7KSQL2JTUDIS5EF65KLMRQIIGY",
|
|
"issuer": "raspberrypi",
|
|
"type": "OTP_TOTP",
|
|
"url": "otpauth://totp/pi%40raspberrypi?secret=7KSQL2JTUDIS5EF65KLMRQIIGY&issuer=raspberrypi"
|
|
},
|
|
{
|
|
"name": "pi@raspberrypi",
|
|
"secret": "7KSQL2JTUDIS5EF65KLMRQIIGY",
|
|
"issuer": "",
|
|
"type": "OTP_TOTP",
|
|
"url": "otpauth://totp/pi%40raspberrypi?secret=7KSQL2JTUDIS5EF65KLMRQIIGY"
|
|
},
|
|
{
|
|
"name": "pi@raspberrypi",
|
|
"secret": "7KSQL2JTUDIS5EF65KLMRQIIGY",
|
|
"issuer": "",
|
|
"type": "OTP_TOTP",
|
|
"url": "otpauth://totp/pi%40raspberrypi?secret=7KSQL2JTUDIS5EF65KLMRQIIGY"
|
|
},
|
|
{
|
|
"name": "pi@raspberrypi",
|
|
"secret": "7KSQL2JTUDIS5EF65KLMRQIIGY",
|
|
"issuer": "raspberrypi",
|
|
"type": "OTP_TOTP",
|
|
"url": "otpauth://totp/pi%40raspberrypi?secret=7KSQL2JTUDIS5EF65KLMRQIIGY&issuer=raspberrypi"
|
|
}
|
|
] |