LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


View Poll Results: How do you organize your passwords?
text file 1 5.26%
encryptted text file 4 21.05%
in a mysql database 1 5.26%
password managers like keepassX lastpass etc 10 52.63%
Other 8 42.11%
Multiple Choice Poll. Voters: 19. You may not vote on this poll

Reply
  Search this Thread
Old 06-18-2014, 01:03 PM   #16
metaschima
Senior Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492

Also, I never use the same username AND password. However, I do reuse both, but not at the same time. Yeah, it is a downside to memorizing the password, but I don't want to write it down, and keeping an encrypted store adds complication and possible vulnerabilities beyond my control.
 
Old 06-18-2014, 01:12 PM   #17
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
How do you keep track of > a couple dozen combinations.

even with consolidating down bank accounts I still have 3-4 banks, then the utilities to log in and see what is due, then the wife's school loan. Then various places I've made purchases (amazon, etc), forums (LQ, etc). Its just too many.
 
Old 06-18-2014, 01:27 PM   #18
Soderlund
Member
 
Registered: Aug 2012
Posts: 185

Rep: Reputation: 81
Quote:
Originally Posted by metaschima View Post
Whatever happened to memorizing your password ?
I get them mixed up all the time. I can remember the passwords, but not which computers / volumes / sites they are for. So I have this mapped in an encrypted plain text file. Previosly it was a bunch of post-it notes hidden under the box of post-it notes next to the keyboard.

metaschima, I changed my GitHub password yesterday, and it does not contain [A-Z]. Could be that your password is rejected because it's considered weak for some other reason. Put some !"#¤%&/()=?-_ into it.
 
Old 06-18-2014, 01:46 PM   #19
metaschima
Senior Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by Soderlund View Post
I get them mixed up all the time. I can remember the passwords, but not which computers / volumes / sites they are for. So I have this mapped in an encrypted plain text file. Previosly it was a bunch of post-it notes hidden under the box of post-it notes next to the keyboard.

metaschima, I changed my GitHub password yesterday, and it does not contain [A-Z]. Could be that your password is rejected because it's considered weak for some other reason. Put some !"#¤%&/()=?-_ into it.
It's probably because it doesn't contain any lower case characters.

How do you decrypt the plain text ? If the data ever hits the disk then the encryption is useless. A more common problem is that the decrypted file stays in RAM and can be sniffed.

Personally, I dislike putting all my eggs in one basket. I don't keep my passwords in one place, I don't write them down, and I don't use the same username password combination.
 
Old 06-18-2014, 01:51 PM   #20
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
I have mine separated now, bank accounts and such are in the spreadsheet, wen sites in firefox. I plan to keep separate anyway, be it two back end files for keepass or whatever.
 
Old 06-18-2014, 02:06 PM   #21
nyc_rr
LQ Newbie
 
Registered: May 2014
Distribution: Linux Mint 16 Petra
Posts: 26

Original Poster
Rep: Reputation: 25
The only passwords I have in keepassX are for sites like banking, paypal and shopping as these are 20 characters long.

Sites that do not have my financial or personal information, I just use 8 to 10 characters which I have memorized and on a usb stick.

Anyway, lots of great replies from everyone here.

Last edited by nyc_rr; 06-18-2014 at 02:08 PM.
 
Old 06-18-2014, 03:42 PM   #22
Soderlund
Member
 
Registered: Aug 2012
Posts: 185

Rep: Reputation: 81
Quote:
Originally Posted by metaschima View Post
How do you decrypt the plain text ? If the data ever hits the disk then the encryption is useless. A more common problem is that the decrypted file stays in RAM and can be sniffed.
EncFS.

The average thief can not retrieve it and SÄPO (the Swedish stasi) can get into my accounts by other means.
 
Old 06-19-2014, 08:41 AM   #23
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
Quote:
Originally Posted by nyc_rr View Post
The only passwords I have in keepassX are for sites like banking, paypal and shopping as these are 20 characters long.

Sites that do not have my financial or personal information, I just use 8 to 10 characters which I have memorized and on a usb stick.

Anyway, lots of great replies from everyone here.
Basically your doing data classification. I've done similar. I have a small truecrypt volume that gets synced to all my devices which has all my most sensitive data such as the spreadsheet with the bank account user/password/account numbers, scans of birth certificates, social security cards, etc.

The rest are less sensitive such as forum passwords and are just stored in Firefox (which I need to move away from since it will no longer sync).

FWIW I just "unclassified" one document, my personal net worth. It didn't have account numbers or passwords, just total balances, so someone pocketing my phone/laptop doesn't get anything useful, in fact maybe when they see how low my net worth is they will feel bad and give it back
 
Old 06-19-2014, 12:16 PM   #24
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by enine View Post
Can it sync across multiple systems?
yes, but...
Quote:
Originally Posted by enine View Post
Wait, looking at the site it looks like its just a browser plugin so it doesn't actually sycn, its storing data on their servers.
crypto is done on the client and only hashes are sent to the servers at lastpass.

Last edited by Habitual; 06-19-2014 at 12:18 PM.
 
Old 06-19-2014, 01:28 PM   #25
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
So how does it work if/when their servers are down, sounds like a cloud based from their description.
 
Old 06-19-2014, 01:31 PM   #26
nyc_rr
LQ Newbie
 
Registered: May 2014
Distribution: Linux Mint 16 Petra
Posts: 26

Original Poster
Rep: Reputation: 25
Quote:
Originally Posted by enine View Post
Basically your doing data classification. I've done similar. I have a small truecrypt volume that gets synced to all my devices which has all my most sensitive data such as the spreadsheet with the bank account user/password/account numbers, scans of birth certificates, social security cards, etc.
Hi enine

Not sure if you are aware of this but trucrypt had shutdown the project due to it's insecurity. Some articles recommend using Gnome Encfs Manager or zuluCrypt as replacements. Both can create encrypted volumes via a file and a block device.
 
Old 06-19-2014, 03:43 PM   #27
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,679
Blog Entries: 4

Rep: Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947
Insofar as possible, you should arrange things (at least, in your own house ...) so that you minimize the need to use "passwords" altogether.

Beyond that, just keep them in a keychain. I happen to use "PasswdSafe," but I doubt that it really matters.
 
Old 06-19-2014, 04:04 PM   #28
JWJones
Senior Member
 
Registered: Jun 2009
Posts: 1,444

Rep: Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709
In muh brainz, yo.
 
Old 06-19-2014, 04:07 PM   #29
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by enine View Post
So how does it work if/when their servers are down, sounds like a cloud based from their description.
https://lastpass.com/support.php?cmd=showfaq&id=956
 
Old 06-19-2014, 07:27 PM   #30
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
Quote:
Originally Posted by nyc_rr View Post
Hi enine

Not sure if you are aware of this but trucrypt had shutdown the project due to it's insecurity. Some articles recommend using Gnome Encfs Manager or zuluCrypt as replacements. Both can create encrypted volumes via a file and a block device.
Yes, I know its been shutdown, but there are several other programs which can use a truecrypt container.
Remember they said may be insecure, thats the key. Any software may be insecure as you never know if there are vulnerabilities that have yet to be found. I just say truerypt since thats the origination of my encrypted volume. I'm using EDS on my phone and tablet for example.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to convert user passwords and group passwords using pwconv? dolceinter1 Linux - Security 2 11-04-2008 10:03 PM
updating samba passwords with system passwords paranoid times Linux - Software 3 10-03-2006 09:04 PM
Sync MySQL passwords with local account passwords? turbine216 Linux - Software 2 02-18-2005 03:15 AM
Completely uninstalling MySQL and its passwords passwords...how? I locked myself out! Baix Linux - Newbie 2 01-30-2005 04:10 PM
Is there a way to sync Samba passwords with linux user passwords MarleyGPN Linux - Networking 2 09-09-2003 10:59 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 10:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration