| Crates.io | otp-pass-import |
| lib.rs | otp-pass-import |
| version | 0.2.0 |
| created_at | 2025-07-22 03:28:53.094218+00 |
| updated_at | 2025-07-24 07:12:37.602732+00 |
| description | A tool to import OTP secret files extracted using `extract-otp-secrets` (https://github.com/scito/extract_otp_secrets) into `pass` (https://www.passwordstore.org). |
| homepage | https://github.com/Ocramoi/otp-pass-import |
| repository | https://github.com/Ocramoi/otp-pass-import |
| max_upload_size | |
| id | 1762935 |
| size | 100,135 |
(Available as a Rust crate)
Allows to automatically import OTPs from Google Authenticator to pass. The code takes a CSV file generated by extract_otp_secrets and appends all the entries into pass as OTP/[[issuer]/name]
Install the tool either from cargo
$ cargo install otp-pass-import
or
$ # Once inside the root cloned folder
$ LIBGPG_ERROR_PREFIX="gpg-error" GPGME_PREFIX="gpgme-tool" cargo build
$ cargo install --path .