Is there a way to hide your source code in access ie the module file so that the .MDB file can be distributed or is there any utility that will encrypt your source code so that is not readable.
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10019353.html
Zones:
MS AccessDate Answered: 08/13/1997 Grade: A Views: 0
Hi,
Is there a library of DES functions available for C (DOS) ?
I am looking for a funtion that I can pass something to, along with a DES key, and receive the encrypted version ?
Any help would b...
http://www.experts-exchange.com/Programming/Languages/C/Q_10139424.html
Zones:
CDate Answered: 03/16/1999 Grade: B Views: 0
My program store the user name and password in
Access MDB file,
when user login, the user input the user name and
password, then the program check the password.
If someone open the MDB file in Acce...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10143298.html
Zones:
Visual BasicDate Answered: 03/26/1999 Grade: A Views: 0
Hi ! I want to show a user his HDD serial no. If he gives it
to me, I want to encrypt it and send it back in order to
build a copy protection. How do I encrypt the HDD serial
secure -- in a way the...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10191983.html
I've seen examples of which they take every byte and add something to it, but it's easy to crack. Can anyone give me a good method of encrypting?
http://www.experts-exchange.com/Hardware/Misc/Q_10231910.html
Zones:
HardwareDate Answered: 11/16/1999 Grade: B Views: 0
I want to use the methods of DesCipher class.
specifically the encrypt. It has this definition :
public void encrypt(byte clearText[],
int clearOff,
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10232522.html
Zones:
JavaDate Answered: 11/17/1999 Grade: A Views: 0
I need a simple routine that encrypts a string passed as input parameter into encrypted but readable output string and vice versa. Routine need not to be robust (I don't require an extra-protection...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10261985.html
I need code that will encrypt and decrypt a text file. This will use a key that is not stored in the file itself, but is known only by the encryptor and the decryptor.
Thankyou
T
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10318213.htm...
Zones:
Windows MFCDate Answered: 06/08/2000 Grade: B Views: 0
I am writing a client / server app that sends an XML string back and forth as commmunication between them, and I am going to need to encrypt this data. The username and password get sent, and must...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10891621.html
Zones:
C++Date Answered: 08/15/2000 Grade: B Views: 0
I have a lot of .txt files. I will write a program that load the txt file, encrypt it(i have my own code to do that), save the file and do the same with the other files.
the encrypt function is th...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11188516.html
Zones:
Visual BasicDate Answered: 08/15/2001 Grade: A Views: 0