Re: Encrypted notepad software suggestions

2020-10-11 Thread Teno Deuter
https://tiddlywiki.com/ this can be very handy and you can store and encrypt a whole bunch of data (not only passwords) in a single html file. On Tue, Sep 29, 2020 at 5:28 PM bijan wrote: > On 9/28/20 11:12 PM, Jacqueline Jolicoeur wrote: > >> Simply Text File encryption is suitable too to hid

Re: Encrypted notepad software suggestions

2020-09-29 Thread bijan
On 9/28/20 11:12 PM, Jacqueline Jolicoeur wrote: Simply Text File encryption is suitable too to hide some info from plain text files I have. You can encrypt text files simply using tools in the base system. EXAMPLES Edit, encrypt, and erase: $ vi file.txt $ openssl aes-256-cbc -a -iter 1000

Re: Encrypted notepad software suggestions

2020-09-28 Thread Jacqueline Jolicoeur
> Simply Text File encryption is suitable too to hide some info from plain text > files I have. You can encrypt text files simply using tools in the base system. EXAMPLES Edit, encrypt, and erase: $ vi file.txt $ openssl aes-256-cbc -a -iter 10 -in file.txt -out file.txt.enc $ rm -P file.t

Re: Encrypted notepad software suggestions

2020-09-28 Thread Markus Wernig
On 9/28/20 4:54 PM, William Orr wrote: > https://vim.fandom.com/wiki/Encryption That post is from 2001 (still valid, though). Vim from the current package defaults to blowfish2 as encryption algorithm. best /m

Re: Encrypted notepad software suggestions

2020-09-28 Thread William Orr
On 28/09/2020 11:40, Markus Wernig wrote: On 9/28/20 9:18 AM, Martin wrote: I'm looking for some notepad with encryption of notes/files created. Simply Text File encryption is suitable too to hide some info from plain text files I have. Depending on your definition of "notepad", vim (gvim) s

Encrypted notepad software suggestions

2020-09-28 Thread Martin
Hi there! I'm looking for some notepad with encryption of notes/files created. Simply Text File encryption is suitable too to hide some info from plain text files I have. Please advice. Martin

Re: Encrypted notepad software suggestions

2020-09-28 Thread Markus Wernig
On 9/28/20 9:18 AM, Martin wrote: > I'm looking for some notepad with encryption of notes/files created. Simply > Text File encryption is suitable too to hide some info from plain text files > I have. Depending on your definition of "notepad", vim (gvim) should have built-in encryption (:X comma

Re: Encrypted notepad software suggestions

2020-09-28 Thread bijan
On 9/28/20 10:48 AM, Martin wrote: Hi there! I'm looking for some notepad with encryption of notes/files created. Simply Text File encryption is suitable too to hide some info from plain text files I have. Please advice. Martin Hi, You should try pass[1]. > Lightweight command line-base