andotp_to_otpauth/README.md
Jan Christian Grünhage 842b5d7308
initial commit
2018-07-07 21:56:34 +01:00

12 lines
254 B
Markdown

## andotp backup converter
Since andOTP stores it's backups in json, I wrote a little converter to get back the otpauth URI you want for new apps.
This should give you a list of otpauth URIs.
```bash
cargo install
andotp_to_otpauth '<your json>'
```