I'm making a WinForms application, but i'm not really sure if this is a good implementation for my Login Form....This is the algorithm for ...Salt Hash... i use, Thanks to ...blowdart...:...private static byte[] CreateHash(byte[] bPassword, byte[] bSalt)
...