| Copyright | (c) Justin Le 2017 |
|---|---|
| License | MIT |
| Maintainer | justin@jle.im |
| Stability | unstable |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Authenticator.Actions
Description
Basic actions to manipulate Vaults. The otp-auth executable is
a thin wrapper over these actions.
See Cmd.
Documentation
Arguments
| :: Bool | List key names only; do not generate any codes. |
| -> Either Int (Maybe Text, Maybe Text) | Filter by ID or possibly by account name and issuer |
| -> Vault | |
| -> IO () |
View secrets, generating codes for time-based keys.
Arguments
| :: Bool | Echo back password entry |
| -> Bool | If |
| -> Vault | |
| -> IO Vault |
Add a secret, interactively.
Generate a secret code, forcing a new HOTP code if it is counter-based.
Edit a secret's metadata (account name, issuer)