Skip to content

quarxConnect/Scrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Scrypt

Native Scrypt-Implementation for PHP

Usage

require_once ('Scrypt.php');

$Scrypt = new Scrypt (/* N */ 1024, /* r */ 8, /* p */ 16, /* dkLen */ 64);
echo bin2hex ($Scrypt ('password', 'salt'));

License

Copyright (C) 2018 Bernd Holzmüller

Licensed under the MIT license. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

Releases

No releases published

Packages

No packages published

Languages