Skip to content

ProofOfPizza/example-keepass-and-typescript

Repository files navigation

Example project for keepass and typescript

This is a simple demo project showing how to use keepass.io library to retrieve data from a .kdbx database.

It is explained in my blog

The users.kdbx encrypted keepass database has a password: super-secret12#$

To use it simply:

git clone git@github.com:ProofOfPizza/example-keepass-and-typescript.git
npm install
tsc
KEEPASS_PW=super-secret12#$ npm start

About

This projects demonstrates how to use keepass programmatically with node

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published