Skip to content

CLI and library for translating OTP (One-time-password) archives between different OTP apps.

Notifications You must be signed in to change notification settings

tygerbytes/OtpTranslator

Repository files navigation

OTP Translator

CLI and library for translating OTP (One-time-password) archives between different OTP apps.

Supported OTP apps

App Notes
Aegis Supports translating the unencrypted json file.
Raivo Supports translating the encrypted json file inside the encrypted ZIP archive.

NOTE: I no longer use/recommend Raivo OTP. It seems they were bought out by some shady characters. (https://news.ycombinator.com/item?id=40523411)

Icons?

Currently, icons are not included in the archive translation. Each app uses a unique approach, so we'll have to noodle on this one for a while.

Usage

First, build the solution in Visual Studio or JetBrains Rider.

Objective Command
Aegis --> Raivo ./otpt -f aegis -t raivo -s ./plain-aegis-export.json
Raivo --> Aegis ./otpt -f raivo -t aegis -s ./plain-raivo-export.json

Encryption notes

Make sure you handle those unencrypted archives properly. Eventually, it would be good to support encrypted archives, to avoid exposing plain text TOTP codes on the transport medium.

About

CLI and library for translating OTP (One-time-password) archives between different OTP apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages