initial commit
This commit is contained in:
commit
f2f49009fe
6 changed files with 122 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# otp - a simple TOTP code generator written in go
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
$ ./otp -h
|
||||
Usage of ./otp:
|
||||
-loop
|
||||
print new code every 30 seconds
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||
```
|
||||
$ ./otp
|
||||
Enter secret key:
|
||||
Code: 123456 Seconds left: 23
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue