https://github.com/dominik-developer/password_manager_cli_c
Minimalistic password manager in C with file storage and simple XOR-based encryption for learning purposes.
https://github.com/dominik-developer/password_manager_cli_c
Last synced: 7 months ago
JSON representation
Minimalistic password manager in C with file storage and simple XOR-based encryption for learning purposes.
- Host: GitHub
- URL: https://github.com/dominik-developer/password_manager_cli_c
- Owner: Dominik-developer
- License: mit
- Created: 2025-09-24T12:54:50.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-09-24T13:11:45.000Z (7 months ago)
- Last Synced: 2025-09-24T15:18:00.444Z (7 months ago)
- Language: C
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# password_manager_CLI_C
Minimalistic password manager in C with file storage and simple XOR-based encryption for learning purposes.