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