Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#1 2007-12-09 4:07:25 pm

JCMagnus
New member
Registered: 2007-12-09
Posts: 9

Password Manager?

Hey all, I just got my EEE recently and I love it, got most of the apps I want working, etc. but I'm having problems finding a working Password Manager, something I really need.

I saw there is a java-based one, but I really need a more complete one such as Keepass, etc.

Any suggestions/help? I don't know where else to look. sad

Offline

 

#2 2007-12-09 6:03:09 pm

xni
Senior Member
Registered: 2007-11-26
Posts: 218

Re: Password Manager?

Use keepass under wine - check the wiki for how to use wine!

Offline

 

#3 2007-12-09 6:24:56 pm

lagagnon
ExtrEmE User
Registered: 2007-11-10
Posts: 2783

Re: Password Manager?


HowTo Ask Questions the Smart Way
You keep believing, I'll keep evolving. Anon

Offline

 

#4 2007-12-09 6:53:25 pm

mkrishnan
Moderator
From: Chicago, IL, USA
Registered: 2007-11-06
Posts: 3433

Re: Password Manager?

Have you made that work in Xandros? It seems very difficult to find a site for a .deb at all, and when I tried to install the one I finally found, it did not run.

KeePassX (which has a native Linux version) and Revelation also didn't seem to work properly....

On the other hand, gpass works, although it seems quite basic.

Last edited by mkrishnan (2007-12-09 6:57:56 pm)


Mohan

Offline

 

#5 2007-12-09 9:03:45 pm

catlike
Member
Registered: 2007-11-04
Posts: 13

Re: Password Manager?

xni wrote:

Use keepass under wine - check the wiki for how to use wine!

Yeah. I run the PC application KeePass Portable (from PortableApps.com) using WINE, and it works fine.

After installing wine, I copied the KeePass folder from a USB drive that I had installed it on, into the My Documents folder on my Eee.

To run the program, open the terminal and then type:

wine "z:\home\user\My Documents\KeePassPortable\KeePassPortable.exe"

Now, that's a lot to type, so an alternative is to double click on the KeePassPortable.exe file. Then, when it asks you what application to open the file with, choose wine at usr/lib/wine/wine.bin.

To automate things even further, I created an entry to my Start Menu (Easy Mode) using IceMC, so I can start the program with a simple click. You can simply type the above command (wine "z:.....") into the Exec field for the menu item you've created.

Last edited by catlike (2007-12-09 9:04:18 pm)

Offline

 

#6 2007-12-24 10:56:14 pm

SublimePorte
Senior Member
Registered: 2007-10-01
Posts: 829

Re: Password Manager?

I have just installed KeePassX and so far it's working perfectly.

A few things to note:

1) Download the .deb not the binary, as the binary (standalone package) doesn't seem to work.

2) After installing, you'll need to apt-get libpng3 which requires the extra xandros repositries.

3) When you first run keepass, it will probably segfault, you'll need to restart the 3epc and then it should run perfectly. This seems to happen with quite a lot of programs. You might think its not working, but if you restart you find it works fine.

And the final result, keepass running natively on linux without any emulation or other worries.


Launcher Tools - Utilities to make the AsusLauncher interface customisable.
"If programmers deserve to be rewarded for creating innovative programs, by the same token they deserve to be punished if they restrict the use of these programs." (RMS)

Offline

 

#7 2007-12-25 1:02:13 am

JCMagnus
New member
Registered: 2007-12-09
Posts: 9

Re: Password Manager?

SublimePorte wrote:

2) After installing, you'll need to apt-get libpng3 which requires the extra xandros repositries.

Which extra repositories? I saw the stickied thread but don't really know what to do.

Offline

 

#8 2007-12-25 2:22:33 am

boardboyd
Senior Member
Registered: 2007-12-05
Posts: 153

Re: Password Manager?

Just the xandros stable one.  I have KeePassX running on my EEE natively as well, wasn't hard after i figured out that libpng3 was needed by trying to runn keepass in the terminal.

Offline

 

#9 2007-12-25 2:43:18 pm

sgosnell
ExtrEmE User
Registered: 2007-11-24
Posts: 1407

Re: Password Manager?

I installed the .deb file for KeePassX and the libpng3 package, and I got a dialog saying it was installed successfully, but it doesn't show up as an application, and I can't find an executable file anywhere in the file system.  Anyone have any insight on this?

Offline

 

#10 2007-12-25 7:00:23 pm

SublimePorte
Senior Member
Registered: 2007-10-01
Posts: 829

Re: Password Manager?

the executable is called keepass not keepassx.
If you're using the default xandros simple gui. You can use this utility to add an icon into one of your tabs.


Launcher Tools - Utilities to make the AsusLauncher interface customisable.
"If programmers deserve to be rewarded for creating innovative programs, by the same token they deserve to be punished if they restrict the use of these programs." (RMS)

Offline

 

#11 2007-12-25 7:43:21 pm

sgosnell
ExtrEmE User
Registered: 2007-11-24
Posts: 1407

Re: Password Manager?

I'm using advanced desktop.  I searched on keepass*.* and got no results that included any executables.  I can easily find them for other installed apps, but this one has me baffled.

Offline

 

#12 2007-12-26 5:35:19 am

SublimePorte
Senior Member
Registered: 2007-10-01
Posts: 829

Re: Password Manager?

Well this is the location on my system:

Code:

/home/user> whereis keepass
keepass: /usr/local/bin/keepass

Launcher Tools - Utilities to make the AsusLauncher interface customisable.
"If programmers deserve to be rewarded for creating innovative programs, by the same token they deserve to be punished if they restrict the use of these programs." (RMS)

Offline

 

#13 2007-12-26 9:44:01 am

mkrishnan
Moderator
From: Chicago, IL, USA
Registered: 2007-11-06
Posts: 3433

Re: Password Manager?

sgosnell wrote:

I'm using advanced desktop.  I searched on keepass*.* and got no results that included any executables.  I can easily find them for other installed apps, but this one has me baffled.

Unix executables do not typically have file extensions -- so you can't use the *.* searching for them.


Mohan

Offline

 

#14 2007-12-26 11:34:09 am

sgosnell
ExtrEmE User
Registered: 2007-11-24
Posts: 1407

Re: Password Manager?

That should work, as well as keepas*.  Both returned some logs, libs, and other miscellaneous files, but nothing that I could find that allowed running the program.  Nothing in a bin directory.  I'll keep trying for awhile, but I'm losing interest in this app.  I really need something that will let me import the dozens of passwords I already have without re-entering them all by hand.  I've used Passwords Plus for several years, and I really like it, but I don't want to have to run it under wine every time I need to enter or retrieve a password.  I don't think what I need exists, at least not yet.

Offline

 

#15 2007-12-26 11:48:42 am

sgosnell
ExtrEmE User
Registered: 2007-11-24
Posts: 1407

Re: Password Manager?

The third install did put keepass in /usr/local/bin.  I've tried running it from a console in that directory, from /home/user, from the file manager, and from a shortcut.  All I can get is a seg fault, no matter how many times I try to run it.  I've closed the console, reopened it, and still get a seg fault.  I've seen other posts which indicate that getting a seg fault the first run is normal (!), but it just continues on my system.  I've just about given up on it, still looking for a good, solid password manager which can import my files.

Offline

 

#16 2007-12-26 1:35:36 pm

GlenWi
New member
Registered: 2007-12-03
Posts: 8

Re: Password Manager?

MyPasswordSafe works fine for me.
it's from semanticgap.com.

Offline

 

#17 2007-12-26 1:55:32 pm

SublimePorte
Senior Member
Registered: 2007-10-01
Posts: 829

Re: Password Manager?

sgosnell,

That should work, as well as keepas*.  Both returned some logs, libs, and other miscellaneous files

If the . is part of your searchstring, that's why you can't find it because it has no . in it's name. Anyway did you look in /usr/local/bin (which is where mine is located)? Or did you try typing "whereis keepass" from a command prompt?

I've seen other posts which indicate that getting a seg fault the first run is normal (!), but it just continues on my system.

As mentioned in my post, you MUST RESTART to get rid of the segfault problem. Please read carefully.


Launcher Tools - Utilities to make the AsusLauncher interface customisable.
"If programmers deserve to be rewarded for creating innovative programs, by the same token they deserve to be punished if they restrict the use of these programs." (RMS)

Offline

 

#18 2007-12-27 1:14:58 am

sgosnell
ExtrEmE User
Registered: 2007-11-24
Posts: 1407

Re: Password Manager?

I finally got KeePass working, but it wasn't really worth the effort.  A far better choice, IMO, is JPilot.  I installed it to sync with my Palm, and discovered that it's a complete PIM suite, which includes a plugin for Keyring.  I used Keyring for a long time on my Palm, only going to Passwords Plus because I got it for free, and Keyring had no desktop component.  JPilot provides the desktop for it, including full sync with the Palm.  KeePass is going bye-bye.  YMMV.

Offline

 

#19 2008-01-04 12:45:57 pm

abbydog3
New member
Registered: 2007-12-31
Posts: 4

Re: Password Manager?

I need some extra help in locating the libpng3 library.   Is it as simple as adding the correct repo and searching on libpng3?

Offline

 

#20 2008-01-04 12:48:09 pm

sgosnell
ExtrEmE User
Registered: 2007-11-24
Posts: 1407

Re: Password Manager?

That, or else searching in Google, then downloading the file and installing it.

Offline

 

#21 2008-01-13 4:40:57 pm

KateKat
Member
From: Berkshire, UK
Registered: 2008-01-04
Posts: 17

Re: Password Manager?

Add this to your /etc/apt/sources.list file:

deb http://xnv4.xandros.com/xs2.0/upkg-srv2 etch main contrib non-free

Then do:

sudo apt-get update
sudo apt-get install libpng3

You may want to remove or comment out the additional respository later and update again.

Kate

Offline

 

#22 2008-01-13 10:02:12 pm

AVP
New member
Registered: 2007-12-14
Posts: 1

Re: Password Manager?

SublimePorte wrote:

I have just installed KeePassX and so far it's working perfectly.

A few things to note:

1) Download the .deb not the binary, as the binary (standalone package) doesn't seem to work.

2) After installing, you'll need to apt-get libpng3 which requires the extra xandros repositries.

3) When you first run keepass, it will probably segfault, you'll need to restart the 3epc and then it should run perfectly. This seems to happen with quite a lot of programs. You might think its not working, but if you restart you find it works fine.

And the final result, keepass running natively on linux without any emulation or other worries.

Thank you very much!!  I was struggling to install KeePass, and I really wanted to stick with it, since it's what I use on my XP desktop.  I followed these directions and it worked perfectly!

Offline

 

#23 2008-01-14 2:24:15 am

flyerduck
Senior Member
From: Milan, Italy
Registered: 2008-01-07
Posts: 287
Website

Re: Password Manager?

IMHO the best apps is Keepass.

- Works as stand alone (Keepassportable) Win32 apps
- has a native linux ver., KeepassX
- has several add-on to exchange data
- the db is encrypted, I keep it with me in USB pen and I can read it on winXP, Vista and my *buntu clients.

wink


Giorgio the Flyer Duck
Milan - Italy

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson