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
18
votes
3 answers

Store sensitive information inside keepass database from c#

I have a project where I have to handle sensitive data. How do I open a keepass database from C# to use the data? I have downloaded the source. I will look in it to get what I need. Any other idea?
hotips
  • 2,575
  • 7
  • 42
  • 59
7
votes
0 answers

Chrome crash: Attempt to invoke virtual method "long android.view.accessibility.AccessibilityNodeInfo.getSourceNodeId()" on a null object reference

While working on the Search form (JavaScript, CSS, HTML) of my web page, the Chrome browser (Android 10) crashes every time when I click on the web search icon and the input field is focused. The debug stack trace in the crash report says Attempt to…
Xendiadyon
  • 81
  • 3
7
votes
1 answer

Using TOTP for keepass database

With OtpKeyProv-Plugin it is possible to lock the database with HOTP-passwords. I'm searching for possibility to lock my database with time-based passwords. It would allow to generate the keys on multiple devices (yubikey, google authenticator..)…
amw
  • 452
  • 1
  • 5
  • 14
6
votes
1 answer

Ubuntu 15.10: Copy password from keepass2 to PhpStorm

Hello I use KeePass2 for saving my passwords and PhpStorm for coding. When I want to past (Strg+V) a password from KeePass to the PhpStorm terminal it doesn't work. When I past the same password in my normal Ubuntu terminal it works perfect. I read…
user4554100
3
votes
2 answers

Is it possible to add more than one YubiKey to a .kdbx file?

I'm testing Yubico YubiKey 5 NFC. I use KeePassXC to save sensible information. KeePassXC accepts YubiKeys, but only one. Is it possible to add more than one to a .kdbx file?
Frank N Stein
  • 2,219
  • 3
  • 22
  • 26
3
votes
1 answer

Open SQL Developer from command line with parameters (connectstring, user, passwort...)

is it possible, to open the Oracle SQL Developer 4 from command-line with parameters (e.g. Connectstring, SID, Host, user, password, ...)? I want to run it out from KeePass and i want to handover these parameters to access the database. Thanks.
Quast
  • 45
  • 1
  • 10
2
votes
1 answer

kdbxweb usage for creating dbs, storing and retrieving passwords for use in scripts/jobs

I'm trying and failing at learning to use this kdbxweb library. The documentation for it is confusing me, probably because I lack some prerequisite knowledge that is standard and so the documentation isn't really written for me yet. Below is my…
Matthew Swaringen
  • 305
  • 1
  • 2
  • 10
2
votes
0 answers

Python. How to deal with No module named 'construct' when installing pykeepass?

I am trying to install pykeepass library on my python environment. I have successfully installed all the other pip libraries I need to work with, but can't seem to install this one. I use python with a software I work with. The python is installed…
Oskars
  • 407
  • 4
  • 24
2
votes
2 answers

Best ways to store sensitive data

I am trying to find the safest and best way to save and read a password or sensitive data for use in a Selenium test automation written in C#. Requirements : Password is not allowed to be visible in the code or any file by only opening it. Co…
2
votes
1 answer

How do I read the custom string fields of an Entry in keepass?

I am using the vanilla library of keepass simply by adding the .exe file to my project. From my code I am accessing PwDatabase like so: var dbpath = @"\\MyPath\To\PersonalVault\PersonalVault.kdbx"; var masterpw = "myPassword"; var ioConnInfo = new…
Vrankela
  • 1,162
  • 3
  • 16
  • 39
2
votes
1 answer

Visual Studio Code Remote - SSH with key via KeePass / KeeAgent fails

I am having trouble using the remote-ssh plugin in Visual Studio between machine A and machine B where the key is provided by KeeAgent from a KeePass database on machine A. Machine A runs on Windows 10 and I have set up the Host (machine B) in…
fratajcz
  • 75
  • 1
  • 10
2
votes
1 answer

How to use user defined attribute in KeepassXC autotype feature?

I would like to ask about Keepass Auto-Type. I would like to start using Additional attributes in auto type. command: eval "$(ssh-agent -s)" && ssh-add and use it in keepas like: {COMMAND}{PASSWORD}{ENTER} Can You help me in this case ? I am…
brain4storm
  • 33
  • 1
  • 5
2
votes
1 answer

KeePassXC won't add keys the running SSH agent when started from the gnome shell

I am running on Pop!_OS so for most things this is likely an aquivalent of Ubuntu. KeepassXC is installed and the SSH-Agent is enabled. There is a keyphrase configured with a key and it works just like a charm when I start keepassxc from the…
tilois
  • 682
  • 5
  • 15
2
votes
1 answer

keepass and angularjs : login form doesn't trigger validation

I'm developping an angularjs (v1.2.26) application. And I used KeePass (v2.28), chromeIPass 2.6.8 (google chrome extension) to fill credentials. I got an issue with the login form: Keepass allow to auto complete (mandatory) username and password…
boly38
  • 1,806
  • 24
  • 29
2
votes
0 answers

Python Cracking KeePass KDB Database file error

So i have forgotten my master password ~_~ i was storing all my passwords in a KeePass database file. Now i have found this article http://blog.q-protex.com/2010/03/14/keepass-self-bruteforce/ and installed the reqired version of python and…
Vlad
  • 3,936
  • 1
  • 13
  • 15
1
2 3 4