Page 1 of 1

Scripting - Hash - SHA384 support ?

Posted: 07 Jan 2024 17:03
by GreetingsFromPoland
hi! i am currently working on several projects that require me to generate SHA384 hashes. in the help file, i see scripting does SHA256 and SHA512 (both of which i am using also), but skips over SHA384.

would it be possible to add this as an option ? as a workaround i am using the hamburger menu with a command that uses runret to get the hash (and digest) using openssl.exe and place it inside a text box. if needed, i could probably assign this return to a variable and use it from there, would be easier using the hash command only (if possible to add).

thanks!

Re: Scripting - Hash - SHA384 support ?

Posted: 07 Jan 2024 19:11
by admin
It's possible. :)

Re: Scripting - Hash - SHA384 support ?

Posted: 08 Jan 2024 01:18
by GreetingsFromPoland
thank you ! it's working great and saving quite a bit of time.