By tag: function
0
kicks
Function to Encrypt String in C# .Net using SHA1 Algorithm
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...
0
kicks
Evaluate function in C# .Net as Eval() function in Javascript
Evaluate function in C# .Net Alternate methods to evaluate a string and retrieve a result as Eval() function in Javascript.