totp_store

Crates.iototp_store
lib.rstotp_store
version1.0.0
sourcesrc
created_at2023-05-15 01:58:58.533785
updated_at2023-05-15 01:58:58.533785
descriptionStore to manage and compute TOTPs
homepage
repositoryhttps://gitlab.com/jost-s/totp-store
max_upload_size
id864582
size44,810
Jost Schulte (jost-s)

documentation

README

totp store

Command line tool to manage TOTP keys and compute values.

A time-based one-time password (TOTP) is used in 2-factor authentication (2FA) as a second step when logging in to a user account.

Inspired by "pass", totp store provides commands to manage TOTP keys. Keys are saved locally and encrypted through the GNU Privacy Guard.

Commit count: 37

cargo fmt