function cryptPsw(Psw) {
	return hex_sha1( Psw );
}
