SQLCrypto And XLSure Encryption Utilities description
SQLCrypto Base Encryption + Hash ZIP files include the SQLCrypto Install, as well as Demo Scripts that install a sample database and all the encryption utilities you would need to start securing your sensitive passwords.
Read Me:
1. Install SQLcrypto370Setup.exe (Base Encryption C++)
2. Install SQL Server Scripts
A. Execute Z02_Install_EcryptTest_Database.sql
This will create a sample database named EcryptTest
B. Execute Z03_Install_Ecrypt_UDTsAndVws.sql
This will install Required User Defined Functions and Views Used to take advantage of SQLCrypto Encryption
C. Z04_Install_tblUser_trg_updHashPass.sql
Installs a sample User Table with a Trigger that allows for plain text updates to a Hashed Password column.
D. Z05_PlayTime_TestStuff.sql
This script does tests inserting and updating records in the sample User Table.
File List:
ReadMe.txt
1Kb
Z02_Install_EcryptTest_Database.sql
5Kb
Z03_Install_Ecrypt_UDTsAndVws.sql
22Kb
Z04_Install_tblUser_trg_updHashPass.sql
2Kb
Z05_PlayTime_TestStuff.sql
3Kb
Similar code
Decrypt MS SQL 2000 stored procedures of ANY SIZE!
(Popularity: ) : This MS Access application will decrypt Stored Procedures encrypted using "with encryption" option. If automatic removing of "with encryption" option ... dbasp_GlobalGrant
(Popularity: ) : This is a piece of code I use to globally grant or revoke permissions on all or set of objects ...