Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 1612(0.001 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.6
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 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 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 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 Views: 6
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 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 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 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 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 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 Views: 0