1

I'm trying to encrypt a txt file, and there are several options for windows, like using 7zip or rar to password store it, or notepad++ with securepad plugin. But I want to find a solution that is viable for both windows and android.

I tried using 7zip and rar on android, but I have a problementer image description here

when I edit the file and try to save it on android, I get an error saying it can't load the file on the path. This happens because I'm trying to open the txt file from within the zip file, and save it right away (which works and updates the zip file with the updated txt file on windows)

Can anyone help me to find a solution that's viable, updating the text file easily and asking for a password over a .txt file in both platforms?

LotPings
  • 7,391
ng80092b
  • 193

1 Answers1

0

There are several GPG implementations for Android, they could encrypt a single text file, but then you'd still have the plaintext (deleted) copies lying around the android's file system, so you'd might as well just go with a big gun: LUKS or TrueCrypt (successor).

https://alternativeto.net has a good listing of alternate programs, searchable by platform & licence, here's a search for open source Truecrypt on Android.

Or like davidgo mentioned, KeePass can encrypt text file attachments too.


And your 7zip & rar implementations are probably just broken for editing files "in place", just extract them first & then store after editing, or find a better app. If you don't care about the plaintext copies again.

Xen2050
  • 14,391