|
Not only that, but it's not true that every encryption algorithm has a decryption algorithm. There are many one-way functions, a simple example being modulus. Also, even if there are encryption and decryption algorithms, the keys for encryption and decryption may be different. Therefore, even if you know the algorithm and you know the key I used to encrypt the data, you still can't decode the data without the separate decryption key.
|