Please star ⭐ the repo if you find it useful. Issues and PRs are more then WELCOME! |
---|
Thank you dear stargazers! ⭐🤩 | Docs 🕮 | Questions? Ask on Discord 💬 |
Copyright 2022 CodeDroid999.
Licensed under the Apache License, Version 2.0 (the "License");
CryptPy - Python Message Encrypter/Decrypter.
CryptPy is a program written in Python to encrypt any messages and also decrypt the messages.
$ git clone https://github.com/CodeDroid999/Cryptpy.git
1.You will first need to have Python installed and to make sure that you have added Python to PATH. Extract the folder to somewhere easily accessible. You should have a folder containing the following files:
- crytpPy.py
- keys.png
- requirements.txt
If you have pybase64 installed,ther is no need to run the command. To run CryptPy, open your CMD and type "Crypt.py", then press enter:
The app gets the password typed by the user and compares it with 1234: (secret key for this program)-you can change it in the code to your liking.