chore: initial import for test contour
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Service\Crypt\Interfaces;
|
||||
|
||||
interface AESCryptServiceInterface
|
||||
{
|
||||
public function encrypt(string $plaintext): string;
|
||||
public function decrypt(string $ciphertext): ?string;
|
||||
}
|
||||
Reference in New Issue
Block a user