J
jm
Hi, I have a string I want to put in MD5. I found a script that will
do that (there were several), but I couldn't find anything that
translated it on the other side. I don't think I understand what MD5,
SHA-1, etc. are for.
If for example I have base64 encoding of something, I can send it and
decode it on the other side. Of course, someone could just decode it
if they knew it was base64 (it's more of an ignorance type of
security.)
So what's MD5 (and others) for? Just passwords? Is it so I can send a
password to the other side and the MD5 "checksum" matches to what the
other side should have in its database? In other words, it's not about
decoding with MD5, like base64, but just checksums?
Thank you.
do that (there were several), but I couldn't find anything that
translated it on the other side. I don't think I understand what MD5,
SHA-1, etc. are for.
If for example I have base64 encoding of something, I can send it and
decode it on the other side. Of course, someone could just decode it
if they knew it was base64 (it's more of an ignorance type of
security.)
So what's MD5 (and others) for? Just passwords? Is it so I can send a
password to the other side and the MD5 "checksum" matches to what the
other side should have in its database? In other words, it's not about
decoding with MD5, like base64, but just checksums?
Thank you.