Create a custom practice set
Pick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizPick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizNo weekly quiz is published yet. Check the weekly page for the latest updates.
View Weekly PageAnswer: Hashing
Hashing transforms input data of any size into a fixed-length hash value using algorithms like SHA-256 or MD5. It is one-way (irreversible), used for password storage, data integrity verification, and digital signatures. Unlike encryption, hashed data cannot be decrypted to original form.