sha1 hashing and base64 encoding
I need help in computing a hash value. I want to do the following in vbscript:
HashValue = Base64.Encoding{SHA1.digest(DATA)} (this is in java)
I have been googling all day but haven't had any luck!
Any help would be appreciated. Thanks!
|