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
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