Simplicity is a form of art...

Transparent encryption is not a silver bullet
by Sven Vermeulen, post on Tue 19 October 2021

Transparent encryption is relatively easy to implement, but without understanding what it actually means or why you are implementing it, you will probably make the assumption that this will prevent the data from being accessed by unauthorized users. Nothing can be further from the truth.

In-browser encryption for online password management
by Sven Vermeulen, post on Sun 20 October 2013

Lately I've been trying to find a good free software project that uses PHP or cgi-bin (one of the requirements for this particular organization) that allows its users to store passwords centrally, but uses encryption on the browser level before the passwords are sent to the central server. I've found …