Safe to switch from PBKDF2 to SHA-1 for token verification?
Whenever I need to generate a token (email account confirmation, password reset, remember me cookie, view email in browser etc) I generate a string of random bytes (typically 32 using the Fortuna PRNG) and use PBKDF2 to creat… Continue reading Safe to switch from PBKDF2 to SHA-1 for token verification?