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…
aidsfuscator
Free
Aidsfuscator is a java bytecode obfuscator that aims to become the best, if not then one of the best…
ai-code-decompile
Free
🚀 AI-powered JavaScript Decompiler & Deobfuscator. 基于 AI 与 AST 的 JS 代码分析与混淆还原工具,把不可读的构建产物变成人能看懂的代码。…
The-Awesome-And-Dangerous-collection
Free
A high-risk archive of historical malware, exploit kits, crypters, and webshells for educational and…
Donut
Open Source
Generates position-independent shellcode from .NET assemblies, PE files, scripts (VBScript, JScript)…
APKiD
Free
Android Application Identifier for Packers, Protectors, Obfuscators and Oddities - PEiD for Android…