Rename NetworkCipher -> EncryptionContext

This commit is contained in:
Dylan K. Taylor
2020-06-18 11:37:53 +01:00
parent 82b3e3398b
commit edc3156bea
3 changed files with 7 additions and 7 deletions

View File

@ -30,7 +30,7 @@ use function openssl_digest;
use function strlen;
use function substr;
class NetworkCipher{
class EncryptionContext{
private const ENCRYPTION_SCHEME = "AES-256-CFB8";
private const CHECKSUM_ALGO = "sha256";