iLoveTux / data_store

a simple mongo-esque data_store.
GNU General Public License v2.0
0 stars 1 forks source link

switch method of encryption #19

Open iLoveTux opened 9 years ago

iLoveTux commented 9 years ago

currently we are using xor and base64 to obfuscate strings, while this could be considered secure if the users decided to use One Time Pads, currently there is no way to enforce this. I propose using AES encryption using the method described here. This will be done in preparation of version 0.7.0