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 problem
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?