B balamurugan.alagumalai Jan 23, 2008 #1 How to Encrypt or Decrypt the datas in ASP.net without using Server Memory(Memory Stream). Thanks, Bala.
How to Encrypt or Decrypt the datas in ASP.net without using Server Memory(Memory Stream). Thanks, Bala.
V Vadym Stetsiak Jan 23, 2008 #2 Hello, (e-mail address removed)! The only way I can think of how not to use your application's memory is to use SSL connection. Server will handle all the encryption/decryption . But if you want to protect some custom data then you'll have to do that manually (in the code) and it will include usage of MemoryStream or alike. -- With best regards, Vadym Stetsiak. Blog: http://vadmyst.blogspot.com You wrote on Wed, 23 Jan 2008 00:00:41 -0800 (PST): ba> How to Encrypt or Decrypt the datas in ASP.net without using Server ba> Memory(Memory Stream). ba> Thanks, ba> Bala.
Hello, (e-mail address removed)! The only way I can think of how not to use your application's memory is to use SSL connection. Server will handle all the encryption/decryption . But if you want to protect some custom data then you'll have to do that manually (in the code) and it will include usage of MemoryStream or alike. -- With best regards, Vadym Stetsiak. Blog: http://vadmyst.blogspot.com You wrote on Wed, 23 Jan 2008 00:00:41 -0800 (PST): ba> How to Encrypt or Decrypt the datas in ASP.net without using Server ba> Memory(Memory Stream). ba> Thanks, ba> Bala.