https://github.com/dorkbox/crypto
Crypto utility methods for ease of use with AES/ECC/GCM/PPG/ECDSA/SCrypt/BCrypt/X509/OpenSSL-PBE, java 8+
https://github.com/dorkbox/crypto
Last synced: over 1 year ago
JSON representation
Crypto utility methods for ease of use with AES/ECC/GCM/PPG/ECDSA/SCrypt/BCrypt/X509/OpenSSL-PBE, java 8+
- Host: GitHub
- URL: https://github.com/dorkbox/crypto
- Owner: dorkbox
- License: other
- Created: 2023-07-02T23:31:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T16:15:21.000Z (over 2 years ago)
- Last Synced: 2025-02-06T04:13:05.569Z (over 1 year ago)
- Language: Java
- Size: 200 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Finite State Machine using the AhoCorasick implementation
###### [](https://git.dorkbox.com/dorkbox/FSM) [](https://github.com/dorkbox/FSM) [](https://gitlab.com/dorkbox/FSM)
* Crypto utility methods for ease of use with AES/ECC/GCM/PPG/ECDSA/SCrypt/BCrypt/X509/OpenSSL-PBE, java 8+
Maven Info
---------
```
...
com.dorkbox
Crypto
1.2
```
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.