Installation
============

Epicrypt requires PHP 8.4+ with:

- ``ext-sodium``
- ``ext-openssl``
- ``ext-hash``
- ``ext-json``
- ``ext-mbstring``

Install with Composer:

.. code-block:: bash

   composer require infocyph/epicrypt

