Ask a Question related to ASP.NET Security, Design and Development.
-
David Lund #1
3DES encrypt in vb.net with decrypt in classic asp
Hello,
We split a classic asp application into two apps as we start migrating to
..net. Now we have a need to pass encrypted data from the .net app to the
classic asp portion of the app.
I have the code encrypting and decrypting within in the .net app
successfully using the System.Security.Cryptography and TripleDes. However
when passing to the classic asp app, we are unable to get the item decrypted
using CAPICOM.
I have been googling this but have not found any solution yet. Does anyone
know if this can be accomplished and if so how?
Thanks,
David
David Lund Guest
-
How do I Use DPAPI to Encrypt and Decrypt Data (C#/VB.NET)?
How To: Use DPAPI to Encrypt and Decrypt Data (C#/VB.NET) The code below demonstrates how to call Data Protection API (DPAPI) functions... -
FormsAuthentication Encrypt/Decrypt Problem/Issue
I'm using the C# sample from MSDN on how to authenticate against an active directory. What I notice is that I get the list of groups placed in the... -
Urgent Help on CAPICOM Decrypt and Encrypt
Dear all, I'm new to CAPICOM not sure how to use it in C# Web application. As I know, CAPICOM does have a function to decrypt and encrypt some... -
encrypt with TripleDES, decrypt with DES, doesnt work ?
Hi I have such a problem - I've tried to encrypt a file with TripleDES and then decrypt it with DES, but failed. AFAIK, TripleDES uses 3x DES... -
Decrypt / Encrypt Session objects
Hi! I just want to know if it's common to decrypt a Session-Object in a ASP.NET application. My collegue says that I have not do this because the...



Reply With Quote

