Comment 17 for bug 319423

Revision history for this message
Arya (arya766) wrote : Re: [Bug 319423] Re: Encryption

As I said, that kind of password is not hard to break.
On May 11, 2014 1:50 PM, "Tony" <email address hidden> wrote:

> simple password protection without encryption would be enough, I mean I
> don't want my relatives to click the shortcut "diary" and open my
> private files
>
> I've come up with such a script, it creates password protected zip and
> deletes data folder every time you close RedNotebook
>
> #!/bin/sh
>
> cd ~/.rednotebook
> unzip data.zip
>
> rednotebook
>
> #change 'secretpassword' to password you would like to have
> zip --password secretpassword -r data.zip data
> #delete data folder
> rm -rf data
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (1279543).
> https://bugs.launchpad.net/bugs/319423
>
> Title:
> Encryption
>
> Status in RedNotebook - A Desktop Journal:
> Confirmed
>
> Bug description:
> Is there a way to have an option to enable encryption for the diary?
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/rednotebook/+bug/319423/+subscriptions
>