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!
Scripting - Hash - SHA384 support ?
-
- Posts: 181
- Joined: 29 Sep 2022 14:20
Re: Scripting - Hash - SHA384 support ?
thank you ! it's working great and saving quite a bit of time.