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 --versionAnd to install pip run:
sudo easy_install pipFirts you'll have to run:
npm installThen to install the python modules run:
pip install -r requirements.txtAnd then have your environment variables on place by runnning:
cp env.sample .envHere 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