Hello, you are using an old browser that's unsafe and no longer supported. Please consider updating your browser to a newer version, or downloading a modern browser.
Training Camp • Cybersecurity Glossary
Hashing is the process of converting input data (such as a password) into a fixed-size string of characters using a mathematical algorithm, commonly used in cybersecurity to securely store sensitive information.
Hashing Definition: Hashing is the process of converting input data (such as a password) into a fixed-size string of characters using a mathematical algorithm, commonly used in cybersecurity to securely store sensitive information.
Hashing is a process that converts input data into a fixed-size string of characters using a mathematical algorithm. A hash function takes an input (or message) and then generates a unique fixed-size string of characters, which is usually a hexadecimal number. This process is used in cybersecurity to securely store passwords, verify data integrity, and ensure the integrity of messages passed between parties. Hashing is a one-way process, meaning it is very difficult to reverse the hashed value back to its original input, providing a secure way to represent data in a condensed form.
Turn knowledge into credentials. Browse our instructor-led cybersecurity courses.
View All Courses →