Questions tagged [keepass]

KeePass is a free open source password manager, which helps you to manage your passwords in a secure way.

Project site: http://keepass.info/

Main features:

  • Strong Security
  • Multiple User Keys
  • Portable and No Installation Required, Accessibility
  • Export To TXT, HTML, XML and CSV Files
  • Import From Many File Formats
  • Easy Database Transfer
  • Support of Password Groups
  • Time Fields and Entry Attachments
  • Auto-Type, Global Auto-Type Hot Key and Drag&Drop
  • Intuitive and Secure Clipboard Handling
  • Searching and Sorting
  • Multi-Language Support
  • Strong Random Password Generator
  • Plugin Architecture
60 questions
0
votes
0 answers

Why is shadowRoot null?

I am trying to access a shadow root element. Here is my html Test
Adam
  • 25,960
  • 22
  • 158
  • 247
0
votes
1 answer

How to prevent mouse-leave for plugin icon?

I have a dropdownmenu which I hide/show with JS based on mouseleave and mouseenter event. I am using JS to hide the menu with a timeout, so a user with a shaky mouse does not accidentally close the menu. I am also using the KeePassXC-Browser plugin.…
Adam
  • 25,960
  • 22
  • 158
  • 247
0
votes
0 answers

Use KEE PASS in Powershell Script to pass Username and Password

Is There a good artical on how to setup KeePass in a powershell script? The goal is to hide UserName and Password in the PS script that is used for sFTP file transfers. I would like to reference the UserName and Password Stored in KeePass to pull…
Mb8787
  • 11
  • 2
0
votes
0 answers

Bash script using Expect working fine locally but fails in a gitlab-ci job

I'm trying to create a script that retreives a secret from a keepass database. The script uses Expect to get secret via the keepass cli. Here after my script: #!/bin/bash set +x entry="$1" keepass_password="azerty" …
MScastra
  • 1
  • 1
0
votes
1 answer

How to use Python `subprocess` to check status of external application on Windows?

I'm having trouble determining the status of a Windows program (KeePass) opened by the Python subprocess module. Calling the KeePass program is straightforward, but once called, I can't seem to determine if it has been successfully opened or not. I…
SeaDude
  • 3,725
  • 6
  • 31
  • 68
0
votes
0 answers

How to find a password that was purposely recorded in Event Logs with PowerShell?

I have a very specific question. I'm in the middle of an assignment for school and my team is stuck at a part where we need to recover a password from the Event Logs that was purposely placed in there. He said there should be logs that have the…
0
votes
1 answer

How do I send keys programmatically (simulated key typing) in Linux Mint?

I have passwords saved in a password manager (KeePass running on Wine) on Linux Mint. The login site that I have does not allow pasting the password. The password is a 40 random characters and special characters which makes it difficult and tedious…
mck
  • 23
  • 7
0
votes
1 answer

How to avoid several calls to a method by saving its returning value?

I have this method public String getCredentials(String entry) throws IOException { KeePassFile database = KeePassDatabase .getInstance(config.getProperty("keyPassDataBasePath")) .openDatabase(new…
0
votes
1 answer

Add additional attribute to keepass record in python

I'm using pykeepass to do bulk modification on several hundred keepass files and I'd like to add some additional attributes to the keepass entries. I tried to do it like this: def updateRecord(record, recordParent, recordGrandparent,…
pinas
  • 2,708
  • 4
  • 21
  • 33
0
votes
1 answer

Should a Yubikey be configured with HMAC-SHA1 with "Variable input" or with "Fixed 64 byte input" to be used with KeePassXC?

"Variable input" or "Fixed 64 byte input", that is the question Yubikey 5 NFC
Usal
  • 25
  • 4
0
votes
1 answer

How to omit the user prompt when storing result of eval in a Bash variable?

I would like to retrieve a password from a Keepass database using keepassxc-cli within a (backup) shell script. (For security purposes it would rather not save it within a text file on my file system.) The required command looks like…
mamr
  • 63
  • 5
0
votes
2 answers

How to double the AES keysize in keepass?

keepass is open source on github right? Is there any way to "append" its existing AES256, double the key size, make the program support AES512? What are ways to achieve that result Thanks
0
votes
0 answers

Get a password from KeePass

I want to hide a server password when I make the connection in my code with .net. The password is in KeePass but I don't know how to get it. This is my connection code to the server: ftpConnection = new FTPConnection(); ftpConnection.ServerAddress =…
0
votes
0 answers

Using PoSh KeePass in Dollar Universe

I am trying to use a Powershell Script that would get started by Dollar Universe. However, for accessing some services I need user credentials which are saved in a KeePass DB. To access the KeePass DB I have to create a KeePass secret like…
Obongo
  • 37
  • 1
  • 9
0
votes
0 answers

Generating a Random Password with KPScript

I am working on automating a lot of my day to day deployment work, and this includes a lot of manual KeePass entries. I saw that they have an official scripting tutorial, plus some functionality for generating random passwords based on a profile set…
nightsurfer
  • 113
  • 7