Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

......VB Encryption Libraries ? 1

Status
Not open for further replies.

rpk2006

Technical User
Apr 24, 2002
225
IN
Hi,

I want to use any Visual Basic Encryption Library with my
program to Encrypt/Decrypt files.

I have heard that DLL files for various Encryption Algorithms
like BLOWFISH, RIJNDAEL, DES, CAST etc..
are available FREE for personal use.

Suppose I use any DLL file with my program to Encrypt/Decrypt
file(s), then is it possible for any hacker that he can steal
the DLL file and my file which contains Encrypted data, and
Decompile the DLL file to decode the Encrypted file data?

Please suggest some good places from where I can get the
libraries (VB version) and help about how to call them from
within my program.

Thanks.
There is always a new solution for the same problem.

Anonymous
 
Blowfish and DES, among others, use a dual key system, so knowing the algorithm without knowing the key wouldn't allow you to decrypt (strong encryption algorithms are public knowledge, but they still can't be easily broken). Having a massive supercomputer would make decrypting without the key easier, but it still wouldn't be cost effective, unless what was encrypted was the secret of invisibility.

Where you'd get the DLLs I can't help you with.
 
A few of these offer a pre-compile DLL for download. Some of them provide source code. All of them contain information you can assimilate to help you clarify the direction of your rather interesting project.


P.S. Tek-Tips members have been helping you with this in the various forums for several weeks now. When do we get a status report? :)
VCA.gif
 
Thanks Alt255,

I knew that if you will answer then it will go this much long.
Thanks for the links. There is always a new solution for the same problem.

Anonymous
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top