Crypto utility methods for ease of use with AES/ECC/GCM/PPG/ECDSA/SCrypt/BCrypt/X509/OpenSSL-PBE, java 8+
 
 
Go to file
Robinson cd5d6f3316
updated build deps
2023-11-27 17:14:37 +01:00
gradle/wrapper updated gradle 2023-08-20 12:42:00 +02:00
src/dorkbox/crypto version 1.2 2023-08-20 12:43:49 +02:00
src9/dorkbox Initial import of crypto from utils project 2023-07-03 01:38:13 +02:00
test/dorkbox/crypto Initial import of crypto from utils project 2023-07-03 01:38:13 +02:00
.gitignore Initial import of crypto from utils project 2023-07-03 01:38:13 +02:00
LICENSE Updated license 2023-08-20 12:44:06 +02:00
LICENSE.Apachev2 Initial import of crypto from utils project 2023-07-03 01:38:13 +02:00
LICENSE.BSD2 Initial import of crypto from utils project 2023-07-03 01:38:13 +02:00
LICENSE.MIT Initial import of crypto from utils project 2023-07-03 01:38:13 +02:00
README.md version 1.2 2023-08-20 12:43:49 +02:00
build.gradle.kts updated build deps 2023-11-27 17:14:37 +01:00
gradle.properties Initial import of crypto from utils project 2023-07-03 01:38:13 +02:00
gradlew updated gradle 2023-08-20 12:42:00 +02:00
gradlew.bat updated gradle 2023-08-20 12:42:00 +02:00
settings.gradle.kts Hardcoded project name 2023-08-05 12:26:33 -06:00

README.md

Finite State Machine using the AhoCorasick implementation

Dorkbox Github Gitlab
  • 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.