5818959 / obfuscate
Simple string obfuscate based on XOR.
v1.0.0
2021-09-08 12:09 UTC
Requires
- php: >=5.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.15
- phpmd/phpmd: ^2.7
- sebastian/phpcpd: ^4.1
- squizlabs/php_codesniffer: ^3.4
This package is auto-updated.
Last update: 2025-03-08 21:58:26 UTC
README
This library provides a simple string obfuscate based on XOR.
Prerequisites
This library needs at least PHP 5.2
.
It's been successfully tested using PHP 7.*
.
Installation
The preferred way to install this library is to rely on Composer:
composer require "5818959/obfuscate"
How to use
Take a look at How to use to use this library.
Contributing
Requests for new features, bug fixes and all other ideas to make this library useful are welcome.
Licence
This software is release under MIT license.