Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alifyasa/vault
A Place to store secrets
https://github.com/alifyasa/vault
Last synced: about 2 months ago
JSON representation
A Place to store secrets
- Host: GitHub
- URL: https://github.com/alifyasa/vault
- Owner: alifyasa
- License: mit
- Created: 2024-05-03T13:53:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T15:14:56.000Z (8 months ago)
- Last Synced: 2024-05-14T09:43:23.873Z (8 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vault
Repository with secrets.
## Encrypting a file
```
./main.py [file path] -e
```## Decrypting a file
```
./main.py [file path] -d
```