Converts plaintext backup of 2FA-App andOTP to a CSV file to allow you to create a paper backup!
java -jar TotpJsonConverter-all.jar <json-file-andOtp-plaintext> [<csv-filename> [<csv-separator> [c]]]
- <json-file-andOtp-plaintext> = Input file: plaintext backup file andOTP.
- <csv-filename> = Output file: csv file: Default: ".csv" OR "c" = console-only
- <csv-separator> = csv separator: Default: "\t"
- c = add console output additional to file output
- com.google.code.gson
License Apache 2.0