Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bielxvf/passman
- Owner: bielxvf
- License: gpl-3.0
- Created: 2023-09-13T19:36:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-11T13:43:23.000Z (8 months ago)
- Last Synced: 2024-07-29T19:29:18.182Z (5 months ago)
- Topics: c, password, password-manager, password-store
- Language: C
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)