PHPackages                             darsyn/obfuscator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. darsyn/obfuscator

AbandonedArchivedLibrary[Security](/categories/security)

darsyn/obfuscator
=================

Obfuscate PHP source files with basic XOR encryption in userland code at runtime.

0.1.0(9y ago)20946PHPPHP &gt;=7.0

Since Feb 6Pushed 9y agoCompare

[ Source](https://github.com/darsyn/obfuscator)[ Packagist](https://packagist.org/packages/darsyn/obfuscator)[ RSS](/packages/darsyn-obfuscator/feed)WikiDiscussions develop Synced today

READMEChangelogDependencies (2)Versions (3)Used By (0)

Darsyn Obfuscate
================

[](#darsyn-obfuscate)

Obfuscate source code and decrypt it during run-time.

This is **not** designed to securely encrypt source code; merely obfuscate source code to ensure that any extraction of partial and/or full source code has been done with intent. This can then provide extra evidence in any legal dispute you have with said party.

This obfuscation method is a proof-of-concept and is **not efficient**performance-wise.

Setup
-----

[](#setup)

```
