Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Create MD5 Hash


3 replies to this topic

jkames

jkames
  • Members
  • 8 posts

Posted 12 September 2001 - 19:31

Does anyone have a script for creating a MD5 Hash. I need to encrypt a user password using MD5 Hashing.

Any help would be greatly appreciated.

Thanks,

John Ames



jkames

jkames
  • Members
  • 8 posts

Posted 14 September 2001 - 18:08

I found a JScript file that will create a MD5 hash. I've added it as a CA stored in the binary, with a target of CalcMD5("password") (hardcoded for testing porposes). When I run the install I'm getting an Internal Error 2740. CalcMD5

Does anyone know what I'm doing wrong.

The JScript file has several functions with calcMD5(str) being the main function.

Thanks,

John Ames


dbareis

dbareis
  • Full Members
  • 85 posts

Posted 08 October 2001 - 01:14

Make sure that any editor you are using does not add EOF characters as MSI's don't  like this (Thanks MS)...