Scripting - Hash - SHA384 support ?

Features wanted...
Post Reply
GreetingsFromPoland
Posts: 181
Joined: 29 Sep 2022 14:20

Scripting - Hash - SHA384 support ?

Post 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!

admin
Site Admin
Posts: 59751
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Scripting - Hash - SHA384 support ?

Post by admin »

It's possible. :)

GreetingsFromPoland
Posts: 181
Joined: 29 Sep 2022 14:20

Re: Scripting - Hash - SHA384 support ?

Post by GreetingsFromPoland »

thank you ! it's working great and saving quite a bit of time.

Post Reply