Personal Knowledge Base.

This site is completely secure. It is locked by SSL. So there is no possibility that anyone can intercept the transmission. Watch out for the new Man in the middle attacks from security flaws such as the DigiNotar fiasco. All data is encrypted with a passkey of your choice. So you enter a passkey that is not stored anywhere and all data is encrypted using that key. If you forget your key there is NO WAY to recover your data.
Here is a row from the database:
INSERT INTO `tblModPKBaseSecrets`
(`fldModPKBaseSecretsID`, `fldUserID`, `fldChecksum`,
 `fldTitle`, `fldCategory`, `fldUrl`, `fldUsername`,
 `fldPassword`, `fldNotes`)
VALUES
('S000000029', 'UI0001', ':e:fFOcRiIZJq0oEev7tk3fdw==',
 ':e:VaZb2lj4KP1isS77svRWgBvg3d9bvoTU', ':e:YmGVAvM9oWY=',
 ':e:zHbGVZtMk071cj/QW+4ZFLIKuTOT2UAO', ':e:NDF9wJSFLTI=',
 ':e:lsjy5UchU73vrzVcXshnNw==',
 concat(':e:uu9drfXtDdydfcF14vmsmRtYJ2+1g6ydsJdoYgO4Gr9C2gi',
        'OtnK5JEA4vnw8kRfBpfU37AVh8577KBQPjNFuE4c1vl1ObsQA0',
        'qKzIMmKJwHvRdqpuwjR46/z+GC8GoNZLrETYWlQNkXHfCaGXj6',
        'Eb0N3iRHXCReF1KfV2zSykudgxrlx+8BCWQ=='));
            
As you can see, all the data in the database is encrypted with your secret key and that secret key is not stored in anything except the session. And it is stored in the session encrypted. So there is encryption upon encryption upon encryption. This site is secure. I would be very happy to hear from someone that can break this code.