-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,26 @@ | ||
## BUGS | ||
* code is wrong in some cases (might be related with MSB issue) | ||
* in case of missing configuration, stacktrace is dumped | ||
* sha-256 specified in config but sha-1 is in code | ||
|
||
|
||
## IMPROVE | ||
* proper byte manipulation | ||
* HQ video recording for demo | ||
* versioning | ||
* remove QR code functionality | ||
* improve docs (with zero dependency) | ||
* versioning | ||
|
||
|
||
## FEATURE | ||
* better user experience | ||
- otp add --secret -- issuer --user --digits --algo --period | ||
- remove get and `otp` to get code | ||
* profiles | ||
- starred reference | ||
- otp command to: otp> | ||
- select keys with: key n | ||
- operation on key: delkey | ||
- otp {id} # id optional | ||
- otp ls | ||
- otp add ... | ||
- otp rm <id> | ||
* hotp support | ||
|
||
|
||
## TODO | ||
* release 0.2.0! |