From 3364923f097433898c78eed84d2f461b8a44ef46 Mon Sep 17 00:00:00 2001 From: Bastiaan Jansen <21118262+BastiaanJansen@users.noreply.github.com> Date: Mon, 1 Mar 2021 08:49:24 +0100 Subject: [PATCH] Add OTP-Java --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8c1cbe..7db80a7 100644 --- a/README.md +++ b/README.md @@ -930,6 +930,7 @@ _Libraries that handle security, authentication, authorization or session manage - [Keywhiz](https://github.com/square/keywhiz) - System for distributing and managing secrets. - [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. - [Password4j](https://github.com/Password4j/password4j) - User-friendly cryptographic library that supports Argon2, Bcrypt, Scrypt, PBKDF2 and various other cryptographic hash functions. - [SecurityBuilder](https://github.com/tersesystems/securitybuilder) - Fluent Builder API for JCA and JSSE classes and especially X.509 certificates.