-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Description
Hi,
First of all, this is a great command line utility so thank you for making it.
Adding support for a password encrypted using PGP/GPG could be cool. A JSON format like the one outputs the backup mechanism of https://github.com/andOTP/andOTP could be great, because the secrets can be shared easily between the 2fa and andOTP on Android.
Here is an example of a formatted decrypted JSON backup made by andOTP:
[
{
"secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"label": "Google:doron.behar@gmail.com",
"period": 30,
"digits": 6,
"type": "TOTP",
"algorithm": "SHA1",
"tags": []
},
{
"secret": "XXXXXXXXXXXXXXXX",
"label": "GitHub - GitHub:doronbehar",
"period": 30,
"digits": 6,
"type": "TOTP",
"algorithm": "SHA1",
"tags": []
},
]I'll be glad to hear your thoughts :)
dasgoll, vaygr, jamesspi, ugurerkan, etienne-napoleone and 4 more
Metadata
Metadata
Assignees
Labels
No labels