News

SecureSQLHandler is designed to enhance security in Delphi applications that work with databases by preventing SQL injection and protecting sensitive query information. The library obfuscates SQL ...
I want to make a Delphi app which displays records taken from databases like Oracle and MS SQL Server. Before you tell me to "use a search engine" : this is exactly what I've been doing these last ...
Data encryption performs two purposes: it protects data against internal prying eyes, and it protects data against external threats (hacking, theft of backup tapes, etc.) Encryption in the database ...
Abstract: A database contains data ranging from different degree of confidentiality, and is widely accessed by variety of users. As the importance of database become more and more vital in business, ...