I'm seeking an Android app which I have not been able to find, and which may not even exist.
I'm looking for an Android text editor app which optionally can encrypt and decrypt files via AES or at least some well-known encryption algorithm. I want this optional encryption to be performed on a file-by-file basis, and not via some sort of encrypted storage such as encfs or TrueCrypt. I also want this to be done locally on my device, without anything being stored anywhere in the cloud.
In other words, I want to be able to open a non-encrypted file on my Android device and edit its contents via a text editor, and then save either an encrypted or decrypted version of the same file on my device. And I want to be able to open a file that was encrypted in this manner using the same app, and have it be editable in plain text, with it being saved on disk in either encrypted or decrypted format, depending on my choice.
I want the data to be stored in individual files, not sqlite database entries like most Android notepad applications utilize.
I know I can encrypt/decrypt files using various Android apps, but I do not want to use a separate app to perform this encryption/decryption before and efter editing the message in the text editor. I want all of this to be handled via a single step within the text editor or a plugin which might be available for such a text editor ...
... or if an Android file manager exists which can perform this encryption/decryption functionality behind the scenes when a file is selected for editing, that will be acceptable, as well.
I have searched extensively for such an app, and I have not come up with anything, so I am not optimistic that I can find something like this. But I thought I'd ask here, just in case someone might know of some software which can do what I want.
Thank you in advance.
I'm looking for an Android text editor app which optionally can encrypt and decrypt files via AES or at least some well-known encryption algorithm. I want this optional encryption to be performed on a file-by-file basis, and not via some sort of encrypted storage such as encfs or TrueCrypt. I also want this to be done locally on my device, without anything being stored anywhere in the cloud.
In other words, I want to be able to open a non-encrypted file on my Android device and edit its contents via a text editor, and then save either an encrypted or decrypted version of the same file on my device. And I want to be able to open a file that was encrypted in this manner using the same app, and have it be editable in plain text, with it being saved on disk in either encrypted or decrypted format, depending on my choice.
I want the data to be stored in individual files, not sqlite database entries like most Android notepad applications utilize.
I know I can encrypt/decrypt files using various Android apps, but I do not want to use a separate app to perform this encryption/decryption before and efter editing the message in the text editor. I want all of this to be handled via a single step within the text editor or a plugin which might be available for such a text editor ...
... or if an Android file manager exists which can perform this encryption/decryption functionality behind the scenes when a file is selected for editing, that will be acceptable, as well.
I have searched extensively for such an app, and I have not come up with anything, so I am not optimistic that I can find something like this. But I thought I'd ask here, just in case someone might know of some software which can do what I want.
Thank you in advance.
Last edited: