python748 / alternate-java-bridge-library

Automatically exported from code.google.com/p/alternate-java-bridge-library
Apache License 2.0
0 stars 0 forks source link

Added the SecureTinyDB class #111

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by IMPINC...@gmail.com on 18 Feb 2013 at 4:59