Class Scrypt

Summary

Fully Qualified Name: Zend\Crypt\Key\Derivation\Scrypt

Description

Scrypt key derivation function

Methods

Name Description Defined By
calc() Execute the scrypt algorithm Scrypt

Method Details

calc()

Execute the scrypt algorithm

Parameter Name Type Description
$password string
$salt string
$n int CPU
$r int Memory
$p int parallelization
$length int size

Returns: string

Top