Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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