Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[auth][docs] Add Aegis Authenticator Authy Export instructions #4314

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/docs/auth/migration-guides/authy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ who have a rooted android phone running android 6 or newer that passes Play
Integrity.

This way of exporting your data will require a rooted phone.

### Exporting codes using Android OTP Extractor

This uses the tool [Android OTP Extractor](https://github.com/puddly/android-otp-extractor) from [puddly](https://github.com/puddly) on GitHub

1. Install python 3 and adb to your computer you can download binaries for
Expand Down Expand Up @@ -185,6 +188,18 @@ it from [Google](https://developer.android.com/tools/releases/platform-tools)
python -m android_otp_extractor --prepend-issuer --include authy
```

### Exporting codes using Aegis Authenticator

This uses the tool [Aegis Authenticator](https://getaegis.app/) from [beemdevelopment](
https://github.com/beemdevelopment).

1. Install Authy and login on your rooted phone.
2. Install Aegis Authenticator from the [Google Play Store](https://play.google.com/store/apps/details?id=com.beemdevelopment.aegis).
3. In the app, click the three dots in the top right corner and click "Import & Export".
4. Click "Import from another app" and choose Authy.
5. The app will ask for root permissions, then automatically import your codes from Authy.
6. Then export the codes from Aegis Authenticator to `json` or `txt` using the "Export to file" option in the "Import & Export" menu.

## Importing to Ente Authenticator (Method 1, method 2.1)

1. Copy the TXT file to one of your devices with Ente Authenticator.
Expand Down
Loading