totpm 0.1.2

A TPM-backed command line TOTP/2FA client, using fprintd for user presence verification.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod tpm;
pub mod presence_verification;
pub mod totp_store;
pub mod args;
pub mod commands;
pub mod db;
pub mod config;
pub mod privileges;
pub mod result;
pub mod tpm_config;
pub mod base32;
pub mod term;