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+
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Crypto</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
dependencies {
...
implementation("com.dorkbox:Crypto:1.3")
}
This project is © 2023 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.