HASH
Hash a password. Encrypt it basically.
Example
DEF hashed$=HASH("password")
PRINT hashed$
Output
$2y$10$RWad2ur00LA8WsIQcDrIxeJkFsTZ3jG8aCs22zKYRHhdBTaoX097O
Put down that phone!
Please view me on real computer.
Hash a password. Encrypt it basically.
DEF hashed$=HASH("password")
PRINT hashed$