Skip to content

user9209/andotp-json-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Json to CSV converter for andOTP-plaintext-backup

Converts plaintext backup of 2FA-App andOTP to a CSV file to allow you to create a paper backup!

Run:

java -jar TotpJsonConverter-all.jar <json-file-andOtp-plaintext> [<csv-filename> [<csv-separator> [c]]] 

Parameters:

  • <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

Dependencies:

About

converts an andOTP plaintext backup from json to csv

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages