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
404
Open Source
A new approach to fighting cross-session tracking: multi-layer online fingerprint obfuscation. Spoof…
APKiD
Free
Android Application Identifier for Packers, Protectors, Obfuscators and Oddities - PEiD for Android…
ai-code-decompile
Free
🚀 AI-powered JavaScript Decompiler & Deobfuscator. 基于 AI 与 AST 的 JS 代码分析与混淆还原工具,把不可读的构建产物变成人能看懂的代码。…
Obfusk8
Open Source
Obfusk8: lightweight Obfuscation library based on C++17 / Header Only for windows binaries…
DojoLoader
Open Source
Generic PE loader for fast prototyping evasion techniques…
EagleVM
Open Source
Native code virtualizer for x64 binaries…