You are not logged in.

#26 2010-09-15 15:01:22

FingeringFu
Member
From: United States
Registered: 2010-09-15
Posts: 5

Re: How do you manage your passwords ?

onearm wrote:

The dozen most used I just remember them; for the tons of others (openid didn't exist 10 years ago *sigh*), I have a small ssl encrypted text file that is written unencrypted when I need to the encrypted swap (so no traces are left in clear to the disk)

So SSL can encrypt files on the hard drive? It was my understanding that SSL was created for encrypting network traffic.

Offline

#27 2010-09-15 16:03:42

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: How do you manage your passwords ?

I keep my passwords in an "osmo" note.

However all my partitions except for /boot are LVM2 on top of a luks-encrypted hard drive partition, so I have to enter a nice long password to boot. I have encrypted backups.

Offline

#28 2010-09-15 16:15:48

rusty99
Member
Registered: 2009-03-18
Posts: 253

Re: How do you manage your passwords ?

FingeringFu wrote:

So SSL can encrypt files on the hard drive? It was my understanding that SSL was created for encrypting network traffic.

Examples,
http://www.madboa.com/geek/openssl/#encrypt-base64
http://www.madboa.com/geek/openssl/#encrypt-simple

Offline

#29 2010-09-15 16:21:50

FingeringFu
Member
From: United States
Registered: 2010-09-15
Posts: 5

Re: How do you manage your passwords ?

rusty99 wrote:
FingeringFu wrote:

So SSL can encrypt files on the hard drive? It was my understanding that SSL was created for encrypting network traffic.

Examples,
http://www.madboa.com/geek/openssl/#encrypt-base64
http://www.madboa.com/geek/openssl/#encrypt-simple

Interesting! Thanks for the information.

Offline

#30 2010-09-15 16:25:28

Bregol
Member
Registered: 2008-08-15
Posts: 175

Re: How do you manage your passwords ?

i like to keep mine simple and easy to remember.  Like "1234" or "password".  And in case I forget them, I keep a cleartext list on pastebin. tongue


(Disclaimer: do not try this at home. or anywhere. ever.)


Nai haryuvalyë melwa rë

Offline

#31 2010-09-15 17:20:25

muunleit
Member
From: Germany
Registered: 2008-02-23
Posts: 234

Re: How do you manage your passwords ?

+1 for pwsafe


"The mind can make a heaven out of hell or a hell out of heaven" -- John Milton

Offline

#32 2010-09-15 20:37:07

Texas
Member
From: Dallas, Texas
Registered: 2010-09-10
Posts: 131

Re: How do you manage your passwords ?

pokraka wrote:

All my passwords are just the name of the service I want to sign in mixed with a salt.

I also do something similar.  All are uniqiue and strong.

Offline

#33 2010-09-16 07:28:01

SanskritFritz
Member
From: Budapest, Hungary
Registered: 2009-01-08
Posts: 1,923
Website

Re: How do you manage your passwords ?

Texas wrote:
pokraka wrote:

All my passwords are just the name of the service I want to sign in mixed with a salt.

I also do something similar.  All are uniqiue and strong.

What do you guys do when you are forced to change your password every month?


zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)

Offline

#34 2010-09-16 07:55:12

ozzolo
Member
From: italy
Registered: 2010-02-03
Posts: 19

Re: How do you manage your passwords ?

I use fpm2 ( Figaro's Password Manager 2 ) with a little usefull "autohide" mod.


EeePC 1000H blk, 1gb ram. ArchLinux (+Openbox)

Offline

#35 2010-09-16 08:04:21

ijanos
Member
From: Budapest, Hungary
Registered: 2008-03-30
Posts: 443

Re: How do you manage your passwords ?

KeePassX + keeping the database in my dropbox folder. I also recommend using keepassx's password generator, so you will have strong passwords and also be protected against attacks based on password reuse

Offline

#36 2010-09-16 08:30:34

dboat
Member
Registered: 2010-08-26
Posts: 33

Re: How do you manage your passwords ?

I put them down on paper except a special string that I remember by heart.
All critical passwords embed that string somewhere in between.
People see this paper still have to figure out How to embed What into that visible part of password.

Offline

#37 2010-09-16 10:40:43

hatten
Arch Linux f@h Team Member
From: Sweden, Borlange
Registered: 2009-02-23
Posts: 736

Re: How do you manage your passwords ?

Cleartext file managed with bash scripts. Nobody in my neighbourhood can use my computer anyway.

Offline

#38 2010-09-16 15:44:28

pokraka
Member
From: Brussels
Registered: 2009-01-15
Posts: 63

Re: How do you manage your passwords ?

SanskritFritz wrote:
Texas wrote:
pokraka wrote:

All my passwords are just the name of the service I want to sign in mixed with a salt.

I also do something similar.  All are uniqiue and strong.

What do you guys do when you are forced to change your password every month?

You could simply use a salt based on the name or the number of the month.

Offline

#39 2010-09-16 16:38:35

Texas
Member
From: Dallas, Texas
Registered: 2010-09-10
Posts: 131

Re: How do you manage your passwords ?

SanskritFritz wrote:
Texas wrote:
pokraka wrote:

All my passwords are just the name of the service I want to sign in mixed with a salt.

I also do something similar.  All are uniqiue and strong.

What do you guys do when you are forced to change your password every month?

I only have one of those and I just increment the password by one each time:  Password01, Password02, etc.  I know some systems would not accept this as they have rules to prevent such things.

Offline

#40 2010-09-17 19:52:10

l'pc
Member
Registered: 2009-10-05
Posts: 22

Re: How do you manage your passwords ?

For passwords that changes every month, my father has an simple tip : adding the month's number in the password (for example, password9 for September)

I also only have 2 passwords (root and all the rest)
I should change, but for the moment I don't have really confidential things...

Offline

#41 2010-09-20 20:56:18

rwd
Member
Registered: 2009-02-08
Posts: 664

Re: How do you manage your passwords ?

I found  typing in a series of  passwords in  pwsafe quite annoying with no 'undo' function. A typo means having to quit the app and edit the wrong entry.  For all unimportant websites I use the Firefox password hasher extension https://addons.mozilla.org/firefox/addon/3282/. It creates new passwords based on a master password.

Last edited by rwd (2010-09-20 20:59:17)

Offline

#42 2010-09-21 11:17:46

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: How do you manage your passwords ?

rwd wrote:

I found  typing in a series of  passwords in  pwsafe quite annoying with no 'undo' function. A typo means having to quit the app and edit the wrong entry.  For all unimportant websites I use the Firefox password hasher extension https://addons.mozilla.org/firefox/addon/3282/. It creates new passwords based on a master password.

But this is the way it should work. Requiring a complete password protected edit for sensible information clearly is a nuisance but it adds to security. And it usually is a one-time operation only.

I wanted a stand-alone, system independent password manager which provides a fairly good password generator. Thus pwsafe is optimal for my needs. Do not depend on application bound addons for sensible information. You will most likely loose everything on major changes being it browser hopping or upgrades which break compatibility.

Shit most likely happens. I experienced such breakages multiple times in about 30 years pc usage. sad

Last edited by bernarcher (2010-09-21 11:18:46)


To know or not to know ...
... the questions remain forever.

Offline

#43 2010-09-29 03:51:12

nomilieu
Member
Registered: 2010-07-03
Posts: 133

Re: How do you manage your passwords ?

I just remember them.

I reuse a small group of passwords for assorted nonsensitive logins (e.g. forums), and I have a larger group of stronger passwords for more sensitive logins (roots, banking, etc.). I generally try to assign passwords by category, to lessen the amount of guessing in the event I forget a password.

I prefer passwords that are either short phrases with numbers added to them (simple) or entire sentences with random punctuation and nonsense characters added in (strong).

This method does have drawbacks. I recently forgot the password for my Windows (gaming) box, and I wasted a half an hour trying to remember what on earth it was. I eventually remembered it, fortunately (as I really wanted to play some games!).

Offline

#44 2010-09-29 04:02:58

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: How do you manage your passwords ?

I have a single master password (14 chars, alphanumeric and special chars) that opens a truecrypt file.

In the TC file I have a list of all my accounts that require strong passwords and next to each account is a mnemonic - so if my password for that account was something like 'b0rd#rc0lli3' the mnemonic might be 'dog'.

Now, if I could only remember that master password...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#45 2010-09-29 04:20:56

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: How do you manage your passwords ?

fsckd wrote:
itsbrad212 wrote:

I only have 2 passwords to remember. tongue
1) Root password
2) Everything else

Except they're both so strange that no one would be able to guess them.

So if I get you to register on my site, I have everything else?

I don't register for many sites. If for some reason I do sign up for an obscure site, I use a different password.

Offline

#46 2010-09-29 06:48:13

jocheem67
Member
Registered: 2009-11-09
Posts: 243

Re: How do you manage your passwords ?

There's a couple of workable passwd's I use for non-sensitive data ans sites. Sensitive stuff I keep in an ecryptfs encrypted folder.
I'm just learning/investigating a sensible methodology for security...there's still a lot of work to do, for example cleaning my 10 year old hotmail inbox with all passwd's from sites smile

Offline

#47 2010-09-29 08:05:04

AdulteratedJedi
Member
From: East Riding of Yorkshire, UK
Registered: 2010-09-28
Posts: 15

Re: How do you manage your passwords ?

Being a user of a mac, I have never found anything for managing passwords as good as 1Password. I have tried to make my process Like it though

My passwords are different depending on use;
- For machines I access physically I have a couple of passwords that are 15-25 in length and a mixture of numbers and characters. These are stored in Muscle memory.

- For websites and such passwords have been generated by the above software mostly, ranging from things like =MNH)x9]u8Q6n?@4w3qb to something like 26L9EtkcTijJRDbW74MQuwVCHXrofxFGpBAg8nvaP3deUKm

I have exported all my passwords to a file which is encrypted, I am proficient with vim as an editor, and have found that because of my workflow (Xmonad, chrome/uzbl, urxvt, vim) I can have a terminal popped up --> file unencrypted and opened in vim --> vim searched for the website and the password copied --> pasted into the site. In a flashhg 5-15 seconds maybe depending on my typing skills that day lol.

Saying that though I am going to work on a script that I can either call via dmenu or keyboard shortcuts, to automate all this. Much mimicking 1password but allowing me security and ease of use.


Registered Linux User: #294850

Offline

#48 2010-09-30 05:33:51

adamlau
Member
Registered: 2009-01-30
Posts: 418

Re: How do you manage your passwords ?

In a KeePassX database within a TrueCrypt container.


Arch Linux + sway
Debian Testing + GNOME/sway
NetBSD 64-bit + Xfce

Offline

#49 2010-10-01 09:33:17

maxexcloo
Member
Registered: 2009-10-14
Posts: 177

Re: How do you manage your passwords ?

I use KeePassX to manage my passwords, they are laid out in the same directory structure as my Firefox Bookmarks.
I save the passwords in Firefox and encrypt them using the built in protection. I have a 12 character uppercase, lowercase and numerical password for every service I use.

Offline

#50 2010-10-02 05:23:57

Nebulosa
Member
Registered: 2009-08-24
Posts: 41

Re: How do you manage your passwords ?

I use Seahorse to manage all my passwords. As I Gnome user, it's very convenient for me - epiphany, evolituion, empathy - they all use seahorse to store passwords.  With symlink to encrypted file *.keyring in Dropbox I need just remember my master password at new comp.

For generate new passes I use this: 
< /dev/urandom tr -dc "@#$%^&*()<>~?+_A-Z-a-z-0-9" | head -c25
Works perfectly in everywere smile

Last edited by Nebulosa (2010-10-02 05:26:31)

Offline

Board footer

Powered by FluxBB