Question
Virtusa
Virtusa
IN
Virtusa
Posted: Aug 7, 2024
Last activity: Aug 22, 2024
Last activity: 22 Aug 2024 13:15 EDT
Closed
How to Generate Checksum for a file located in the server location (On Prem) with MD5 Algorithm?
How to Generate Checksum for a file located in the server location (On Prem) with MD5 Algorithm? I tried using Pega OOTB way of generating checksum but its using some custom logic but we need to generate in MD5 Algorithm
***Edited by Moderator Marissa to add Capability tags***
To see attachments, please log in.
@RaghavendraHarisD17018894 To generate a checksum for a file located on the server using the MD5 algorithm, you can create a custom Java function in Pega. The function reads the file, computes the MD5 digest, and returns the checksum as a hexadecimal string. This approach ensures that the MD5 algorithm is used to generate the checksum for the file located on the server.
⚠ This is a GenAI-powered tool. All generated answers require validation against the provided references.
Can I override the Pega server as the default file saving location to any other location
Text in File to String in Pega
What is the Pega OOTB mechanism to download a file from a remote SFTP server,