larrykollar / tines

Tines is a console-based outliner/planner/notebook. It is a fork of the hnb outliner, which has not been updated in >10 years.
Other
49 stars 7 forks source link

Add encryption #9

Closed peterjschroeder closed 7 years ago

peterjschroeder commented 7 years ago

Encryption would be useful for storing passwords.

Someone wrote a patch, which is located here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=228454

larrykollar commented 7 years ago

I'm kind of on the fence with this one. There are keychain utilities, and entire encrypted filesystems, available on all major operating systems (including Linux). Nevertheless, the patch is available. :)

It looks like there are several patches in that thread. Would you be willing to do a pull request, apply the right patch, and test it? I don't have GPG handy. I could test with openssl.

peterjschroeder commented 7 years ago

It can also use ccrypt. I'll give it a shot some time this weekend.

peterjschroeder commented 7 years ago

Seems to be a lot of work, as some functions has changed. I'll pass. I probably wouldn't even use it. I just had found the patch and thought it might be useful to include.

Can you look into the bug I reported below about the pageup/pagedown keys? It really slows down navigation without them.

larrykollar commented 7 years ago

Thanks for trying!