
October 21st, 2009, 11:01 AM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 23,025
Time spent in forums: < 1 sec
Reputation Power: 26
|
|
|
SQL Encryption 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.
Read the full article here: SQL Encryption Functions
|