1. suchandra tapadar
  2. PowerBuilder
  3. Wednesday, 27 March 2019 18:49 PM UTC

How can i add a checksum to the *.exe/*.pbd files while deploying my PowerBuilder workspace?

Roland Smith Accepted Answer Pending Moderation
  1. Thursday, 28 March 2019 02:21 AM UTC
  2. PowerBuilder
  3. # 1

A checksum is generated by a program that reads your program and outputs the checksum string. It isn't made part of your program.

When someone downloads your program, they can run a checksum on it and if it matches the checksum you generated they are assured that they have a valid file.

Comment
  1. suchandra tapadar
  2. Thursday, 28 March 2019 15:03 PM UTC
Thanks a lot for the answer.I already have a program that checks the checksum on the pbds but for that exe file needs to be same. If anyone changes the exe(content or the name) it wont checks the checksum. Looking for a solution for the same. But i guess it has nothing to do with PowerBuilder. So thanks a lot for the help
  1. Helpful
There are no comments made yet.
Roland Smith Accepted Answer Pending Moderation
  1. Thursday, 28 March 2019 15:35 PM UTC
  2. PowerBuilder
  3. # 2

A checksum of a file is a Hash using MD5. Download my BCrypt example and look at the 'Hash a File' button.

http://www.topwizprogramming.com/freecode_bcrypt.html

 

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.