billthefarmer / editor

Android simple text editor
https://billthefarmer.github.io/editor
GNU General Public License v3.0
474 stars 85 forks source link

[feature request] save as encrypted file #202

Closed gbdomubpkm closed 1 year ago

gbdomubpkm commented 1 year ago

It would really be a plus if we could save the files we want as encrypted files. The decryption key provided to open the desired file.

I use another simple text editor under another operating system (Ubuntu Touch) which does this very well.

screenshot20230502_110852444 screenshot20230502_111330327

billthefarmer commented 1 year ago

I know enough about encryption to know that I don't know enough to implement a secure system. There are plenty out there who think they do. I also don't want to get involved with the inevitable issues over lost passwords.

gbdomubpkm commented 1 year ago

For the lost password, it's the user's problem, not yours at all. I understand very well that you feel that you don't know enough at the moment to implement something secure. However, if one day it can be done it will be good. It is always better to be able to secure access to files. Do you know a simple non-intrusive app that encrypts / decrypts text files on android?