Skip to content
Snippets Groups Projects
Commit a24ce51b authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[*] Fix.

parent 3065ef4a
No related branches found
No related tags found
1 merge request!26Support 3689
...@@ -17,7 +17,7 @@ decrypt = crypto.decryptIAES256CBCFast(key_id, enc, len(enc), 2048) ...@@ -17,7 +17,7 @@ decrypt = crypto.decryptIAES256CBCFast(key_id, enc, len(enc), 2048)
print (decrypt) print (decrypt)
if bytes(s, "utf-8") != decrypt: if bytes(s, "utf-8") == decrypt:
print ("TEST 1. Encode/Decode IAES256 CBC FAST done") print ("TEST 1. Encode/Decode IAES256 CBC FAST done")
else: else:
print ("TEST 1. Encode/Decode IAES256 CBC FAST faild") print ("TEST 1. Encode/Decode IAES256 CBC FAST faild")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment