I am debugging a TCP connection, which returned multiple values such as:
+†Ä˜Õõıû
and
'G1÷ù]TB*ø5£"ñB—£s∏f
'1÷ù]
What I am trying to find out, is how is this encrypted, and find a way to decrypt it.
I am debugging a TCP connection, which returned multiple values such as:
+†Ä˜Õõıû
and
'G1÷ù]TB*ø5£"ñB—£s∏f
'1÷ù]
What I am trying to find out, is how is this encrypted, and find a way to decrypt it.
If something is properly encrypted, then it should be impossible to distinguish what algorithm was used based on ciphertext only.
It is possible that ancillary evidence such as the port and protocol being used, some sort of metadata specific to the application that is plaintext, or some other type of information could be used to surmise the encryption type based on the default behavior of the identified application.