THE FORUM IS IN READ-ONLY MODE
This forum is in read-only mode. The new forum is live at https://discourse.openbullet.dev and registrations are open!
Crypto MD5
-
I'm not very knowledgeable with javascripts.
How would i go about hashing the word test into base64 encoded CY9rzUYh03PK3k6DJie09g== ?
Do i need to use javascript or it can be done via functions?
-
FUNCTION Hash MD5 "test" -> VAR "HashedHEX"
UTILITY Conversion HEX BASE64 "<HashedHEX>" -> VAR "HashedBASE64"