protected void Page_Load(object sender, EventArgs e) { Label1.Text = Encrypt.CreateMachineKey(128); Label2.Text = Encrypt.CreateMachineKey(48); }