Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   Cryptography APIs
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
General functions
 
Base functions
Cryptography APIs
Date and time manipulation
Developers support
Mathematic and floating point utility functions
Money type utility functions
Cryptography APIs

Functions to calculate hashes and perform other cryptographic operations

Use the following code in your script to load the library:

  LOADLIB "wh::crypto.whlib";

Public Functions and Macros

GetMD5Hash Return the MD5 hash for a text
GetSHA1Hash Return the SHA1 hash for a text
Verify_RSA_SHA1 Verify a RSA signature on SHA1 hashed data
 
Top To top of page