Encoding | Hashing | Encryption |
---|---|---|
Reversible transformation of data format, used to preserve the usability of data.
| A one-way summary of data that cannot be reversed and is used to validate the integrity of data. Two identical data with same salt generate same hashed data Two different data with same salt generate different hashed data For e.g password entered combined with salt generate hashed password. SHA512 - Secure Hash Algorithm | Secure encoding of data used to protect the confidentiality of data. Symmetric Encryption: Same key used to encrypt and decrypt data . Encryption Standard Asymmetric Public key: Different key to encypt and decrypt data Algorithm RSA |
Reference
https://www.packetlabs.net/posts/encryption-encoding-and-hashing/
No comments :
Post a Comment