Skip to content

rumtid/kdbx.rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kdbx.rb

Gem Version

A library to access KeePass database(aka kdbx format file).

Warning

🚧 Working in progress, not ready for production.

Installation

$ gem install kdbx

Examples

# Open existing kdbx file
kdbx = Kdbx.open("demo.kdbx", password: "password", keyfile: "demo.key")

# Read contents
puts kdbx.content

# Change password
kdbx.password = "foobar"

# Save
kdbx.save("demo.kdbx")

License

The gem is available as open source under the terms of the MIT License.

About

Yet another library for kdbx

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages