|
|
|
|
|
by 16s
5288 days ago
|
|
> What do you mean by secure encryption algorithms which are reversible? AES-256 symmetric encryption (as one example) is designed to be reversible while a SHA-512 hash is not. What does reversible mean you ask? It means that plaintext can be made into ciphertext and then back to plaintext again. It's designed to be undone/reversed by the party that holds the key/password. |
|