Example Usage
use \Fuko\Masked\Protect;
// consider these values inside $config
// $config = array(
// 'project_title' => 'My New Project!',
// 'mysql_username' => 'me',
// 'mysql_password' => 'Mlyk!',
// 'mysql_database' => 'project',
// 'root' => '/var/www/niakade/na/majnata/si',
// 'i.am.stupid' => 'Mlyk! e egati parolata za moya project',
// );
Protect::hideValue($config['mysql_username']);
Protect::hideValue($config['mysql_password']);
Protect::hideValue($config['mysql_database']);
print_r(Protect::protect($config));
/* ... and the output is
Array
(
[project_title] => My New Project!
[mysql_username] => ██
[mysql_password] => █████
[mysql_database] => ███████
[root] => /var/www/niakade/na/majnata/si
[i.am.stupid] => █████ e egati parolata za moya ███████
)
*/
See also
omni
Open Source
A modern zero-allocation C++23 library for working with low-level Windows within user-space. Iterati…
goodboy-framework
Open Source
15-stage Windows malware development & analysis course in Rust. Red team builds it, blue team detect…
AES-Encoder
Open Source
PowerShell Obfuscator. A PowerShell script anti-virus evasion tool…
soSaver
Open Source
A Frida-based utility for dynamically extracting native (.so) libraries from Android applications.…
Veil Framework
Open Source
Kali
Tool designed to generate Metasploit payloads that bypass common antivirus solutions. Supports multi…
Maverick
Free
Adaptix C2 agent using Crystal Palace PIC linker and PICO module system…