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: 4 months ago
JSON representation

A Place to store secrets

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
```