o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

capicom -

sir,
i want to know what is a certificate store where it's actual location on harddisk.if i want to write a program where i want to encrypt data through through envelopedata where i concern with certificate store how i can add new certificate in the store,is receiver's machine where i will send encrypt data require same certificate on his machine.please reply with help of code.

 

CAPICOM prerequitsites (RESOLVED) -
Hello everybody I want to use CAPICOM to digitally encrypt a password in my application. I know that CAPICOM is based on CryptoAPI. I have downloaded and installed the latest Microsoft SDK. Does this contain both the CAPICOM and CryptoAPI libraries? Also, in order to use CAPICOM wha


Exception while publishing project -
Hi all, When I am publishing my project I ma getting following exception pls let me know if any body know the solution: Error 2 SignTool reported an error 'Failed to sign bin\Release\WitnessAVI.publish\\setup.exe. SignTool Error: Signtool requires CAPICOM version 2.1.0.1


Capicom - size of encrypted field -
I am using Capicom in a web page with VBscript to create encrypted data to put it into a database field. I can't find anywhere in the online doc etc. how to know who large the field will be once it is encrypted. Is there a way to know that, or is there a way to control that? I need


Capicom and crypt binary files -
Hi ,i'm looking for a dll to encrypt birnary and text files , i think that capicom dll can do it ,but it's possible to encrypt binary files? ,i had tryed but i can't ,does anybody can show me an example? Thanks ,


Hash, base64, binary encryption, secure random numbers [CAPICOM] -
I got bored today and decided I'd write a better example of using the CAPICOM library with visual basic. Requirements: Version: CAPICOM 2.1.0.1 http://www.microsoft.com/downloads/d...DisplayLang=en Instructions: 1. You will need to download and install this CAPICOM library in


CAPICOM 3DES not working in a few machines -
hello, i am using capicom.dll and try using 3des and developed a activex component. This activex works in some machines but in other machines it just gives me error. if i switch to des it works in all the machines. any one knows y 3des works in a few machines and not in a couple of o


reading from ini file fails with capicom again -
Hi there, I have made a login form which has a form_load inwhich it reads from an ini file the value "password". But I would like to encrypt the value so I have used capicom The ini files looks like this: [Login Gegevens] UserName=systeem Database=MVL00001 PassWo


Storing End-User Passwords In SQL Server Tables -
I am building a web application using SQL Server and VBScript ASPs. I would normally use CAPICOM to hash the passwords and store them in a user table. When the user wants to log in, I hash the string he supplied during the challenge and compare it to the value stored in the DB. Th


Network Security Conundrum -
Alrite, so I'm ready to use the Capicom encryption component from microsoft to secure some messages between a client app and a server app. I plan on having them send certain messages back and forth that are often times identical, but their quantity is important. Anyways, here is the


[setup installers] -
hi there i ahve created an exe program which needs follwoing dlls 1) capicom.dll 2) comcat.dll 3) asycfilt.dll 4) msvbvm60.dll 5) oleaut32.dll 6) olepro32.dll 7) vb6stkit.dll 8) riched32.dll and the following ocx controls 1) comdlg32.ocx 2) mscomctl.ocx 3) richtx


Add Powerful Encryption To Your Visual Basic Programs -
I thought I would show you an easy way to add powerful encryption to your visual basic programs. Up till now, you either had to write the chipers in a fast language like C or deal with the CryptoAPI. Either way you went, it was very complex with uneven documentation. But lucky for the


Where can I download CAPICOM.dll -
Where can I download this?


[VB6] CryptoAPI MD5 Hash -
The attached project is a simple demonstration of using the Windows Crypto functions to create a hash. The example produces an MD5 hash of a file or a typed in string and returns it in hex. It could easily be modified to return a Byte array of the hash, and could also easily perfor


Encrypt with CAPICOM [RESOLVED using DECRYPT} -
Why doesn't CAPICOM encrypt data the same way more than once? I enter a password into a textbox, and call Encrypt(), which uses the .dll to encrypt data. It isn't the same a second time. Code: ff = FreeFile Open "pw.txt" For Output As #ff For x = 1 To 5


Eisecure asymmetric encryption -
From what a can see from a brief excusion into capicom dll, is that the following symmetric encryption algorithms can be implemented: RSA RC2 encryption, RSA RC4 encryption, DES encryption, or triple DES encryption. The example in MSDN only uses symmetric encryption, but I was i


capicom - need help -
I download the eaxmple posted by Marvin at http://www.vbforums.com/showthread.php?t=311963 but after registering the dll and creating the reference - I still can not get it to work. It compiles fine but does not work? it does not encrypt...any ideas? thanks Steve


capicom -
sir, i want to know what is a certificate store where it's actual location on harddisk.if i want to write a program where i want to encrypt data through through envelopedata where i concern with certificate store how i can add new certificate in the store,is receiver's machine where i


File encryption/decryption tool hogs entire processor!!! -
Hello folks, I have created a file encryption/decryption tool. When the file size is small it works fine but when the file size is big say 1Mb or so the machine freezes till the encryption/description process is complete. How can I reduce this processor load so that other process


CAPICOM Hash returning different values -
Hi all, I have a function which is in both a DLL on my website and in an EXE locally, the function gets the hash of a file, requests a hash of a file from the website (using the dll) and if they are different updates the website file. However even when I know the file is an exact co


Digitally Sign a mail with VB 6 -
Hello. I'm trying to sign a mail message with vb 6 and capicom. The problem is that when I receive the mail message, Outlook says: "The message contents may have been altered". I'm not shore if i'm signing the write text. I begin after the start of the part (ex: --NEW_PAR


How access PIN protected certificates -
Hi.. I use capicom to access certificates in VB6. When the certificates are PIN protected (in smartcard p.e.) they're become inaccessible, no PIN dialog are show. Code: " Set certificados = certStore.Certificates Set sel_certificado = certificados.Select


CAPICOM to decrypt -
I need to use CAPICOM to decrypt a RC2 encrypted string. I dont need to use it to do any encryption. VB Code: Dim DecryptData As New EncryptedDataDecryptData.Algorithm = CAPICOM_ENCRYPTION_ALGORITHM_RC2DecryptData.Algorithm.KeyLength = CAPICOM_ENCRYPTION_KEY_LENGTH_MAXIMUMDecr


vb encryption + [ how to list csps on my comp ] + [ diff b/w txtbox and rich txt box -
i have taken "cryptography - art of secret communications" as my topic .. for this i will be designing an app in vb which will provide the user an interface to try out the various crypto algos now the problem is as my vb skills are still primary and on a learning basis(ma


Send digitally signed message using CDOSYS -
Hi, Anyone read "How to Send Digitally Signed Message by Using CDOSYS/CDOEX" from http://support.microsoft.com/default...b;en-us;318215 I'm trying to make it work in vb.net. I installed the folowing .dll CAPICOM ver 2.0.0.3 CDOSYS ver 6.0.6015.0 ADODB ver 7


Hashing Files with Capicom -
VB Code: Private Sub cmdHash_Click()Dim hashtext As New HashedDataDim textmessage As String textmessage = Trim(PText.Text) If Not Len(textmessage) > 0 ThenMsgBox " Enter Text to Hash", vbInformation, " Enter text"PText.SetFocusExit SubEnd If&nb


Hashing Files using capicom -
VB Code: Private Sub cmdHash_Click()Dim hashtext As New HashedDataDim textmessage As String textmessage = Trim(PText.Text) If Not Len(textmessage) > 0 ThenMsgBox " Enter Text to Hash", vbInformation, " Enter text"PText.SetFocusExit SubEnd If&nb