Ask a Question related to ASP Components, Design and Development.
-
Alexei Pashin #1
Troubles with CAPICOM EnvelopedData.Decrypt
I use EnvelopedData from CAPICOM library to encrypt and decrypt security
info on my ASP site.
I got and installed test VerySign certificate on my server in Personal
store and successfully encrypt data. As a recipient I used this certificate.
I could successfully encrypt data.
Before decryption i try to check availability of Private key:
1 Property objCertificate.HasPrivateKey() returns TRUE
2 Property objCertificate.PrivateKey.IsAccessible() returns FALSE
To give IIS server privileges to access the private key associated with the
certificate
I try to update ACL as it shown in samples\vbs\CSetKeyPerm.vbs but I got an
error message:
(80090016) Keyset does not exist
when i tried to check property objCertificate.PrivateKey.UniqueContainerName
My private key must be contained on folder
Documents and Settings\All Users\Application
Data\Microsoft\Crypto\RSA\MachineKeys
Could you help me and explain my mistake
Tell me please, could I decrypt message after I give privileges to IIS_user?
Thank you in advance.
Alexey Pashin
Alexei Pashin Guest
-
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... -
CAPICOM, Certificate Stores, and ASP.NET
Hello, I'm working on an ASP.NET web application that takes in an encrypted data token and decrypts it. On my Windows XP box, I have created a... -
WebServices and CAPICOM
(Type your message here) -------------------------------- From: Sergio Lera Hello, I am developing a web service that needs to create a... -
How to install a key to use with Capicom
I have installed Capicom and it seems to be functioning, but I was given a key (in a .key file) and I am not sure what to do with this file.. do I... -
Troubles with CAPICOM.EnvelopedData.decode
Hello, I am developing Web-site. Some customers' information must be encrypted and stored in database. I use EnvelopedData from CAPICOM library to... -
Alexei Pashin #2
Troubles with CAPICOM EnvelopedData.Decrypt
I use EnvelopedData from CAPICOM library to encrypt and decrypt security
info on my ASP site.
I got and installed test VerySign certificate on my server in Personal
store and successfully encrypt data. As a recipient I used this certificate.
I could successfully encrypt data.
Before decryption i try to check availability of Private key:
1 Property objCertificate.HasPrivateKey() returns TRUE
2 Property objCertificate.PrivateKey.IsAccessible() returns FALSE
To give IIS server privileges to access the private key associated with the
certificate
I try to update ACL as it shown in samples\vbs\CSetKeyPerm.vbs but I got an
error message:
(80090016) Keyset does not exist
when i tried to check property objCertificate.PrivateKey.UniqueContainerName
My private key must be contained on folder
Documents and Settings\All Users\Application
Data\Microsoft\Crypto\RSA\MachineKeys
Could you help me and explain my mistake
Tell me please, could I decrypt message after I give privileges to IIS_user?
Thank you in advance.
Alexey Pashin
Alexei Pashin Guest



Reply With Quote

