diff options
author | Franklin Wei <frankhwei536@gmail.com> | 2016-05-25 21:43:32 -0400 |
---|---|---|
committer | Franklin Wei <frankhwei536@gmail.com> | 2016-06-05 14:25:09 -0400 |
commit | 30d7ead6af5c28ff72d6e47bab7e044657be7ce6 (patch) | |
tree | 57b38d872bb37cf361fb2777ba5da48d5fc14a3c /apps/plugins/CATEGORIES | |
parent | 59ae562a3280105595e690ebff772ea4f7790970 (diff) | |
download | rockbox-30d7ead6af5c28ff72d6e47bab7e044657be7ce6.tar.gz rockbox-30d7ead6af5c28ff72d6e47bab7e044657be7ce6.tar.bz2 rockbox-30d7ead6af5c28ff72d6e47bab7e044657be7ce6.zip |
One-Time Password client (HOTP and TOTP)
* Implements RFC 4226 (HOTP) and RFC 6238 (TOTP)
* Adds sha1.c to apps/plugins/lib (orignally tools/hmac-sha1.c)
* See manual entry for more information
Change-Id: Ia4a4031b29f97361b541e71438aa7f3ea82212f2
Diffstat (limited to 'apps/plugins/CATEGORIES')
-rw-r--r-- | apps/plugins/CATEGORIES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/CATEGORIES b/apps/plugins/CATEGORIES index fd7a49af8f..28248802b7 100644 --- a/apps/plugins/CATEGORIES +++ b/apps/plugins/CATEGORIES @@ -65,6 +65,7 @@ mp3_encoder,apps mpegplayer,viewers nim,games oscilloscope,demos +otp,apps pacbox,games pdbox,viewers pegbox,games |