Java cryptographic library that supports Argon2, bcrypt, scrypt and PBKDF2 aimed to protect passwords in databases. Easy to use by design, highly customizable, secure and portable. All the implementations follow the standards and have been reviewed to perform better in the JVM.
Security engine for Java (authentication, authorization, multi frameworks): OpenID Connect, SAML2, CAS, OAuth, LDAP, JWT...
Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
Hutool is a standard utility library for Java application development designed to simplify common programming tasks and reduce boilerplate code. It provides a comprehensive collection of reusable helper classes and static utilities to streamline development across the Java ecosystem. The project implements a wide array of specialized toolkits, including systems for cryptography and security, network communication via HTTP and JSON clients, and the processing of office documents and file system IO. It also features a concurrency and scheduling framework for managing asynchronous tasks and recu
Fluent builders with typesafe API for the JCA
tersesystems/securitybuilder 的主要功能包括:Java Cryptography, Security and Cryptography。
tersesystems/securitybuilder 的开源替代品包括: cossacklabs/themis — Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data… password4j/password4j — Java cryptographic library that supports Argon2, bcrypt, scrypt and PBKDF2 aimed to protect passwords in databases.… pac4j/pac4j — Security engine for Java (authentication, authorization, multi frameworks): OpenID Connect, SAML2, CAS, OAuth, LDAP,… chinabugotech/hutool — Hutool is a standard utility library for Java application development designed to simplify common programming tasks… bastiaanjansen/jwt-java — JSON Web Token implementation for Java according to RFC 7519. Easily create, parse and validate JSON Web Tokens using… andskur/argon2-hashing.