index
:
xlgmokha/tfa.git
main
CLI for managing TOTP two-factor codes
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tfa
/
cli.rb
Age
Commit message (
Expand
)
Author
2018-12-02
use guard clause
v0.0.16
mokha
2018-12-02
add uri format
mokha
2018-12-02
decrease quiet zone size.
mokha
2018-12-02
add qrcode export.
mokha
2018-12-02
list keys instead of all secrets.
mokha
2018-12-02
require a name for a totp
mokha
2018-02-16
use guard clause.
mo
2018-02-11
.tfa.yml -> .tfa
mo
2018-02-11
add a new line after passphrase prompt.
mo
2018-02-11
SecureProxy -> SecureStorage.
mo
2018-02-11
request the passphrase if the file is encrypted.
mo
2018-02-11
raise error if passphrase is empty.
mo
2018-02-11
extract class to encrypt/decrypt db on demand.
mo
2018-02-11
skip nonce.
mo
2018-02-11
decrypt database before usage.
mo
2018-02-10
add encrypt and decrypt commands.
mo
2018-02-10
add encryption feature.
mo
2018-02-10
request a passphrase to encrypt the yml file.
mo
2018-02-10
simplify upgrade code.
mo
2018-02-10
add command to upgrade the .tfa.pstore to .tfa.yml
mo
2018-02-10
add directory option to move test files to tmpdir.
mo
2017-01-11
add tfa now SECRET command.
mo khan
2016-11-18
Add a destroy command to remove a secret.
mo khan
2015-08-06
Fix up hound catches on quoting
Gavin Miller
2015-08-06
Strip out otpauth if it is added as part of the secret
Gavin Miller
2015-08-06
Added failing spec & fix for array passing of [name] to TotpCommand.new.run()
Gavin Miller
2014-09-26
make storage enumerable and remove usage command.
mo khan
2014-09-26
collapse add and show commands.
mo khan
2014-09-26
show all key values when no name is given.
mo khan
2014-09-26
write to stdout in the bin/tfa file.
v0.0.7
mo khan
2014-09-26
write to stdout.
mo khan
2014-09-26
replace custom commandline parsing with thor.
mo khan