Chilkat2-Python
Chilkat2-Python
Example: SecureString.HashVal method
Demonstrates theHashVal method.
Chilkat Chilkat2-Python Downloads
import chilkat2
success = False
str = chilkat2.SecureString()
str.MaintainHash = "sha256"
str.Append("Hello World")
encodedHash = str.HashVal("base64")
print(encodedHash)