DEV Community

nicha
nicha

Posted on

1

Encoding, Encryption, Hash

  1. Encoding
    Use to change the format of the code to different format for usability. The encoding technique is public, so any one who know how to read can get the information.

  2. Encryption
    Use for security purpose. We can encrypt the data using key to make it unreadable by people who don't have the key. If we want to read the data, we need to decrypt it using the key.

  3. Hash
    Use to check the integrity of the data. By hashing the same data, it will always yield the same result. However, we cannot transform the hash data back to the original one.

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay