Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 362 Bytes

Readme.md

File metadata and controls

19 lines (14 loc) · 362 Bytes

A passwd manager in C using sqlite as Database :)

Caution:

Do not expect any kind of security for now!

Requirements:

  • sqlite3

Installation:

Created a simple makefile to build the source code;) Steps:

  • To build the source files run make.
  • To remove the build files run make clean

Running:

./c-creds <action> <options>

Help:

./c-creds -h