Skip to content

Commit

Permalink
Added readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
dereulenspiegel committed Sep 28, 2023
1 parent e486609 commit 6e97beb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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.

0 comments on commit 6e97beb

Please sign in to comment.