https://github.com/lightsing/myvault
My Diary Vault in Python
https://github.com/lightsing/myvault
Last synced: over 1 year ago
JSON representation
My Diary Vault in Python
- Host: GitHub
- URL: https://github.com/lightsing/myvault
- Owner: lightsing
- License: mit
- Created: 2016-10-31T14:53:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-13T07:06:51.000Z (over 9 years ago)
- Last Synced: 2025-03-20T10:53:39.351Z (over 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DiaryVault
[](https://travis-ci.org/lightsing/myVault) [](https://raw.githubusercontent.com/lightsing/myVault/master/LICENSE)
A RSA-AES Based Diary Vault
## Requirements
Python 3.5
## Install
```
pip install git+https://github.com/lightsing/myVault
```
It mights be `pip3` on your system.
## How to use
```
$ myVault
```
or
```
$ python -m myVault
```