How can I encrypt the content of my databases? I don't want to keep the files in plain text on the server. Thank you
Using AESCRYPT and HASHing the passphrase with SHA2, 512b, for each cell writing/reading, should increase the consumption of the CPU or the memory?