editing encrypted text files #2723
Unanswered
jonas-frey
asked this question in
Q&A
Replies: 1 comment 7 replies
-
I wrote a tool called crypt that might be useful for this. It lets you encrypt a file with |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know where to ask this question ...
I want to have a shell command in linux that asks for a password and then opens an encrypted textfile in micro. Ctrl+S should save the file with the same password, without asking again. Can something like this be done?
Currently I'm using emacs and a gpg file (for which emacs has built-in support), but I'm trying to get away from emacs, and also emacs asks for the password (twice) on each save, which I don't want.
Beta Was this translation helpful? Give feedback.
All reactions