The project ‘Hasher’ is an open source .NET C# library which implements salted hashing. You can use Hasher in your next account system to secure your sensitive data (e.g. user passwords). Hasher implements salted hashing for killing dictionary attacks such as lookup tables, reverse lookup tables and rainbow tables. Also, it uses keyed hashing. You […]
