diff --git a/composer.json b/composer.json index 49584ef..c4e26c1 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,8 @@ ], "require": { "php": "^8.4", - "ext-mbstring": "*" + "ext-mbstring": "*", + "ext-openssl": "*" }, "require-dev": { "phpunit/phpunit": "^12.2.7" diff --git a/sources/classes/Encryptor.php b/sources/classes/Encryptor.php new file mode 100644 index 0000000..bdc9107 --- /dev/null +++ b/sources/classes/Encryptor.php @@ -0,0 +1,60 @@ +