uTalk

Official forum for Utopia Community

You are not logged in.

#1 2021-02-15 08:08:17

HanBaoCinch
Member
Registered: 2021-01-11
Posts: 93

What's the difference between encoding, encryption, and hashing?

Can anyone explain me clearly what's the difference between encoding, encryption, and hashing?

Offline

#2 2021-02-15 08:30:13

lolapolooza
Member
Registered: 2021-01-11
Posts: 66

Re: What's the difference between encoding, encryption, and hashing?

All these techniques are used for converting the format of data. Encoding transforms data into another format using a scheme that is publicly available so that it can easily be reversed. It does not require a key. Encryption transforms data into another format and it is used for keeping the data secret. In Hashing technique, data is converted to a message digest or hash, which is usually a number generated from a string of text. Hashing is not reversible.

Offline

#3 2021-02-15 11:44:18

Ollester
Member
Registered: 2021-01-11
Posts: 64

Re: What's the difference between encoding, encryption, and hashing?

Encryption trades with keys which are using encrypt and decrypt the data. These keys are used to change a simple text into a cypher text and the vice versa.

Encryption is used to Security of data

Encoding:

The message is encoded by using an algorithm in encoding. However, one cipher text is produced for each plain text. The strategy used for change is not kept secret like in the case of encryption.

Encoding is used to Protection of integrity of data

Hashing:
Data is converted to a message digest or hash, which is a number generated from a string of text. These digests are important as one can effortless match the hash of sent and received messages to ensure that both are the same and no tempering is done with the data.

Hashing is used to Verification of data

Offline

#4 2021-02-15 11:49:09

Drassen
Member
Registered: 2021-01-11
Posts: 71

Re: What's the difference between encoding, encryption, and hashing?

The Difference between hashing and encryption is that encrypted strings can be turned back into their original decrypted form if you have the right key.

What is hashing in network security:

Hashing means safe and secure data, such as passwords or importance files. It's is the transformation of a string characters into a normally shorter fixed-length value or key that represents the original string. Hashing is used to index and recover items in a database because it is faster to find original value.

Offline

#5 2021-02-15 14:43:28

HanBaoCinch
Member
Registered: 2021-01-11
Posts: 93

Re: What's the difference between encoding, encryption, and hashing?

John, Your answer is good and perfectly understandable about encoding, encryption, and hashing.

Offline

Board footer

Powered by FluxBB