MoinCrypt
Description
Encrypt or decrypt an encrypted page using AES encryption.
Version History
Action |
Author |
Designed for MoinMoin Release... |
|
1.6 |
Comments
- i didn't try the action, but is the plaintext still available when looking at revision n-1?
- Yes. I know this is a problem but saveText creates a new revision and I didn't find a way to replace the page. Any hints?
- the only safe (when looking at storage) way is to never store the plaintext to disk. maybe you could use some similar method like the gui editor is using to convert html to wiki markup. Be warned, that part of the code is not very pretty...
- Yes. I know this is a problem but saveText creates a new revision and I didn't find a way to replace the page. Any hints?
- you are aware that when using http (not https), plaintext and encryption password go plain over the wire?
- Yes but my intention was to encrypt pages in my local wiki.
Related stuff
Maybe FireFox users want to look at FireGPG, which does encryption/decryption client-side. -- ThomasWaldmann 2009-12-20 11:10:43