That last sentence is quite weird, a good encryption system should give a random-like sequence even with very low-entropy input.
On the other hand removing patterns definitely cannot hurt. On Sat, Aug 31, 2013 at 4:38 PM, Etienne <[email protected]> wrote: >> Thank you for your quick response. >> >> I am looking for freeware. If freeware not available, I have to implement >> encryption support for sqlite on winrt. >> >> What is the procedure to implement encryption support on winrt? >> >> Thanks, >> dd > > <http://wxcode.sourceforge.net/components/wxsqlite3> might help you. > > It does supply free AES128/256 encryption (look in /sqlite3/secure/src/). > > However, be aware that there is no compression involved here, making (any) > encryption significantly weaker. > > Regards, > Etienne > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

