Bitwarden can export saved TOTPs in 2 formats, .csv and .json. either via Bitwarden app itself or the Bitwarden Authenticator app (Android). It would be great if 2fauth can recognize any of the exported formats.
The .json format exported from the authenricator app looks like this:
{
"encrypted": false,
"items": [
{
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": ":null",
"folderId": null,
"organizationId": null,
"collectionIds": null,
"notes": null,
"type": 1,
"login": {
"totp": "otpauth://totp/..."
},
"favorite": false
}
]
}
Thank you for the great piece of work
Bitwarden can export saved TOTPs in 2 formats, .csv and .json. either via Bitwarden app itself or the Bitwarden Authenticator app (Android). It would be great if 2fauth can recognize any of the exported formats.
The .json format exported from the authenricator app looks like this:
Thank you for the great piece of work