Is there any benefit to use different salt for different encryption algorithms for same user
There is two different passwords for a single user.
I’m hashing both for future validation. I’m currently using a single unique salt for the user, but each is hashed with a different algorithms (PBKDF2 with different algorithm and differen… Continue reading Is there any benefit to use different salt for different encryption algorithms for same user