Skip to content

barroit/PassKeeper

Repository files navigation

PassKeeper - A password manager

CMake  VSCode  Code Size 

Build

You can build PassKeeper by running ./brtool, some of commands are available:

  • build
  • test
  • clean

for more information, see ./brtool help

Usage

pk <command> [<args>...]

example:

  • pk help: show help messages
  • pk init: create a db file
  • pk read: read a record

License

PassKeeper is licensed under the GNU General Public License v3.0 - see the COPYING file or visit the text version of the GPL for details.

Third-Party Licenses

This project uses several third-party components, each with its own licensing:

  • SQLCipher: SQLCipher is an open source extension to SQLite that provides transparent 256-bit AES encryption of database files. For the licensing details of SQLCipher, please visit their official website or see the SQLCIPHER_LICENSE file included in this project.

Troubleshooting

OpenSSL assembly directives not being recognized: Ensure you have nasm installed