]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/crypto/class_CryptoHelper.php
State (see State Pattern) prepared, a lot reworked/refactured
[core.git] / inc / classes / main / crypto / class_CryptoHelper.php
index cbac7d7b19c641db64f24128b09abe2f007f0f21..db35284416ecb4011caa28f565c43f455dfcc56d 100644 (file)
@@ -183,7 +183,7 @@ class CryptoHelper extends BaseFrameworkSystem implements Cryptable {
         */
        public function encryptString ($str) {
                // Encrypt the string through the stream
         */
        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;
 
                // Return the string
                return $encrypted;