I want to compute checksum for client/server program. To do that, I am obtaining the strings inside the file and then getting the corresponding integer value for each character (ASCII value) to compute the checksum.
This is suitable for the file format that contains strings, but will this work for the image file? I can obtain the strings out of image file that are in unreadable format. Is there a ASCII value for those unreadable characters?