Encryptor#

Packagist GitLab GitHub Bitbucket Gitea

A small and simple tool to encrypt small files with with libsodium.

Installation#

Install for local user with composer:

composer global require arokettu/encryptor

Install for all users by downloading prebuilt phar:

sudo wget https://github.com/arokettu/php-encryptor/releases/latest/download/encryptor.phar -O /usr/local/bin/encryptor
sudo chmod +x /usr/local/bin/encryptor

Documentation#

License#

The library is available as open source under the terms of the MIT License.