Webclassnotes 1

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

protected void button_click(object sender, EventArgs e)

{
if(Textbox1.text=="abc" && textbox2.text == "125")
{
httpcookie ck = new httpcookie ("kk");
ck.values.add("name",textbox1.text);

encrypt method
1.md5
2.shai secure hash algo

You might also like