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

https://github.com/nayibor/cakephp_scrpyt

This is a cakephp component which is a wrapper around php-scrypt(https://github.com/DomBlack/php-scrypt)
https://github.com/nayibor/cakephp_scrpyt

cakephp hashing kdf scrypt

Last synced: 12 months ago
JSON representation

This is a cakephp component which is a wrapper around php-scrypt(https://github.com/DomBlack/php-scrypt)

Awesome Lists containing this project

README

          

# What is this

This is a experimental cakephp component for scrypt based on
[Domblack scrypt php library](https://github.com/DomBlack/php-scrypt)

#Notes

As with all cryptographic code; it is recommended that you use a tried/tested library rather than rolling out using this one.
Bcrypt is a tried and tested kdf function which has been in used,tested,poked,strengthened for many years . It's recommended that you use that one.
This is for demonstration purposes of kdf functions only.
Please read the link below if you arent sure of this.
[Scheniers law](https://www.schneier.com/blog/archives/2011/04/schneiers_law.html)