Click here to Skip to main content
15,891,253 members

Comments by Anil Sharma1983 (Top 42 by date)

Anil Sharma1983 16-Nov-16 2:04am View    
i have tried to genrate key
public byte[] GenerateKey()
{

using (var aes = CreateAes256Algorithm())
{

aes.GenerateKey();
return aes.Key;
}
}

private RijndaelManaged CreateAes256Algorithm()
{
return new RijndaelManaged { KeySize = 256, BlockSize = 128, Mode = CipherMode.ECB, Padding = PaddingMode.PKCS7 };
}
Anil Sharma1983 18-Jul-16 3:02am View    
thank you
Anil Sharma1983 23-May-16 5:04am View    
sets autocomplete="off" for a form tag
Anil Sharma1983 17-May-16 2:14am View    
Please check which theme implemented in nopcommerce and simply comment as you did it
Anil Sharma1983 16-Apr-16 2:20am View    
setInterval(function () {
$('#load_tweets').load("CS.aspx/fetch").fadeIn("slow");
},1000);

Please check time interval is too fast