Crypto it's a cross-platform desktop application that let's you encrypt and decrypt files without size limitation using a custom system of private and public key using python
"In a world where everyone is overexposed, the coolest thing you can do is maintain your mystery.”
You will need to have install python >= 2.7.16
and pip >= 19.1.1
in order for this to work properly
To check your python
version run:
python --version
And to install pip
run:
sudo easy_install pip
Firts you'll have to run:
npm install
Then to install the python modules run:
pip install -r requirements.txt
And then have your environment variables on place by runnning:
cp env.sample .env
Here you'll need to fill the following values:
DB_URL
: the connection to your mongoDB Atlas clusterJWT_SECRET
: an arbitrary value without spaces
After all that you should be good to go, to start the project by running:
npm start