c# - How can i create a checksum from a DataTable object? -


i have datatable 45-50 columns , 45-50 rows , want create checksum text or md5, sha1, don't know 1 better. i'll create text , search in database if there 1 more of it. text length must between 100-200 character, don't know if can it. what's opinions , how can that?

thanks.

well algorithm wise, either md5 or sha1 (newer) work checksum.

couple of things though:

  • why text length need between 100-200 characters? it's still hash, , portrays same information no matter length.
  • what looking do?
  • what part require with?

Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -