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
/
spec
Age
Commit message (
Expand
)
Author
2017-01-11
add tfa now SECRET command.
mo khan
2016-11-18
use match_array
mo khan
2016-11-18
make hound happy.
mo khan
2016-11-18
Add a destroy command to remove a secret.
mo khan
2016-11-18
add spec for invalid secret
mo khan
2016-08-17
Added spec asserting show dumping all values at once
Gavin Miller
2016-08-17
Added spec for getting all totp's out at once
Gavin Miller
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
collapse add and show commands.
mo khan
2014-09-26
replace custom commandline parsing with thor.
mo khan
2014-08-03
dump all time based one time passwords when the key is not known.
mo khan
2014-07-25
attempt fix travis build.
mo khan
2014-07-25
dump all totp passwords not no key is given.
mo khan
2014-07-25
move storage in console and pass through as dependency.
mo khan
2014-07-25
extract storage class.
mo khan
2014-07-25
dump all secrets.
mo khan
2014-07-25
add default rake task.
mo khan
2014-07-25
add a usage command.
v0.0.1
mo khan
2014-07-25
pass in array to console instead of string.
mo khan
2014-07-25
rename project from in to tfa.
mo khan
2014-07-25
add spec for reading out the secret.
mo khan
2014-07-25
implement time based one time password generation.
mo khan
2014-07-25
add command to compute totp.
mo khan
2014-07-25
implement add and show commands to store and retrieve secrets.
mo khan
2014-07-25
rspec init.
mo khan