These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Generate MD5 hash used for storing comments in PHP program

Pongo_Baldo
Registered: Jul 12 2007
Posts: 2

How to generate the MD5 hash used for storing comments of an online collaboration? I know the function "Collab.hashString() ", but i need to calculate the same MD5 in my PHP web application (because in our program we must verify if new comments are added to specific pdf document). Thanks!

My Product Information:
Acrobat Pro 7.0.0, Unix/Linux
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Use the SOAP.streamDigest() function instead. It creates the raw MD5 encryption. I don't know what the hash function is doing. It's not base64 encoding an MD5 ecryption. It's doing something else.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script