From 72f77298041f0d6ae572ff8e78a775e2b6c69238 Mon Sep 17 00:00:00 2001 From: Bastiaan Jansen Date: Mon, 1 Mar 2021 11:00:07 +0100 Subject: [PATCH] adding otp-java --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b82b6ab..af6aae7 100644 --- a/README.md +++ b/README.md @@ -765,6 +765,7 @@ Thinking in Java book is written by Bruce Eckel who is also the author of Thinki * [Keyczar](https://github.com/google/keyczar) - Easy to use, yet safe encryption framework with key versioning. * [Nbvcxz](https://github.com/GoSimpleLLC/nbvcxz) - Advanced password strength estimation. * [OACC](http://oaccframework.org/) - Provides permission-based authorization services. +* [OTP-Java](https://github.com/BastiaanJansen/OTP-Java) - One-time password generator library according to RFC 4226 (HOTP) and RFC 6238 (TOTP). * [pac4j](https://github.com/pac4j/pac4j) - Security engine. * [PicketLink](http://picketlink.org/) - Umbrella project for security and identity management.