DEV Community

Discussion on: What I learned about cryptography in 3 weeks

Collapse
 
zerquix18 profile image
I'm Luis! \^-^/

"This technique is basically a way to mix your key with another value, best being a random value."

Is this what you call a salt ??

Collapse
 
quantumsheep profile image
Nathanael Demacon

It's theoricaly the same thing as a salt, a salt is mostly used in hashing, where it will be append to the original value then hashed. An IV is XORed with a value (here a key)