(no title)
leijurv | 1 year ago
This is not real encryption, it picks only one byte of shared secret and XORs it into the plaintext. Therefore, there are only 256 possible decryption keys to check, which is trivial.
Instead, you'd want to use the shared secret as a key to something strong and symmetric like AES.
thechao|1 year ago
BobbyTables2|1 year ago
tptacek|1 year ago
leijurv|1 year ago