Recommended for Python3: https://github.com/Astute-Hero/CipherText-AH
How to run this application:
https://github.com/msyinmei/CipherText
-
Make sure you've set up your SSH Key if you'd like to contribute to this code and have been invited as a collaborator: https://help.github.com/articles/connecting-to-github-with-ssh/
-
To copy the file into your local system, open up your terminal and type the following commands:
cd
cd Documents
(or your folder of choice)git clone [email protected]:msyinmei/CipherText.git
-
Change your directory into where you've cloned a copy into your local file:
cd CipherText
-
Check that git is working:
git status
In your terminal, run the following commands to install the following dependencies:
Upgrade Pip:
pip install --upgrade pip
Install cryptography module:
pip install cryptography
Install dependencies for cryptography.io: (https://cryptography.io/en/latest/development/getting-started/?highlight=install)
Install Twilio module:
pip install twilio
In your terminal, run:
cd CipherText
(unless you're already there)
python main.py
- Rename AUTHKEY_TEMPLATE.py to AUTHKEYS.py and enter your own credentials
- run
python twilio_sms.py