Link to home
Start Free TrialLog in
Avatar of areyouready344
areyouready344Flag for United States of America

asked on

Need basic knowledge on message digest

Need basic  knowledge on message digest. I have some file that should not be unchange on a linux system. And how to test for it.
Avatar of kaerez
kaerez
Flag of Israel image

msg. digest is a mathematical calculation to stand for the entire file.
since its shorter theoretically (and in some MD's practically) it can occur more than once.
depending on the solution you can use SHA-1 / SHA-256 etc..
Avatar of areyouready344

ASKER

thanks kaerez, using SHA-256 solution, how can i tell if a file is message digest?
message digest is as explained.
sha-256 is one type of message digest.
if you take two programs and compute sha256 they should both provide
the same hex string.

M.D. = short representation of a long set of char.'s/string
SOLUTION
Avatar of Rich Rumble
Rich Rumble
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks richrumble and  kaerez, this message digest is becoming more clear.  in an automatic way, how can i tell if a file has change?(monitor program)?  Do all files contain a MD5 checksum? And how do a file become MD5?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
this really clear up my understanding. super thanks....
glad to be of help :-)

can you please gimme the points :-)
10x