Class SaltedS2k

Summary

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

Description

Salted S2K key generation (OpenPGP document, RFC 2440)

Methods

Name Description Defined By
calc() Generate the new key SaltedS2k

Method Details

calc()

Generate the new key

Parameter Name Type Description
$hash string The
$password string The
$bytes int The
$salt string The

Returns: string

Top