Compare commits
1 Commits
16038c9e6a
...
c453434c58
| Author | SHA1 | Date | |
|---|---|---|---|
| c453434c58 |
@@ -6,7 +6,7 @@ public static class Utils
|
||||
{
|
||||
public static string HashPassword(string username, SecureString password)
|
||||
{
|
||||
// TODO: Implement a good hashing algorythmus (like MD5) BEFORE going productive!
|
||||
// TODO: Implement a good hashing algorythmus (like MD5) BEFORE going productive.
|
||||
return (username + ":" + password).GetHashCode().ToString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user