Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seandadonntech/filelocka
A encryption/decryption program
https://github.com/seandadonntech/filelocka
decryption encryption fun python3
Last synced: about 7 hours ago
JSON representation
A encryption/decryption program
- Host: GitHub
- URL: https://github.com/seandadonntech/filelocka
- Owner: seandadonntech
- Created: 2024-05-17T19:45:36.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-15T20:12:13.000Z (3 months ago)
- Last Synced: 2024-08-15T22:05:39.703Z (3 months ago)
- Topics: decryption, encryption, fun, python3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FileLocka Program
This program allows users to encrypt and decrypt messages using various encryption algorithms. It provides a user-friendly interface and supports multiple encryption options.
## Installation
To install the required dependencies, run the following command:
python3 install.py
## Usage
### Decrypting a Message
To decrypt a message, run the program with the `--decrypt` flag. You will be prompted to enter the encryption key and select the file to decrypt. For example:
After entering the key and selecting the file, the program will decrypt the message and display the decrypted text.
### Encrypting a Message
To encrypt a message, run the program without the `--decrypt` flag. You will be prompted to enter your message. For example:
After entering your message, the program will generate an encryption key and display the encrypted message. The encryption key will also be saved in a file named `key.txt`.
## License
This project is licensed under the [MIT License](LICENSE).
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.
## Contact
If you have any questions or need further assistance, you can reach out to github/seandadonntech