![]() |
||
---|---|---|
gradle/wrapper | ||
src/dorkbox/crypto | ||
src9/dorkbox | ||
test/dorkbox/crypto | ||
.gitignore | ||
LICENSE | ||
LICENSE.Apachev2 | ||
LICENSE.BSD2 | ||
LICENSE.MIT | ||
README.md | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
settings.gradle.kts |
README.md
Finite State Machine using the AhoCorasick implementation
- Crypto utility methods for ease of use with AES/ECC/GCM/PPG/ECDSA/SCrypt/BCrypt/X509/OpenSSL-PBE, java 8+
Maven Info
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Crypto</artifactId>
<version>1.2</version>
</dependency>
</dependencies>
Gradle Info
dependencies {
...
implementation("com.dorkbox:Crypto:1.2")
}
License
This project is © 2023 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.