https://github.com/alifyasa/vault
A Place to store secrets
https://github.com/alifyasa/vault
Last synced: 4 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T15:14:56.000Z (about 1 year ago)
- Last Synced: 2025-01-22T15:47:56.937Z (5 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
```