August 2021
Intermediate to advanced
304 pages
8h 50m
English
This chapter covers
hashlib module for cryptographic hashingIn this chapter, you’ll learn to use hash functions to ensure data integrity, a fundamental building block of secure system design. You’ll also learn how to distinguish safe and unsafe hash functions. Along the way, I’ll introduce you to Alice, Bob, and a few other archetypal characters. I use these characters to illustrate security concepts throughout the book. Finally, you’ll learn how to hash data with the hashlib module.
Every hash function has input and output. The input to a hash function is called ...
Read now
Unlock full access