I have resisted nextcloud. It was always slow, and cumbersome for me. I’ll have to check it out again.
I have resisted nextcloud. It was always slow, and cumbersome for me. I’ll have to check it out again.
Not sure I follow. What I am proposing is a way of encrypting the content of the website. Decrypted only while in use, this way, if someone gets access to the server (bug, leaked password, etc) the content is still encrypted.
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!