
PwManager
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
With PwManager you can easily manage your passwords.
PwManager saves your passwords blowfish-encrypted in one file, so you have to remember only one master-password instead of all. Instead of the master-password you can use a chipcard, so you don't have to remember a password to access the list.
PwManager has a KWallet emulation layer, available on systems with KDE-3.2 and above.
15 years ago
ChangeLog:
# fix crashes caused by stack corruption on document saving.
15 years ago
ChangeLog:
# fix crashes caused by stack corruption on document saving.
johnpp
10 years ago
If you use Alt-F4 or the red X button, the GUI closes but the pwmanager process remains running, thus preventing you from running pwmanager again until the process is killed manually.
Report
johnpp
10 years ago
If you use Alt-F4 or the red X button, the GUI closes but the pwmanager process remains running, thus preventing you from running pwmanager again until the process is killed manually.
Report
cornelinux
14 years ago
what do you think of storing the password file on a smartcard? The complete file, not only the masterkey!
I got several passwords for me an my customers. But I never sit in front of a single computer. But I got my smartcard with me...
Which way should it be implemented. (I took a look at it. I think I could do it)
Should there be an additional Filemenu-Entry:
* Read from smartcard
* Save to smardcard
When using my passwords, I could save them to disk by mistake. :(
But it would be easy to load a password file an then store it on the smartcard.
Or should it be in the configuration menu, a checkbox: "Don't save to disk but save to smartcard".
Not sure about this.
The password data would be saved to the private pin-protected area of the smartcard. Should the data still be password protected?
What do you think?
Kind regards
Cornelius
Report
edroid
14 years ago
the launcher for auto-login? I've
tried different things but keep
getting the error:
"A Fatal Error Has Occurred - Konsole
Konsole is unable to open a PTY
(pseudo teletype). It is likely
that this is due to an incorrect
configuration of the PTY devices.
Konsole needs to have read/write
access to the PTY devices."
Report
nightwing
14 years ago
if anyone needs a PKGBUILD-file for Arch Linux, I've created one:
http://roots.awardspace.com/pkgbuilds/pwmanager_PKGBUILD.txt
Report
nightwing
14 years ago
if anyone needs a PKGBUILD-file for Arch Linux, I've created one:
http://roots.awardspace.com/pkgbuilds/pwmanager_PKGBUILD.txt
Report
janet
14 years ago
And does the author really read this comments? ;)
Report
janet
14 years ago
Report
janet
14 years ago
Report
janet
14 years ago
Report
janet
14 years ago
Report
cornelinux
15 years ago
Cornelius
Report
gohanz
15 years ago
http://www.slacky.it
http://www.slacky.it/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=466&parent=category
Report
jazz
15 years ago
Report
Seanbra
16 years ago
thanks!
Report
basquiat
16 years ago
Killerfeatures: The very comfortable "copy username/password/whatever to clipboard" context menu, accessible just via the PwManager applet, and the password generator - that's just well thought.
So while I'm holding my thumbs up - how do you guys manage your passwords when having to work on a Windows client (yes, some of us have to do this from time to time)? One possibility is exporting the passwords as plain text and gpging them afterwards, but that's not very comfortable. I doubt there's something on the Redmond OS that can read the blowfish encrypted PwManager files, is it? What about a Windows port of PwManager? ;-)
Report
Oxyacetylene
16 years ago
1. Same app and interface in both OS's for ease of use
2. Have a common password database that is easy to update between the two, like a work and home PC
3. Maybe store the passwords on a USB memory key so you can take it with you, then the passwords aren't even stored on the machine.
Report
michaelbuesch
16 years ago
The only problem is the KDE dependency, here. But I talked via email with someone, who thought it is possible, because there's some mini-KDE library for Windows.
However, there are good password managers for Windows around. I will add CSV Support to PwManager, so it'll be possible to communicate with them in future.
Thanks and have fun.
-- Michael - main developer
Report
basquiat
16 years ago
Report
michaelbuesch
16 years ago
Report
sneakin
16 years ago
- sneakin
Report
michaelbuesch
16 years ago
Don't do unneccessary flames, please. The user interface has been reviewed and greatly improved by official KDE usability people. (Thanks again to KDE people).
You may try PwManager-CVS. Its UI is even better, but it's the development version.
If you have any suggestions on improving PwManager, please let me know (Implementing compatibility with MyPasswordSafe is work in progress ;)
Have a nice day.
Report
sneakin
16 years ago
Was editing/creating an advanced comment thought out? Having to click two buttons to get to it is a big no no. And it just happened to segfault on me after I added an entry to the advanced comment OKed out of everything, and then tried to bring the advanced comment dialog back up.
As far as Password Safe compatibility, you're welcome to use my code...if you can get it to compile. ;-) We should also talk and standardize on a drag and drop mimetype.
- sneakin
Report
michaelbuesch
16 years ago
Can't follow you. There's no text in the toolbar. Only icons.
Was editing/creating an advanced comment thought out? Having to click two buttons to get to it is a big no no. And it just happened to segfault on me after I added an entry to the advanced comment OKed out of everything, and then tried to bring the advanced comment dialog back up.
The advanced comment is Work In Progress, as you can see on the TODO list.
However it shouldn't segfault. Can you do a backtrace and say what you did exactly?
As far as Password Safe compatibility, you're welcome to use my code...if you can get it to compile. ;-)
I'm using code derived from pwsafe. If MyPasswordManager is really compatible with this, it should work.
Couldn't get it to compile until yet. :)
We should also talk and standardize on a drag and drop mimetype.
Yes. No such type existing now?
Care to do the first step in developing one?
Thanks.
Could you please reply via email? Would be a _lot_ easier.
Report
elahav
16 years ago
I know of GNU-Keyring, and I have already written a KPilot conduit for it. Unfortunately, Keyring seems to be unmaintained and the current version only supports reading from the Palm device.
PwManager seems like a good password manager. Any chance someone will assume the task of writing a Palm version and a KPilot conduit?
Report