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

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 what do I need to reference from within my application?

thx, in advance

George Papadopoulos

 

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


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


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


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


Resolved item issue -
Sorry about this. I'm just wondering how am I suppose to mark items as being resolved. I have currently just been doing an advanced edit on my original post and adding [RESOLVED] but by the looks of it, this is not the correct way of marking an item as resolved. UPDATE ----- Fi


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


resolved or not!!!!! --:RESOLVED:-- -
can neone plz tell me how to put RESOLVED in the title bar of the thread??? i tried many times but in vain thnx in advance


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


New function Request! - - func Resolved -
I see the forum admin constantly pushing "Add resolved to all your posts which are resolved". This is of course a great idea! As people will assume two things: the post is done and needs no more feedback, or it is done and it contains useful answers so it is worth a look.


[RESOL[SUPER DUPER RESOLVED] [EXTRA PRIMA GOOD RESOLVED] Hello -
hello hello hello edit: Rob and I were testing how many time thread can be [RESOLVED]... the answer is - as many times as you wish but as far as the length of a Title fields allows (apparently 84 chars).


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


RESOLVED **need help ahh! -
sry i had friend help me..i think i put resolved in title... resolved


[**Resolved**] Mark posts *Resolved* -
How do posts get marked as resolved. Can I do it if I started the thread? If so, how?


Suppress Resolved Threads -
I would like to suppress resolved threads so I can focus on the unresolved ones as I tend to scan the forums for ways to help. It would be easier if I could turn them on/off easily. Is there already a way that I don't know about? P.S. I liked rhino's [Resolved] button idea. Dav


how do we specify which answer has resolved my problem -
Hi, In the thread tools, I see the link to mark that a thread s been resolved but I see no where where i can specify the person or the answer that resolved my quuestions amongst all the questions Thanks


How to mark RESOLVED (RESOLVED) -
Hi all, Simple question. How do I mark a thread as Resolved?


What should my sig contain -
Guys, what special notes or notices would be helpful to add in my sig? Like: please rate a post if it helped you, please mark a thread resolved if it is resolved, etc... Anything more? - AND - If a thread is marked resolved, can I still post on that thread? Thanks a lot!


Little annoyance about new "Resolved" thing... -
I like the new way the resolved thing is, one great thing is that others can now mark it as read if they know it is answered, but... if you go to the usercp and look at the thread it does not have the "[RESOLVED]" thing in the name (if you are subscribed to that board)


They need to put a resolved button -
I think when you go in to edit your thred there should be a "resolved check box" I thin you would have more people put resolved in their name what you could also do is make it in their User CP where the post replies are put a check box that sayes "Make this thred reso


---+Resolved+--- help -
---+Resolved+--- I also need to know how to load an image in a specific folder (ie. the program doesnt know the image name, so it loads the only image in a particular folder). ---+Resolved+--- And lastly i need to know how to delete a folder. Thanks to whoever helps!


Have a RESOLVED button -
why not just have a button in each thread that a user created, where when you click on button, it will mark thread as resolved and stick a [RESOLVED] prefix before the thread title?


Not resolved! Point Of Sale - Check Into into database -
It has not been resolved. It does not work now.


***Resolved***How do I... -
How do I change the subject to after the thread was started? Basically I wan't to be able to mark it as resolved.. If I can..


A plea to all contributors -
If you post a problem and it gets resolved, can you add [resolved] in the subject and a short message as to it's resolution


How the status of posts can be changed as Resolved -
Actually I don't know how to change a post as RESOLVED. Please give some instructions on it. --Rajib