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