mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2025-01-16 00:07:07 -05:00
Added new links to R/Haskell and Java (#23)
Added 'R' to Frameworks and Libs Added 'scrypt' to Haskell Added 'scrypt' to Java
This commit is contained in:
parent
c536607be2
commit
9a7d1c6d52
@ -41,6 +41,7 @@ A curated list of cryptography resources and links.
|
|||||||
- [Objective-C](#objective-c)
|
- [Objective-C](#objective-c)
|
||||||
- [PHP](#php)
|
- [PHP](#php)
|
||||||
- [Python](#python)
|
- [Python](#python)
|
||||||
|
- [R](#r)
|
||||||
- [Ruby](#ruby)
|
- [Ruby](#ruby)
|
||||||
- [Rust](#rust)
|
- [Rust](#rust)
|
||||||
- [Scala](#scala)
|
- [Scala](#scala)
|
||||||
@ -200,6 +201,7 @@ A curated list of cryptography resources and links.
|
|||||||
- [Cryptography & Hashing](https://wiki.haskell.org/Applications_and_libraries/Cryptography) - Official Website of Haskell.
|
- [Cryptography & Hashing](https://wiki.haskell.org/Applications_and_libraries/Cryptography) - Official Website of Haskell.
|
||||||
- [Cryptonite](https://hackage.haskell.org/package/cryptonite) - Cryptonite is a haskell repository of cryptographic primitives.
|
- [Cryptonite](https://hackage.haskell.org/package/cryptonite) - Cryptonite is a haskell repository of cryptographic primitives.
|
||||||
- [HsOpenSSL](https://github.com/phonohawk/HsOpenSSL) - OpenSSL binding for Haskel.
|
- [HsOpenSSL](https://github.com/phonohawk/HsOpenSSL) - OpenSSL binding for Haskel.
|
||||||
|
- [scrypt](https://github.com/informatikr/scrypt) - Haskell bindings to Colin Percival's scrypt implementation.
|
||||||
|
|
||||||
### Haxe
|
### Haxe
|
||||||
|
|
||||||
@ -234,6 +236,7 @@ A curated list of cryptography resources and links.
|
|||||||
- [Flexiprovider](http://www.flexiprovider.de/) - The FlexiProvider is a powerful toolkit for the Java Cryptography Architecture.
|
- [Flexiprovider](http://www.flexiprovider.de/) - The FlexiProvider is a powerful toolkit for the Java Cryptography Architecture.
|
||||||
- [Google Keyczar](https://github.com/google/keyczar) - Easy to use, yet safe encryption framework with key versioning.
|
- [Google Keyczar](https://github.com/google/keyczar) - Easy to use, yet safe encryption framework with key versioning.
|
||||||
- [pac4j](https://github.com/pac4j/pac4j) - Security engine.
|
- [pac4j](https://github.com/pac4j/pac4j) - Security engine.
|
||||||
|
- [scrypt](https://github.com/wg/scrypt) - A pure Java implementation of the scrypt key derivation function and a JNI interface to the C implementations, including the SSE2 optimized version.
|
||||||
|
|
||||||
### Julia
|
### Julia
|
||||||
|
|
||||||
@ -273,6 +276,10 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as
|
|||||||
- [PyElliptic](https://github.com/yann2192/pyelliptic) - Python OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC, Blowfish.
|
- [PyElliptic](https://github.com/yann2192/pyelliptic) - Python OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC, Blowfish.
|
||||||
- [pynacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library.
|
- [pynacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library.
|
||||||
|
|
||||||
|
### R
|
||||||
|
|
||||||
|
- [rscrypt](https://github.com/rstudio/rscrypt) - is an R package for a collection of scrypt cryptographic functions.
|
||||||
|
|
||||||
### Ruby
|
### Ruby
|
||||||
|
|
||||||
- [bcrypt-ruby](https://github.com/codahale/bcrypt-ruby) - bcrypt-ruby is a Ruby binding for the OpenBSD bcrypt() password hashing algorithm, allowing you to easily store a secure hash of your users' passwords.
|
- [bcrypt-ruby](https://github.com/codahale/bcrypt-ruby) - bcrypt-ruby is a Ruby binding for the OpenBSD bcrypt() password hashing algorithm, allowing you to easily store a secure hash of your users' passwords.
|
||||||
|
Loading…
Reference in New Issue
Block a user