Skip to main content

Questions tagged [password-store]

Filter by
Sorted by
Tagged with
1 vote
0 answers
68 views

So I have Chromium (137), and Kwallet, and they work ok, Chromium saves and offers passwords on sites, and they are correct. But I want to backup my passwords to external drive (and there are another ...
Дмитрий Батюк's user avatar
0 votes
0 answers
68 views

A few years ago, I read about secrets being passed to commands without displaying and in an automated or scripting manner. Is possible to do this using pass? I figure if it is setup in a way in which ...
leeand00's user avatar
  • 4,971
0 votes
1 answer
96 views

I found many guides on how to mount a NAS drive via fstab. Quite some enter username and password right into the fstab file, others use a file .smbcredentialsfor that. I'd like to manage all my ...
derM's user avatar
  • 101
0 votes
0 answers
19 views

I need to connect by SSH to a remote server that does not accept SSH keys. They only allow SSH authentication by username and password. Is there a way to setup things such that my terminal (or shell, ...
a06e's user avatar
  • 1,837
1 vote
1 answer
61 views

I have been using pass (cli pw manager) for a couple of years now, and I just started using yubikeys. I have (2) YKs which I configured as duplicates of each other, transferring the same gpg subkeys (...
naphelge's user avatar
1 vote
0 answers
78 views

I am trying to use the Secret Service (not NSA/CIA, but the Linux one, through secret-tool command) outside of X. I managed to use it with kwalletd and with keepassxc. But kwalletd needs KDE and hence ...
Luis A. Florit's user avatar
0 votes
1 answer
180 views

The pass program is a command line utility to store passwords plus free form extra data in small files encrypted with gpg. It provides a grep sub-command in particular to find passwords by the extra ...
Harald's user avatar
  • 1,040
2 votes
3 answers
1k views

I have a keepassxc database with passwords on my laptop with Lubuntu. I have a backup on flash drive via rsync. I'd like to use the same database on my Android phone and Windows machine at work as ...
xralf's user avatar
  • 15.3k
1 vote
0 answers
880 views

Recently, I’ve tried to install nheko, a Matrix client, but I failed using it because it complains it cannot store password and other secrets because there are no providers for org.freedesktop.secrets ...
jthulhu's user avatar
  • 111
0 votes
1 answer
43 views

I just migrated from keepassxc to the linux pass password utility. But I often find myself su'ing to my user's account from another user's session, and when I try to run any pass commands on entries ...
naphelge's user avatar
0 votes
0 answers
136 views

I Have rented a VPS and I want to encrypt it's data, at least on the /home directory, because I don't want the owners of the VPS to have a look at the content of my data. But the server already has ...
Abd Alhaleem Bakkor's user avatar
0 votes
1 answer
214 views

I've installed pass-import via pip. pip install pass-import Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: pass-import in ./.local/lib/...
hhlp's user avatar
  • 15
2 votes
1 answer
1k views

I use Aerc eMail-client on Archlinux. I have an gmail-account, which I was setting up like this: https://oren.github.io/articles/text-based-gmail/. So I integrated the special password-App. How can I ...
Denis's user avatar
  • 31
0 votes
1 answer
128 views

Unfortunatelly I made mistake somewhere but can't get where. I had issues with ssh and github, tried different things and they didn't work. Later I decided .. i think.. moved file i balieve it was ...
Maks Chornyi's user avatar
2 votes
0 answers
280 views

I have a NAS I want to mount on access. I can do this by adding //xxx.xxx.xxx.xxx/directory /mountpoint smb3 x-systemd.automount,credentials=home/user/.smbcredentials 0 0 to my fstab. I also want to ...
grbll's user avatar
  • 35
11 votes
2 answers
2k views

Is it possible to store the Firefox Primary Password (formerly known as the Master password) using the freedesktop secret service dbus API, in order to bypass the password prompt when Firefox starts ...
sedrubal's user avatar
  • 326
1 vote
1 answer
391 views

As title said, I accidentally deleted ~/.gnupg directory. $ pass odysee gpg: decryption failed: No secret key I just want to access my password stored with pass. Is it recoverable from this state?, ...
Garid Z.'s user avatar
  • 552
0 votes
1 answer
173 views

Let's say that you have ~/passwords.txt file where you store all your passwords. How to Best secure the file, so that only you can read/write this file with some "master password"? Securely ...
xralf's user avatar
  • 15.3k
2 votes
1 answer
5k views

Pardon me if this is not possible. My goal is to utilise pass. From the conducted research, it appears that the pass command utility will require a GPG key before you can store your sensitive data. ...
Jay's user avatar
  • 23
0 votes
1 answer
1k views

I recently learned about pass git integration, which allows to sync my passwords with a remote git repo. Which I instantly didn't hesitate to configure. So then I decided to clone this repo on another ...
WhiteBlackGoose's user avatar
2 votes
1 answer
2k views

I have been using pass for some time to store passwords, but now I want to move my password store from the default location. According to the man page, it is enough to set PASSWORD_STORE_DIR variable ...
Alexander's user avatar
3 votes
1 answer
98 views

I use pass (standard unix password manager) and it stopped searching linked directories, eg: > pass find test Search Terms: test ├── mine -> /mnt/params/.password-store/mine [recursive, not ...
Kossak's user avatar
  • 689
1 vote
1 answer
579 views

I use GNU's password store (pass) to save all my passwords including my email passwords. I have a passphrase set on my GPG keys which is then remembered by gpg-agent for an hour. I also have a cron ...
Tohiko's user avatar
  • 327
4 votes
1 answer
4k views

I already used pass program for password managing on MacOS with zsh (where the autocompletion worked flawlessly out of the box) and now trying to move on linux on a raspberry pi 4b 4GB, installed zsh ...
ecjb's user avatar
  • 495
1 vote
2 answers
2k views

Here's info on the pass: https://www.passwordstore.org My key point is, that I would like to pass the passphrase key at the command line. However, the topic and solutions related to this question that ...
PastorPL's user avatar
  • 111
1 vote
1 answer
523 views

I have two arch linux machines: desktop & laptop; Both have pass as the password manager, with the same gpg key, versions, passwords; but when asking for password on the laptop popup that asks for ...
Grail Finder's user avatar
0 votes
1 answer
5k views

I want to use the pass credential store for DockerHub login. Therefore, following mainly this link I installed pass (apt install pass) I installed docker-credential-pass, but following the ...
iago's user avatar
  • 145
2 votes
1 answer
703 views

I'm using the pass application which I find really handy. I want to change the keyphrase (mother password). I had a look at the man page there but i'm not sure what to do. Do I have to use the init ...
ecjb's user avatar
  • 495
0 votes
1 answer
140 views

Whilst trying to learn pass password manager I noticed that I cannot press Enter key. This also happens when I try to use muttwizard for configuring mutt/neomutt, eg. during password I cannot press ...
molleweide's user avatar
4 votes
1 answer
2k views

I just started using pass of by Jason A. Donenfeld as a password manager. I entered a password (e.g. email/[email protected]). To retrieve it I type pass email/[email protected] I'm being asked ...
ecjb's user avatar
  • 495
0 votes
1 answer
468 views

I recently migrated from Arch to Artix Linux and the GUI dialog for pass disappeared. I need to get it back. In Arch, passmenu launches a GUI dialog to insert the password for the gpg keys, but in ...
user avatar
0 votes
1 answer
418 views

I setup gpg with pass on a new computer and pass does not prompt me for the password of my gpg key, meaning I can't access my encrypted passwords on that computer. What can I do? when I run pass ...
weisbrja's user avatar
  • 251
1 vote
2 answers
2k views

Both my wife and I use linux on different computers and have gnu pass installed. I want to share a few of my passwords with her. Is there a secure way to do this?
Brian Fitzpatrick's user avatar
4 votes
1 answer
2k views

The password manager integrated within the Mozilla Thunderbird e-mail program is apparently a little outdated, using 70s crypto (3DES) for storing passwords with a master password, even though there ...
Ned64's user avatar
  • 9,296
3 votes
1 answer
119 views

I'm writing a script for retrieving passwords from pass. I want it be as efficient to use as possible. I've seen passmenu and want something almost the same. I want to select a password from dmenu, ...
Hugo Heagren's user avatar
1 vote
0 answers
438 views

It fails when I try to generate/insert a password inside a given directory, 'private' in this example: $ pass generate private/test : skipped: No public key gpg: [stdin]: encryption failed: No public ...
Tsogo Dash's user avatar
12 votes
4 answers
12k views

If KeePassXC is sandboxed in a Flatpak, browsers can only access it, if they are not sandboxed, i.e. installed as an deb/rpm package or similar on the host. Sandboxing both the browser, i.e. Firefox, ...
rugk's user avatar
  • 3,686
2 votes
0 answers
2k views

Environment Ubuntu Server 18.04 gpg2 v2.2.4 pass v1.7.1 Question Is there a way to start gpg-agent --supervised on startup ? When I try to start gpg-agent --supervised, I get : gpg-agent (GnuPG) ...
Florent L.'s user avatar
1 vote
1 answer
571 views

Is there way to make passwords even more secure for ie.using schecluded Bash Script to change randomly-generated salt for the users' passwords for ie. two times per month without regular and ordinary ...
Jere_Sumell's user avatar
12 votes
1 answer
8k views

I moved to the pass password manager and I'm trying to integrate it as well as possible into my workflow. However, I'm not familiar with deeper synchronization/version-control concepts (git, password ...
alex's user avatar
  • 1,043
2 votes
1 answer
2k views

I'm using the passwordstore to manage my passwords. I've set it up with git. Now I have the use case that I want to rename an entry from 'ABC' to 'abc'. I tried doing it with pass git mv ABC.gpg abc....
user avatar
3 votes
1 answer
317 views

I am currently using Pass as my password manager and I want to use it on my phone too. So I download Android Password Storage on my phone because it was listed as an android app for Pass at home page ...
mantaray's user avatar
  • 133
1 vote
1 answer
1k views

I am looking for a simple, open-source password manager for linux with a CLI. It has to have a way of retrieving a password via the command line, so I can use it in several scripts (that sync my email ...
Ruben's user avatar
  • 169
0 votes
1 answer
893 views

I have setup gopass to be my password manager on my arch linux desktop. I would like to sync the password store to my Android mobile device. Is the only way to create a remote git repo on GitLab/...
Inxsible's user avatar
  • 101
4 votes
1 answer
756 views

With my team, we need to share a few private keys and we store them in a pass repository. So instead of extracting the key and storing it in cleartext on the filesystem, I am looking for a way to ...
Philippe's user avatar
  • 141
5 votes
2 answers
2k views

Windows and Mac both have a handy way to secure data using the users' login credentials. The Data Protection API on Windows uses a symmetric key which is never stored in plain-text, and is encrypted ...
CBHacking's user avatar
  • 151
5 votes
1 answer
4k views

Arch's docs on Chromium Browser say that for the purposes of storing passwords it uses either gnome, uses Gnome Keyring kwallet5, uses KDE Wallet basic, saves the passwords and the cookies' encryption ...
Evan Carroll's user avatar
  • 35.2k
2 votes
1 answer
457 views

When a LUKS password is sent to the LUKS header for decryption, can it be stolen by a hacker who modified the LUKS header? Suppose my boot partition is healthy.
user314299's user avatar
3 votes
2 answers
3k views

Is there any command or option to read user hashed password from /etc/shadow file?
Stack EG's user avatar
  • 1,756
1 vote
1 answer
371 views

I am using the linux password manager called "pass". Is there a way to set an expiry date on the stored passwords? I couldn't find any info on google or pass' man page. Do I have to resort to using ...
Torsten's user avatar
  • 295