mirror of
https://github.com/adulau/paper-token.git
synced 2024-11-21 09:37:08 +00:00
added help output in README
This commit is contained in:
parent
a9447c7071
commit
57fe67103c
1 changed files with 14 additions and 2 deletions
16
README.md
16
README.md
|
@ -15,12 +15,12 @@ a phone to operate properly.
|
|||
security?
|
||||
---------
|
||||
|
||||
Paper is not less secure than an phone running a software token. With
|
||||
Paper is not less secure than a phone running a software token. With
|
||||
a sheet paper and a pencil, you have the control of the token. Do you
|
||||
have the control of your phone and the software running on it?
|
||||
|
||||
For a negligible cost, you have a token and you just need to protect
|
||||
that sheet of paper.
|
||||
that sheet of paper. It's simple.
|
||||
|
||||
An OTP is just an one-time password and this recommendation makes a
|
||||
lot of sense for the paper-based token too :
|
||||
|
@ -40,6 +40,18 @@ how to use it
|
|||
|
||||
perl paper-token.pl --output test.pdf --counter 0 --end 200 --secret 3132333435363738393031323334353637383930 --digits 6
|
||||
|
||||
paper token - http://www.foo.be/paper-token/ v0.1
|
||||
usage: paper-token.pl [options]
|
||||
options
|
||||
-h, --help This help message
|
||||
-s, --secret Secret of the token in hex format - default is RFC 4226 test vector
|
||||
-o, --output Output filename
|
||||
-c, --counter Starting counter - default is 0
|
||||
-e, --end Ending counter - default is 500
|
||||
-w, --window Window of authentication (one line) - default is 14
|
||||
-d, --digits Digits showed per OTP value - default is 6 - dec31.6
|
||||
--man Display documentation
|
||||
|
||||
sample token (PDF)
|
||||
==================
|
||||
|
||||
|
|
Loading…
Reference in a new issue