Tagged Questions
2
votes
7answers
637 views
Optimum tempory password length for SHA hash
When creating a "forgotten password" mechanism, we might want to create a tempory password for the user which is stored using SHA1 (feel free to suggest other C# Cryptography mechanism).
How long ...