How does salting enhance password security, and why is it important to use stronger hash functions?
Saturday, 05 August 2023
by EITCA Academy
Salting is a technique used to enhance password security in web applications. It involves adding a random value, known as a salt, to each password before hashing it. This salt is then stored alongside the hashed password in the database. The primary purpose of salting is to defend against precomputed rainbow table attacks, where an
- Published in Cybersecurity, EITC/IS/WASF Web Applications Security Fundamentals, Authentication, Introduction to authentication, Examination review
Tagged under:
Cybersecurity, Dictionary Attacks, Hash Functions, Password Security, Rainbow Table Attacks, Salting
What vulnerability exists in the system even with password hashing, and how can attackers exploit it?
Saturday, 05 August 2023
by EITCA Academy
A vulnerability that may exist in a system even with password hashing is known as "password cracking" or "brute force attacks." Despite the use of password hashing, attackers can still exploit this vulnerability to gain unauthorized access to a user's account. In this answer, we will explore the concept of password cracking, understand how it

