Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i need to generate a SHA-256 hash of a pdf file.
What are the steps i need to follow to achieve that?
I already wrote the java function, now i think i need to take the file from the folder and then pass the file as parameter to the function.
How can i do that?
Thanks,
Stevan
Hi,
i solved the problem simply passing the path file instead of the actual file to the custom routine.
Hi,
i solved the problem simply passing the path file instead of the actual file to the custom routine.