Hi JSPWiki Devs, I wonder if it might make sense to write an encrypting Fileprovider.
This might be useful you run your wiki installation with a provider you cannot trust, whose technicans could look at your filesystem. SSL builds encryption between user's browser and the Wiki-VM, storage could be encrypted, too. Accessing the memory (and unencrypted pages) of the running machine should be difficult, I guess. As for encryption passwords, how would one set them on session initialization? Take the user password? This would not work for container authorization. Start a form immediately after login? What do you think? Greetings, Juergen