CinCout
0
Q:

razor hash

if(IsPost()){
    var CampusName = Request["campusid"];
    var studentID = Request["studentid"];
    var pass = Crypto.HashPassword(Request["password"]);
    // no need for messing about with salts, already taken care of
}
0

New to Communities?

Join the community