Encrypt passwords in Windev

PHOTO EMBED

Sat Jun 18 2022 13:39:34 GMT+0000 (Coordinated Universal Time)

Saved by @Chinner #csv #cr #parse

Syntax
<Result> = Encrypt(<String to encrypt> , <Password> [, <Type of encryption> [, <Format of encrypted string>]])

Res = Encrypt("My credit card number is 52327453829011", "Password")
content_copyCOPY