I have resisted nextcloud. It was always slow, and cumbersome for me. I’ll have to check it out again.
- 1 Post
- 4 Comments
Joined 2 years ago
Cake day: October 17th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
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!