Cheers! I actually use this for some encryption here and there. My thought was more along the lines of the entire content. Server side.
Cheers! I actually use this for some encryption here and there. My thought was more along the lines of the entire content. Server side.
In case anyone was wondering. I implemented a small php function. It uses aes 256 with a sha256 key “derivation” to encrypt things.
I choose the key when encrypting, and force encryption upon logout.
Cheers!