* [ADD] New encryption schema by using Defuse/php-encryption library. WARNING: work in progress

This commit is contained in:
nuxsmin
2017-02-17 09:06:41 +01:00
parent 42af032550
commit fd25415e3b
44 changed files with 3455 additions and 383 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace Defuse\Crypto\Exception;
class BadFormatException extends \Defuse\Crypto\Exception\CryptoException
{
}