How bcrypt hashes with salt (+Rainbow Table Attack)
Goals
Understand how bcrypt do ‘salting’
Especially, how it can do salting without storing salt at extra columns dedicated for ‘salt’
Basics
Rainbow Table Attack
Rainbow Table is a table with various possible passwords and it’s hashes. When attac...
gwonhong.hashnode.dev2 min read