PHP code example of floor9design / character-humaniser
1. Go to this page and download the library: Download floor9design/character-humaniser library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
floor9design / character-humaniser example snippets
$password = 'lIaA3~';
$password_humanised = 'lima INDIGO alpha ALPHA three tilde';
$password = '$aX3k';
// can be badly converted to:
$password_humanised = 'benjamins aether XYLOPHONE cup of tea knife';