Merge b2d448b4a43231aadd61658a2d326e5f31e8cfde into 381354bf8e420d513d70e23aa772bc5f3907c7de

This commit is contained in:
tankfeeder 2018-02-06 21:28:32 +00:00 committed by GitHub
commit cfadcd48c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@ A curated list of cryptography resources and links.
- [Lua](#lua)
- [Objective-C](#objective-c)
- [PHP](#php)
- [PicoLisp](#picolisp)
- [Python](#python)
- [R](#r)
- [Ruby](#ruby)
@ -289,6 +290,10 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as
- [PHP Themis](https://github.com/cossacklabs/themis/wiki/PHP-Howto) - PHP wrapper on Themis. High level crypto library for storing data (AES), secure messaging (ECC + ECDSA / RSA + PSS + PKCS#7) and session-oriented, forward secrecy data exchange (ECDH key agreement, ECC & AES encryption).
- [TCrypto](https://github.com/timoh6/TCrypto) - TCrypto is a simple and flexible PHP 5.3+ in-memory key-value storage library.
### PicoLisp
- [tankfeeder](https://bitbucket.org/mihailp/tankfeeder/src/238e45dfd51848ca4dc947f90b4370fe5ccef85e/crypto/?at=default) - Collection of cryptography functions.
### Python
- [bcrypt](https://github.com/pyca/bcrypt) - Modern password hashing for your software and your servers.