razor hash code example
Example: 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
}