Skip to content

A really noob approach on building a simple Unix's Pass style password manager.

Notifications You must be signed in to change notification settings

vikySeeker/c-creds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A really noob approach on building a simple Unix's Pass style password manager.

Resources

Stars

Watchers

Forks