windows:String#crypt returns a cryptographic hash of self by applying the UNIX crypt algorithm with the specified salt
windows:String#crypt calls #to_str to converts the salt arg to a String
