Added new links to R/Haskell and Java (#23)

Added 'R' to Frameworks and Libs

Added 'scrypt' to Haskell

Added 'scrypt' to Java
pull/25/head
Lk Geimfari 2016-07-06 19:45:18 +03:00 committed by Sobolev Nikita
parent c536607be2
commit 9a7d1c6d52
1 changed files with 7 additions and 0 deletions

View File

@ -41,6 +41,7 @@ A curated list of cryptography resources and links.
- [Objective-C](#objective-c)
- [PHP](#php)
- [Python](#python)
- [R](#r)
- [Ruby](#ruby)
- [Rust](#rust)
- [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.
- [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.
- [scrypt](https://github.com/informatikr/scrypt) - Haskell bindings to Colin Percival's scrypt implementation.
### 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.
- [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.
- [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
@ -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.
- [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
- [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.