Encryption with Termux - package or script to encrypt/decrypt directories #17430
-
Hallo is there a package for Termux for encryption, beside of gpg? I want to use it in the Tasker Plugin, because Tasker has no encryption in the Google Play version. I asked and commented that already in the Tasker's Google Groups, but not much of interest about it there (as if it is not useful to encrypt files on a phone). Thanks for hints. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can pack a folder into a file with |
Beta Was this translation helpful? Give feedback.
-
If your device is rooted, then you can try |
Beta Was this translation helpful? Give feedback.
git
+git-crypt
, if you really look for directories encryption. Other (non-root) tools that we have operate on files only: age, ccrypt, scrypt and few others.If your device is rooted, then you can try
encfs
package.