MVN

org.apache.commons : commons-crypto

Maven & Gradle

Jan 14, 2023
62 usages

Apache Commons Crypto · 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 operations. 2. Java stream API (CryptoInputStream/CryptoOutputStream) for high level stream encryption/decryption. 3. Both optimized with high performance AES encryption/decryption. (1400 MB/s - 1700 MB/s throughput in modern Xeon processors). 4. JNI-based implementation to achieve comparable performance to the native C/C++ version based on OpenSsl. 5. Portable across various operating systems (currently only Linux/MacOSX/Windows); Apache Commons Crypto loads the library according to your machine environment (it checks system properties, `os.name` and `os.arch`). 6. Simple usage. Add the commons-crypto-(version).jar file to your classpath. Export restrictions ------------------- This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See <http://www.wassenaar.org/> for more information. The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code. The following provides more details on the included cryptographic software: * Commons Crypto use [Java Cryptography Extension](http://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html) provided by Java * Commons Crypto link to and use [OpenSSL](https://www.openssl.org/) ciphers

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-crypto</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.commons : commons-crypto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of org.apache.commons : commons-crypto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
commons-crypto-1.2.0
1.1.x
commons-crypto-1.1.0
1.0.x
commons-crypto-1.0.0

How to add a dependency to Maven

Add the following org.apache.commons : commons-crypto maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-crypto</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.commons : commons-crypto gradle dependency to your build.gradle file:

implementation 'org.apache.commons:commons-crypto:1.2.0'

Gradle Kotlin DSL: Add the following org.apache.commons : commons-crypto gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.commons:commons-crypto:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.commons : commons-crypto sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.commons" % "commons-crypto" % "1.2.0"

Advertisement

Dependencies from Group

Jul 23, 2023
21.1k usages
Jul 05, 2019
3.3k usages
Sep 24, 2022
2.6k usages
Mar 18, 2023
2.6k usages
Mar 17, 2016
2.3k usages

Discover Dependencies

Apr 19, 2023
47 usages
0 stars
Mar 16, 2019
7 usages
5.7k stars
Jun 29, 2018
66 stars
Aug 05, 2016
145 stars
Aug 07, 2016
32 stars
May 23, 2023
71 usages
1.6k stars
May 23, 2023
76 usages
1.6k stars
May 23, 2023
199 usages
1.6k stars