Skip to content

garnier-quentin/perl-KeePass-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeePass::Reader - Interface to KeePass V4 database files

KeePass::Reader is a perl interface to read KeePass version 4.

It supports following capabilities:

  • Encryption Algorithm: AES, TwoFish, ChaCha20
  • Key Derivation Function: Argon2
  • Keys: Password, KeyFile (SHA-256 hash of the key file)

It's still in working progress (but it's functional ;)

MODULE DEPENDENCIES

To install KeePass::Reader, you need following perl module:

  • ExtUtils-MakeMaker

For the module execution, you need following perl module dependencies:

INSTALLATION

To install KeePass::Reader type the following:

# perl Makefile.PL
# make
# make install

SOURCES

Knowledge about the algorithms necessary to decode a KeePass DB v4 format was gleaned from the source code of keepassxc.

BUGS/FEATURE REQUESTS

Please report bugs and request features on the github : https://github.com/garnier-quentin/perl-KeePass-Reader

All helps are welcomed!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages