Generate <machineKey/> attribute

This page generates the machineKey attribute for the web.config file of an ASP.Net website.


Options:
Option Type Key Length Information
Decryption






Auto Specifies that the ASP.Net automatically determines which algorithm to use. The default is currently to use AES.

The only valid KeyLen value is:  AutoGenerate.
Validation












SHA256 Specifies that ASP.Net uses the HMACSHA256 hash algorithm to validate data.

Valid KeyLen values include:  256 Bits; or Autogenerate.

Results: