This application is just a database tool which stores text content and files into the database, in both clear and "safe" manner. Safe records are stored using AES-256/SHA-256 encryption. There is an Audit Trail table for tracking the changes.
Tag - Source
2010, Wednesday August 4
Synopse SQLite3 Framework Main Demo - draft
By A.Bouchez on 2010, Wednesday August 4, 00:48 - SQLite3 Framework
2010, Tuesday July 27
Hyphenation in Delphi
By A.Bouchez on 2010, Tuesday July 27, 10:32 - Open Source libraries
We made some years ago a Delphi unit for hyphenation of text.
Such an unit, together with our SynPdf library for example, could be useful in your application. So we released the source!
2010, Friday July 23
Unit Testing light in Delphi
By A.Bouchez on 2010, Friday July 23, 15:35 - Pascal Programing
Automated Unit Testing is a great improvement in coding safe applications.
If you don't know about it, visit http://xprogramming.com/index.php then come back here, and you'll discover how we implement unit testing in a KISS way, in pure Delphi code.
2010, Thursday July 22
Synopse SQLite3 Framework 1.8
By A.Bouchez on 2010, Thursday July 22, 22:44 - SQLite3 Framework
The Synopse SQLite3 Database Framework was just released under Version 1.8.
SQLite3 just officially reached version 3.7.0, so it's time to commit our changes from our source code repository to the main "stable" zip.
2010, Wednesday June 23
New Source Code Repository
By A.Bouchez on 2010, Wednesday June 23, 17:51 - Open Source
A source code repository is now available, and will centralize all future source code update.