Encoding, Encryption, Hashing & Obfuscation Explained π
Discover the differences between encoding, encryption, hashing, and obfuscation. Learn how each technique secures and transforms your data for various applications.

LazyHacker
549 views β’ Sep 16, 2022

About this video
Encoding:
Encoding is used to transform data into another format so that it can be consumed by a different type of system or application. The encoding uses the algorithm for the encoding and decoding, it doesn't require a key and the encoding algorithm is publicly available.
We convert the data into binary so that, it can be consumed by a different system.
Example: ASCII, Unicode, URL encoding, Base64, etc.
Encryption:
Encryption is used to transform data to keep it secret. Encryption is used for confidentiality. In encryption, we use the private or public key depending on the encryption type (Symmetric Encryption or Asymmetric Encryption). So the goal of encryption is to ensure that the data can not be consumed by anyone other than the intended recipients.
Examples: aes, blowfish, rsa
https://lazyhacker22.blogspot.com/2022/07/encoding-encryption-hashing-obfuscation.html
Encoding is used to transform data into another format so that it can be consumed by a different type of system or application. The encoding uses the algorithm for the encoding and decoding, it doesn't require a key and the encoding algorithm is publicly available.
We convert the data into binary so that, it can be consumed by a different system.
Example: ASCII, Unicode, URL encoding, Base64, etc.
Encryption:
Encryption is used to transform data to keep it secret. Encryption is used for confidentiality. In encryption, we use the private or public key depending on the encryption type (Symmetric Encryption or Asymmetric Encryption). So the goal of encryption is to ensure that the data can not be consumed by anyone other than the intended recipients.
Examples: aes, blowfish, rsa
https://lazyhacker22.blogspot.com/2022/07/encoding-encryption-hashing-obfuscation.html
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
549
Likes
8
Duration
0:06
Published
Sep 16, 2022
Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.
Trending Now