diff --git a/docs/thijooree/faq/totpseed/05-export-bitwarden.md b/docs/thijooree/faq/totpseed/05-export-bitwarden.md index e69de29..497759a 100644 --- a/docs/thijooree/faq/totpseed/05-export-bitwarden.md +++ b/docs/thijooree/faq/totpseed/05-export-bitwarden.md @@ -0,0 +1,52 @@ +# Export from Bitwarden + +Bitwarden stores the authenticator key of a login in plain text. Copy it from the login's edit screen and paste it into Thijooree to get the same OTP seed, without resetting anything with your bank. + +> [!NOTE] +> Copying the key doesn't change your seed. Bitwarden keeps working, and it shows the same codes as Thijooree. + + + + + + + + + + + + + + + + + + + + +
Step 1Step 2Step 3Step 4
Bitwarden View login screen for Bank of Maldives with the edit button highlightedBitwarden Edit login screen with the copy button next to the Authenticator key highlightedThijooree sign-in screen with the OTP seed filled in and the current OTP shownBitwarden View login screen with the Authenticator key code highlighted, matching Thijooree
+ Edit your bank login
+ In Bitwarden, open the login for your bank and tap the edit button in the bottom-right corner. +
+ Copy the authenticator key
+ Tap the copy button next to Authenticator key. +
+ Add the seed to Thijooree
+ Open Thijooree and paste the key into OTP Seed (TOTP Secret). The Current OTP appears below it. +
+ Check that the codes match
+ Go back to Bitwarden, close the edit screen without saving and compare the Authenticator key code with the Current OTP in Thijooree. They should be the same, because both use the same seed. +
+ +## Log in to Thijooree + +Once the codes match, in Thijooree: + +1. Enter your bank **Username** and **Password**. +2. Tap **Login**. + +> [!TIP] +> The OTP changes every 30 seconds. If the codes don't match, wait for both to refresh and compare again. If they still differ, copy the key from Bitwarden again and make sure you opened the right login. + +> [!WARNING] +> The authenticator key gives full access to your OTP codes. Don't share it or paste it anywhere else. diff --git a/docs/thijooree/faq/totpseed/screenshots/bitwarden_1.jpg b/docs/thijooree/faq/totpseed/screenshots/bitwarden_1.jpg new file mode 100644 index 0000000..ce15bbe Binary files /dev/null and b/docs/thijooree/faq/totpseed/screenshots/bitwarden_1.jpg differ diff --git a/docs/thijooree/faq/totpseed/screenshots/bitwarden_2.jpg b/docs/thijooree/faq/totpseed/screenshots/bitwarden_2.jpg new file mode 100644 index 0000000..f9a38cc Binary files /dev/null and b/docs/thijooree/faq/totpseed/screenshots/bitwarden_2.jpg differ diff --git a/docs/thijooree/faq/totpseed/screenshots/bitwarden_3.jpg b/docs/thijooree/faq/totpseed/screenshots/bitwarden_3.jpg new file mode 100644 index 0000000..980c310 Binary files /dev/null and b/docs/thijooree/faq/totpseed/screenshots/bitwarden_3.jpg differ diff --git a/docs/thijooree/faq/totpseed/screenshots/thijooree_6.jpg b/docs/thijooree/faq/totpseed/screenshots/thijooree_6.jpg new file mode 100644 index 0000000..d4e6ce6 Binary files /dev/null and b/docs/thijooree/faq/totpseed/screenshots/thijooree_6.jpg differ