initial commit

This commit is contained in:
mariusschellenberger 2019-08-22 08:57:19 +02:00
commit f2f49009fe
6 changed files with 122 additions and 0 deletions

18
README.md Normal file
View 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
```