Lock files using password and encryption
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Lock files using password and encryption
I use TextPad for everything. Coding obviously, but also for business and marketing plans which sometimes contain sensitive information. I am worried about outsiders getting hold of these documents, but haven't found a solution flexible enough to protect them (currently I use WinZip with 128-bit AES, but the documents are obviously unprotected whilst working with them).
The function in OpenOffice, where you simply say "lock document" when saving, is what I would love to see in Textpad.
If I had this, I would also work with password lists (yeah, I know how bad that is) and accounting details in TextPad. It's the one program that is always running and that I have used for nearly 10 years.
The function in OpenOffice, where you simply say "lock document" when saving, is what I would love to see in Textpad.
If I had this, I would also work with password lists (yeah, I know how bad that is) and accounting details in TextPad. It's the one program that is always running and that I have used for nearly 10 years.
Password protection is a typical feature of Word processors (which store lots of information in the files besides the text).
Textpad is not a word processor, it is a text editor.
Instead of trying to protect the documents, protect your computer against intrusion. Much more effective, as it protects every file, independent of the software that is used to work on the file.
Textpad is not a word processor, it is a text editor.
Instead of trying to protect the documents, protect your computer against intrusion. Much more effective, as it protects every file, independent of the software that is used to work on the file.
I see your point, yet it's time consuming and you can never really make your computer completely safe from intrusion. Encryption is the only thing I trust.
Also, at times I've needed to encrypt files that are to be sent over unsecure channels.
Hehe, from the poll it looks like I'm alone with desiring this feature though.
Also, at times I've needed to encrypt files that are to be sent over unsecure channels.
Hehe, from the poll it looks like I'm alone with desiring this feature though.
-
- Posts: 1
- Joined: Wed Jan 28, 2009 9:39 pm
So a couple of points.
I'm a software engineer and I've used Textpad for a long time. I really like it and I have always wanted a "lock file" option.
I haven't done an exhaustive search but both VI and EMACS support locking a file. VI and EMACS are also text editors and have a huge user base.
Also, while 4 doesn't seem like a lot of people (well 5 now) 25% is a significant interest.
So put another one in the Aye column
I'm a software engineer and I've used Textpad for a long time. I really like it and I have always wanted a "lock file" option.
I haven't done an exhaustive search but both VI and EMACS support locking a file. VI and EMACS are also text editors and have a huge user base.
Also, while 4 doesn't seem like a lot of people (well 5 now) 25% is a significant interest.
So put another one in the Aye column
That's not the same kind of "locking." It's not encryption. That's version control (i.e., RCS, cvs, svn, etc.).Philonious wrote:So a couple of points.
I'm a software engineer and I've used Textpad for a long time. I really like it and I have always wanted a "lock file" option.
I haven't done an exhaustive search but both VI and EMACS support locking a file. VI and EMACS are also text editors and have a huge user base.
Also, while 4 doesn't seem like a lot of people (well 5 now) 25% is a significant interest.
So put another one in the Aye column
DrX
- Bob Hansen
- Posts: 1516
- Joined: Sun Mar 02, 2003 8:15 pm
- Location: Salem, NH
- Contact:
That means only one person!25% is a significant interest.
One of my favorite books is "How to Lie With Statistics" by Darrell Huff. Although it is from 1954, it is still relevant, correct, and mandatory reading for anyone who works with numbers/graphs, etc. Politicians don't want you to know about it! It is now in paperback, Norton Press, $11.00
Hope this was helpful.............good luck,
Bob
Bob
better connection to winzip encrypt
Hi-
I think ejjick was on to something 6 years ago. I somewhat agree that encryption is at odds with the idea of a plain text editor, but if the encryption could be offloaded to some other application like WinZip then the task could be accomplished. Using context menu, an encrypted file can be opened with TextPad after satisfying the Winzip prompt for password. Where it gets awkward is in the save process which is multistep to overwrite the inital encrypted file. It would be nice if this process was more streamlined so a Save operation just saved the edited file back into the encrypted archive with same password and encrpytion level.
I would welcome something like this as an alternative to the password protected Microsoft Word document I currently use. Maybe there are other open LZW compression with encryption options besides WinZip. Thanks
I think ejjick was on to something 6 years ago. I somewhat agree that encryption is at odds with the idea of a plain text editor, but if the encryption could be offloaded to some other application like WinZip then the task could be accomplished. Using context menu, an encrypted file can be opened with TextPad after satisfying the Winzip prompt for password. Where it gets awkward is in the save process which is multistep to overwrite the inital encrypted file. It would be nice if this process was more streamlined so a Save operation just saved the edited file back into the encrypted archive with same password and encrpytion level.
I would welcome something like this as an alternative to the password protected Microsoft Word document I currently use. Maybe there are other open LZW compression with encryption options besides WinZip. Thanks
encryption/password for files on USB (external) flash drives
I would also like to see password and/or encryption support on textpad-created and/or edited files. I carry text files created with textpad around with me all the time on USB flash drives. I desire to protect them with a password and/or encryption.
- Bob Hansen
- Posts: 1516
- Joined: Sun Mar 02, 2003 8:15 pm
- Location: Salem, NH
- Contact:
-
- Posts: 2461
- Joined: Sun Mar 02, 2003 9:22 pm
Or keep an area of your disk encrypted, using software that automatically and invisibly encrypts and decrypts files on the fly. TrueCrypt (http://www.truecrypt.org/) does this, and it's extremely secure and extremely free.