| Similar Tutorials: 1. Encryption Tutorial 2. VBScript Tutorials - Built-in Functions 3. MS SQL RD4 Encryption 4. SQL Functions - Math Functions 5. Using Data Manipulation Functions | There are two ways of securing data in a database: hashing and encryption. Hashing usually prevents you from obtaining the original string. Encryption allows you to obtain the original string (through decrypting). This is only possible if you know the encryption method, and the key that was used to encrypt it. | Tags: Encryption, Functions |
|