Hashing

Definition

What is Hashing?

Hashing is a cryptographic process that transforms an input (“message”) into a fixed-length string of characters, which is typically a representation of the original data. Unlike encryption, hashing is a one-way function – meaning that once data is hashed, it cannot be reversed back to its original form.

Hashing is primarily used for Integrity Verification by comparing the hash values, digital signatures to verify the authenticity and Password Storage where the database only stores the hash value of a password rather than the plain-text password.

YouTube player

You may also find interesting​

Network Access Control

Intrusion Detection and Prevention System

You may also find interesting​

Network Access Control

Intrusion Detection and Prevention System

Core Concepts

Sandbox

A Sandbox is an isolated environment where code or software...

Read More

Hashing

Hashing is a cryptographic process that transforms an input ("message")...

Read More

Antivirus

The traditional Antivirus software is designed to detect, block, and...

Read More

MITRE

MITRE is a not-for-profit organization that operates federally funded research...

Read More

MITRE ATT&CK

MITRE is a not-for-profit organization that operates federally funded research...

Read More