andotp_to_otpauth/README.md

12 lines
254 B
Markdown
Raw Permalink Normal View History

2018-07-07 20:56:34 +00:00
## 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>'
```