Encryption in .NET 8th July 2016
Nowadays, the current position reveals the hustles and bustles where the news is stories about sites getting hacked. The number of developers working out there can’t reach the levels needed to shield the applications from getting hacked, from the awful folks.In spite of the fact that that might be valid in a few places, there’s surely no deficiency of usefulness incorporated with the .NET system to help you scramble and secure your information.The “System.Security.Cryptography” namespace has a fortune trove of usefulness that permits you to perform hashes, twoway information encryption, and a decent couple of utility situations identified with both of those subjects. In fact, with regards to encryption, there are really two altogether different things you can do. The primary situation (typically known as hashing) is the way towards taking some bit of information and giving a restricted, cryptographic mark on it. MD5 is a decent case of this, where you can take any piece of info and transform it into a 16character signature that can never at any point be utilized to acquire the first information. For quite a while, standard hashes, for example, MD5 were the essential means by which passwords, client names, and other delicate data were kept away in numerous databases.