encryption
Sort:
popular
|
newest
1. Bouncy Castle Provider3,151 usages
org.bouncycastle » bcprov-jdk15onBouncyCastle
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 and up.
Last Release on Dec 1, 2021
2. Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs2,097 usages
org.bouncycastle » bcpkix-jdk15onBouncyCastle
The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar contains APIs for JDK 1.5 and up. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.
Last Release on Dec 1, 2021
Java library for Javascript Object Signing and Encryption (JOSE) and
JSON Web Tokens (JWT)
Last Release on May 28, 2022
4. Bouncy Castle Provider586 usages
org.bouncycastle » bcprov-jdk16BouncyCastle
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.6.
Last Release on Feb 23, 2011
Java library which enables encryption in java apps with minimum effort.
Last Release on May 26, 2019
7. Bouncy Castle Provider183 usages
org.bouncycastle » bcprov-ext-jdk15onBouncyCastle
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 and up. Note: this package includes the NTRU encryption algorithms.
Last Release on Dec 7, 2021
8. Bouncy Castle Provider156 usages
org.bouncycastle » bcprov-jdk15BouncyCastle
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5.
Last Release on Feb 23, 2011
9. Scrypt74 usages
com.lambdaworks » scryptApache
Java implementation of scrypt
Last Release on May 26, 2013
Apache Commons Crypto is a cryptographic library optimized with AES-NI (Advanced Encryption
Standard New Instructions). It provides Java API for both cipher level and Java stream level.
Developers can use it to implement high performance AES encryption/decryption with the minimum
code and effort. Please note that Crypto doesn't implement the cryptographic algorithm such as
AES directly. It wraps to Openssl or JCE which implement the algorithms.
Features
--------
1. Cipher API for low level cryptographic ...
Last Release on Sep 1, 2020