-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e486609
commit 6e97beb
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# andotp-converter | ||
|
||
Sadly andOTP is not maintained anymore. While there are 2FA apps like https://getaegis.app/ which allow | ||
importing TOTP secrets from andOTP I wanted to migrate to [2FAS](https://2fas.com/). Since 2FAS can't | ||
import andOTP data and I didn't want to take a detour over Aegis I created a small toool which | ||
can convert andOTP exports into 2FAS backup files. | ||
For my case it worked sufficiently well. | ||
|
||
## Usage | ||
|
||
`andotp-converter <path-to-andotp-export> <where-the-2fas-file-should-be-created>` That's it. | ||
Please note that you need to use an unecrypted andOTP export and this tool creates an unecrypted | ||
2FAS backup file. |