I'm doing an app that should be for multi-user. currently I have a file that stores username + md5 password hash (with username as salt)
Now I app should be enhanced so that different user can have different privileges. How would you store them the smart way so that nobody can change them but that it's still good to handle for me?
I'm using C#