An open API service indexing awesome lists of open source software.

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+

Awesome Lists containing this project

README

          

Finite State Machine using the AhoCorasick implementation

###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/FSM) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/FSM) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](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.