How to hash ASP.NET Forms Authentication passwords in web.config in VB.NET
Forms authentication offers the possibility of storing the password in different formats. In the <credentials /> configuration section of the <forms /> element, the format of the password is specified through the passwordFormat attribute, which has three valid values:
– Clear – The passwords are stored as clear text in the <user /> …