X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcrypto%2Fclass_CryptoHelper.php;h=db35284416ecb4011caa28f565c43f455dfcc56d;hp=cbac7d7b19c641db64f24128b09abe2f007f0f21;hb=2c0148a84570f1a8343fa6b98a279e903b3e4fa2;hpb=0d566e56ff27dcbf25a90d513950bbf26fe71422 diff --git a/inc/classes/main/crypto/class_CryptoHelper.php b/inc/classes/main/crypto/class_CryptoHelper.php index cbac7d7b..db352844 100644 --- a/inc/classes/main/crypto/class_CryptoHelper.php +++ b/inc/classes/main/crypto/class_CryptoHelper.php @@ -183,7 +183,7 @@ class CryptoHelper extends BaseFrameworkSystem implements Cryptable { */ public function encryptString ($str) { // Encrypt the string through the stream - $encryted = $this->cryptoStreamInstance->encryptStream($str); + $encrypted = $this->cryptoStreamInstance->encryptStream($str); // Return the string return $encrypted;