Quality Interior Design
 
EzTools Software Logo Quality Windows Programming Tools
Because Presentation is Everything
   See how to build Dynamic WPF
User Interfaces with EasyScript
 
Home  Downloads  Buy Support Services About Us

Compression & Encryption

 

Product Quicklist  
  Database Products
SQLitePlus & SQLite++  
Database Explorer  
COM DLL  
SQLite++  
Compression & Encryption  
Stored Scripts  
Grid ActiveX  
FAQ  
Licensing  
SQLite.NET DLL  
SqlWeb COM DLL  
  HSP System
Overview  
HTML Scripting Pages  
EzWeb Compiler  
EzWeb Copy Protection  
  ActiveX & .NET Components
EditListView Enhanced ListView  
WOW WebBrowser  
BrowserList HTML Listbox  
HotButton ActiveX  
HotLink HTML HyperLink  
HotList HTML Listbox  
SuperCombo HTML Droplist  
TabStrip ActiveX  
  Other Products
Simple XML Editor  
RegDb COM DLL  
Zip COM DLL  
EzComm Messaging DLL  
EasyScript.NET  

 

Encryption and Compression with SQLitePlus

SQLitePlus features built-in strong TwoFish encryption (click here for more info about TwoFish encryption).  The SqliteDb COM class has methods for encrypting and decrypting any type of data, and the Column class can also automatically encrypt and decrypt on the fly, making it very easy to create and use encrypted database fields.  Any field type can be encrypted, making SQLitePlus the secure desktop database of choice for Windows developers.

*** Now you can use SQL query commands against encrypted data directly ***

You use the ENCRYPT and DECRYPT keywords directly in your SQL statements, like this:

    SELECT DECRYPT(LastName) FROM Customers WHERE UPPER(DECRYPT(LastName)) = 'SMITH'

To encrypt, do something like this:

    UPDATE Customers SET LastName = ENCRYPT('Smith') WHERE CustomerId = 1

Compression is just as easy with SQLitePlus.  It features built-in ZLib compression (click here for more info about ZLib compression).  And like encryption you can have SQLitePlus compress column data automatically, making it so your code is the same whether compressing, encrypting or neither.




 

Copyright © EzTools Software2001-2010 All rights reserved. Trademarks and Disclaimer:
All trademarks belong to their respective companies.