This is a simple class to encrypt and store string data to a file. It works
like TinyDB in use. It uses the EncryptUtil class, which uses 128 bit AES
encryption. The SecureTinyDB generates a random string from 32-64 characters
long for the encryption key.
This still isn't very secure, considering this is open source software. But
it's better than nothing. For better results, use the EncryptUtil class
yourself, and manage your key yourself. For best results, write your own
encryption :).
Original issue reported on code.google.com by IMPINC...@gmail.com on 18 Feb 2013 at 4:49
Original issue reported on code.google.com by
IMPINC...@gmail.com
on 18 Feb 2013 at 4:49