Advertisement

1 - 10 of 1384 containing alltags:("Encryption") (0.001 seconds)
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.
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...
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...
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...
Zones: Delphi ProgrammingDate Answered: 03/16/2002 Grade: A Views: 0
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?  
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,                    ...
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...
Zones: Delphi ProgrammingDate Answered: 01/21/2000 Grade: B Views: 0
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
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...
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...
Zones: Visual BasicDate Answered: 08/15/2001 Grade: A Views: 0