MaxBerglund / Encrypto

Encrypto is an encryption tool.
1 stars 0 forks source link

Is the output of encryption machine correct? #43

Closed The378Swe closed 4 months ago

The378Swe commented 4 months ago

Tried to cross check with some other code online but I couldn't get the encrypted messages to match, I definitely had some problems with getting the key right because we send in a string of 8 characters as key which then will be converted to a 16 charachter long hexadecimal string and the python code takes a 16 charachter hexadecimal string but I think I matched them correctly in the end: tried both: 61626364656667680A 6162636465666768 representing the string/key: abcdefg

for some random text like: Hello World or 123456ABCD132536 but couldn't get the output to match, I also tried some random online converters but with those I couldn't even get the result to match with the working python code.

Help plz