8000 GitHub - prometheus42/kdbx-lite: Minmal implementation of the KeePassXC data format (kdbx)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Minmal implementation of the KeePassXC data format (kdbx)

License

Notifications You must be signed in to change notification settings

prometheus42/kdbx-lite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kdbx-lite

Minmal implementation of the KeePassXC data format (kdbx). The implementation is based on the official documentation: https://keepass.info/help/kb/kdbx.html. The external libraries pycryptodome and argon2 are used for the encryption algorithms.

WARNING: Do not use this for sensitive data! This is a toy project, not a secure implementation of a password manager.

Installation and usage (using virtual environment)

python -m venv venv ./venv/bin/python -m pip install -r requirements.txt ./venv/bin/python kdbx_lit.py input.kdbx "password"

About

Minmal implementation of the KeePassXC data format (kdbx)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0