Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bielxvf/passman

Simple password manager in C
https://github.com/bielxvf/passman

c password password-manager password-store

Last synced: 2 months ago
JSON representation

Simple password manager in C

Awesome Lists containing this project

README

        

# passman
Simple password manager in C.

# Dependencies
```
sudo pacman -S libsodium gcc clang libtar xclip
```

# Install
```
git clone https://github.org/bielxvf/passman
cd passman
sudo make clean install
```

# TODO
* [ ] Restore from .tar backup
* [ ] Ask for master password before deleting a password

# Contributing
- Use `clang-format` on all files (`make format` runs it)