LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-29-2022, 09:26 AM   #16
random_guy
Member
 
Registered: Sep 2006
Location: TX,USA
Distribution: Slackware-15.0
Posts: 30

Original Poster
Rep: Reputation: 15

Thanks everyone for the recommendations and comments. I hadn't heard about password-store,will look into it. I also downloaded the KeepassXC AppImage from the website to try it out. It's pretty functional and certainly looks like it will do the job.
 
Old 03-29-2022, 10:06 AM   #17
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 484

Rep: Reputation: 337Reputation: 337Reputation: 337Reputation: 337
Quote:
Originally Posted by random_guy View Post
I also downloaded the KeepassXC AppImage from the website to try it out. It's pretty functional and certainly looks like it will do the job.
keepassxc with ssh agent support and ssh forwarding is heaven
 
1 members found this post helpful.
Old 05-23-2022, 08:27 AM   #18
0XBF
Member
 
Registered: Nov 2018
Distribution: Slackware
Posts: 766

Rep: Reputation: 867Reputation: 867Reputation: 867Reputation: 867Reputation: 867Reputation: 867Reputation: 867
Quote:
Originally Posted by 0XBF View Post
It's supposed to use 'wl-clipboard' on wayland. I'm not sure if that's included in Slackware though.

You can see that the password-store.sh script checks if wayland is running and defaults to commands from wl-clipboard, if its found on the system. This commit shows the relevant code: https://git.zx2c4.com/password-store...edf5938219a9b7

Edit: Doesn't appear to be in Slackware. I guess it could be added as an optional dependency to the slackbuilds.org build of password-store.
I know this thread was from a couple months ago, but I wanted to point out that wl-clipboard is on slackbuilds.org now: https://slackbuilds.org/repository/1...h=wl-clipboard

password-store will work in wayland after installing that package. The password-store readme should also be updated by next weekend to mention wl-clipboard is needed for wayland.

Happy slackin
 
1 members found this post helpful.
Old 05-23-2022, 08:38 AM   #19
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,220

Rep: Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943
Quote:
Originally Posted by montagdude View Post
This is what I use too. Only problem is that it relies on xclip to copy password to the clipboard, which doesn't work on Wayland. Anyone know if there is a solution to that?
Another option is to skip the clipboard entirely with dmenu, or `passmenu --type`. For entering most passwords, I bind a key to:
Code:
passmenu --type -fn 'Liberation Mono-24' -p "pass: "
 
2 members found this post helpful.
Old 05-23-2022, 10:33 AM   #20
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,972

Rep: Reputation: 1549Reputation: 1549Reputation: 1549Reputation: 1549Reputation: 1549Reputation: 1549Reputation: 1549Reputation: 1549Reputation: 1549Reputation: 1549Reputation: 1549
I have been using KeePass for a long time. It has a lot of features. My favorite is Password profiles. Quite a few sites I use have very specific password requirements.

Example:
Code:
The PASSWORD must:

    be 9 to 30 characters in length
    contain at least one UPPERCASE letter (A-Z)
    contain at least one lowercase letter (a-z)
    contain at least one number (0-9)
    contain at least one of the following special characters: # @ $ ^ ! * + = _ %
    change at least four characters from the previous Password 

The PASSWORD CANNOT:

    contain spaces
    be one of your 5 previous passwords

Your PASSWORD will expire in 150 days.
Most of the above can be met with most password managers with generic settings, the problem is with special characters. KeePass Special Characters are:
Code:
!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
As you can see, only a few of those are allowed. So I created a password profile that take care of this. See attached screenshot.

The draw back to KeePass is it needs mono installed. For me that is not a problem. I also use an Android App called Keepass2Andriod that works with KeePass to files. I have the password file in the cloud so I can access it via all of my devices. Using a password profile for the picky password sites make life simple. When I need to change my password, I select the profile needed and a new password is generated that fits the requirement.
Attached Thumbnails
Click image for larger version

Name:	Screenshot_20220523_232247.png
Views:	21
Size:	91.5 KB
ID:	38966  
 
Old 05-23-2022, 03:50 PM   #21
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,830
Blog Entries: 17

Rep: Reputation: 638Reputation: 638Reputation: 638Reputation: 638Reputation: 638Reputation: 638
Quote:
Originally Posted by random_guy View Post
I'm looking for recommendations for a stand-alone password manager for Slackware.
I never really liked the idea of storing all your passwords in one program.

Kwallet is included with KDE, but I always personally disable it.
 
Old 05-23-2022, 11:26 PM   #22
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,220

Rep: Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943
Quote:
Originally Posted by zeebra View Post
I never really liked the idea of storing all your passwords in one program.
That's one nice thing about pass (password-store on SBo), it's just a frontend to GPG-encrypted text files.
 
Old 05-24-2022, 12:13 AM   #23
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,852

Rep: Reputation: 7310Reputation: 7310Reputation: 7310Reputation: 7310Reputation: 7310Reputation: 7310Reputation: 7310Reputation: 7310Reputation: 7310Reputation: 7310Reputation: 7310
Quote:
Originally Posted by zeebra View Post
I never really liked the idea of storing all your passwords in one program.
Yes, I [almost] totally agree with it. But now I have more that 100 different users/passwords to different webshops, sites.... and all the passwords are generated and all the usernames and passwords are different. So there is no way to remember them.
 
Old 05-25-2022, 02:53 AM   #24
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,972

Rep: Reputation: 1549Reputation: 1549Reputation: 1549Reputation: 1549Reputation: 1549Reputation: 1549Reputation: 1549Reputation: 1549Reputation: 1549Reputation: 1549Reputation: 1549
Quote:
Originally Posted by zeebra View Post
I never really liked the idea of storing all your passwords in one program.

Kwallet is included with KDE, but I always personally disable it.
I don't use Kwallet either.

I used to think the same back when only a few password were needed. These days with 244 unique password in my password database. It is not a simple task to maintain these. A password manager greatly simplifies this task. The passwords are stored in a encrypted database that is separate from the program. In my case by using KeePass there are alternative programs that can read this database. I use two separate programs, one for the computer one for my cell phones. Programs are compatible with the database. Backups of database is mandatory (my opinion). If key files are being used, multiple back up copies of the key file is a must. Loose the key file and all is lost with out a back up copy. I learned this the hard way a long time ago.
 
  


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
should I prefer a password manager or a manually kept password list? newbiesforever Linux - General 60 01-09-2023 04:28 PM
LXer: KeePassXC Password Manager Gets Better Xfce Support, Improved Password Generator LXer Syndicated Linux News 0 08-21-2020 03:21 AM
[SOLVED] Password Manager recommendations hawkeyesc72 Linux - Software 6 07-17-2016 04:50 PM
Lubuntu: How can I change the password for the password manager? DJOtaku Ubuntu 11 03-22-2011 03:38 AM
[SOLVED] password manager "password dragon" garyg007 Debian 2 10-15-2009 04:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:23 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