Checksum in c#

  • Thread starter Thread starter Max Adams
  • Start date Start date
M

Max Adams

Checksum in c#

does anyone know of an easy way (preferably using built in libraries) to
generate a standard checksum for a string?

Thanks
PT
 
Max Adams said:
does anyone know of an easy way (preferably using built in libraries) to
generate a standard checksum for a string?

Encode it in UTF-8 and then create an MD5 hash for it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top