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)
- Host: GitHub
- URL: https://github.com/nayibor/cakephp_scrpyt
- Owner: nayibor
- Created: 2017-02-05T22:32:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T01:08:26.000Z (over 9 years ago)
- Last Synced: 2025-02-16T08:43:33.746Z (over 1 year ago)
- Topics: cakephp, hashing, kdf, scrypt
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)