Function to Encrypt String in C# .Net using SHA1 Algorithm(webtips.co.in)

submitted by webtipswebtips(265) 3 years, 3 months ago

SHA stands for Secure Hash Algorithm. This hash algorithm are applied to encrpt the string and store in un-readable format. SHA-1 is the best established of the existing SHA hash functions, and is employed in several widely used security applications and protocols. SHA-1 is implemented in .Net using System.Security.Cryptography.SHA1 Namespace.

1 comment |category: |Views: 529

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by qwerty01qwerty01(0) 2 years ago 0

SHA1 is a hash, not an encryption, an encryption stores the data that it is protecting, hashes do not

Reply

information Login or create an account to comment on this story