Sanitizes and then splits a password into smaller chunks.
Parameters
$raw_password
stringrequired- The raw application password.
Source
* @since 5.6.0
*
* @param string $raw_password The raw application password.
* @return string The chunked password.
*/
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.