deno/obfuscator

A Laravel Code obfuscator package and a software license checker

1.0.0 2023-05-09 19:07 UTC

This package is auto-updated.

Last update: 2024-09-09 23:10:09 UTC


README

Packagist Downloads Build Coverage

With this package, you can transform your internal id's to obfuscated integers based on Knuth's integer hash. It is similar to Hashids, but will generate integers instead of random strings. It is also super fast. It also allows the software to check licence. This means it check if software is still running accordance to licence agreements . it also provide webhooks that comes immediately the software comes online.

Installation

Install using composer:

composer require deno/obfuscator

If you will be running your code on a 32 bit system or will be working with large prime numbers it is suggested that you install the GMP extension. For debian/ubuntu you can install the extension with one of these commands:

apt-get install php7.4-gmp
apt-get install php8.0-gmp
apt-get install php8.1-gmp

Third-party integrations

Security contact information

To report a security vulnerability send email to chumbadennis695@gmail.com

License

The MIT License.