Lianja
Lianja
Example: SecureString.HashVal method
Demonstrates theHashVal method.
Chilkat Lianja Downloads
llSuccess = .F.
loStr = createobject("CkSecureString")
loStr.MaintainHash = "sha256"
loStr.Append("Hello World")
lcEncodedHash = loStr.HashVal("base64")
? lcEncodedHash
release loStr