diff options
author | Roman Valls Guimera <brainstorm@users.noreply.github.com> | 2018-06-14 13:42:12 +1000 |
---|---|---|
committer | Tad Fisher <tadfisher@gmail.com> | 2018-06-28 15:28:38 -0700 |
commit | 5d0cf801f21414a0f08cf593da914a5e6fc191ed (patch) | |
tree | c001e1fa9495635531d1e0ca10949712c8f9d67f | |
parent | a4680706bb2ed80ad42fbc8622bf3ef3768ca759 (diff) | |
download | pass-otp-5d0cf801f21414a0f08cf593da914a5e6fc191ed.tar.gz pass-otp-5d0cf801f21414a0f08cf593da914a5e6fc191ed.zip |
Refer to the migration wiki page in the README.
-rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -58,7 +58,7 @@ Enter otpauth:// URI for totp-secret: otpauth://totp/totp-secret?secret=AAAAAAAA Pipe an `otpauth://` URI into a passfile: ``` -$ pass otp insert totp-secret < totp-secret.txt +$ pass otp insert totp-secret < totp-secret.txt ``` Use [zbar](http://zbar.sourceforge.net/) to decode a QR image into a passfile: @@ -209,3 +209,15 @@ Note that the following default values do not need to be specified in the URI: | algorithm | sha1 | | period | 30 | | digits | 6 | + +## Migrating from Google Authenticator + +**Warning:** This method is provided as a means to transport your TOTP tokens to +other devices, disconnected from your single factor authentication part. If you +add those secrets into the same basket of eggs, you will be defeating the whole +purpose of the [multi factor +authentication](https://en.wikipedia.org/wiki/Multi-factor_authentication) +mantra. Please think it through before running this migration. + +If you read the warning paragraph above, [keep calm and move on with the +migration](https://github.com/tadfisher/pass-otp/wiki/How-to-migrate-your-Google-Authenticator-database-to-pass-otp%3F). |