So what is everyone's method for encrypting a text file containing confidential information such as passwords? It's fairly straightforward to password protect a text file, but how does everyone encrypt their text files?
![]() ![]() |
I've always used Steganos Locknote
If you have Onedrive, use the Personal Vault. Otherwise, I'd look at GnuPGP.
Please support Geekzone by subscribing, or using one of our referral links: Dosh referral: 00001283 | Sharesies | Goodsync | Mighty Ape | Backblaze
freitasm on Keybase | My technology disclosure
The approach depends on how the files will be generated, used or stored.
For personal files stored offsite, I typically archive files in 7z format and password protect. The password is the weakest link, but the information isn't that confidential.
For files generated and stored online from Websites, which may include the personal information of others, it's more complicated. In that case I use a one-time key with AES encryption, and encrypt the AES key using a RSA public key so it can only be decoded offline by someone with the private key.
For passwords I use KeePassXC, which takes care of the encryption for me. The password manager is more to manage unique passwords rather than security.
You could just zip it and put a password on the zipped file.
Nothing is impossible for the man who doesn't have to do it himself - A. H. Weiler
You should be using a password safe, not putting passwords in an encrypted text file.
CPU: AMD 5900x | RAM: GSKILL Trident Z Neo RGB F4-3600C16D-32GTZNC-32-GB | MB: Asus X570-E | GFX: EVGA FTW3 Ultra RTX 3080Ti| Monitor: LG 27GL850-B 2560x1440
Quic: https://account.quic.nz/refer/473833 R473833EQKIBX
mentalinc:
You should be using a password safe, not putting passwords in an encrypted text file.
why ?
A pass protected Word file is good enough for most home users
SunTiger:
So what is everyone's method for encrypting a text file containing confidential information such as passwords? It's fairly straightforward to password protect a text file, but how does everyone encrypt their text files?
Thinking about this again... Encrypting confidential information is a healthy habit. Encrypting passwords in a text file? The number of times you need to decrypt that file, and the fact the decrypted version resides on your computer's storage means that it can easily be stolen while in that state.
Use a password manager with a browser add-on. Much easier and faster user experience.
Please support Geekzone by subscribing, or using one of our referral links: Dosh referral: 00001283 | Sharesies | Goodsync | Mighty Ape | Backblaze
freitasm on Keybase | My technology disclosure
freitasm:
SunTiger:
So what is everyone's method for encrypting a text file containing confidential information such as passwords? It's fairly straightforward to password protect a text file, but how does everyone encrypt their text files?
Thinking about this again... Encrypting confidential information is a healthy habit. Encrypting passwords in a text file? The number of times you need to decrypt that file, and the fact the decrypted version resides on your computer's storage means that it can easily be stolen while in that state.
Use a password manager with a browser add-on. Much easier and faster user experience.
^This.
This is what a password manager is for. I use Password Safe for local encrypted storage of passwords (as well as Lastpass for online automatic logins) - there are plenty of other options as well. These will probably have a field you can fill in useful information.
Example below.
Get your business seen overseas - Nexus Translations
![]() ![]() |