diff --git a/superagi/helper/encyption_helper.py b/superagi/helper/encyption_helper.py index ec49e3d39..9b0553194 100644 --- a/superagi/helper/encyption_helper.py +++ b/superagi/helper/encyption_helper.py @@ -9,8 +9,8 @@ if key is None: raise Exception("Encryption key not found in config file.") -if len(key) != 32: - raise ValueError("Encryption key must be 32 bytes long.") +# if len(key) != 32: +# raise ValueError("Encryption key must be 32 bytes long.") # Encode the key to UTF-8 key = key.encode(