Answers for "razor hash"

0

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
}
Posted by: Guest on March-11-2020

Browse Popular Code Answers by Language