Skip to content

This is a small GUI-based file encryptor with RSA only written in python

License

Notifications You must be signed in to change notification settings

Emil105105/FileEncryption

Repository files navigation

FileEncryption

This is a small GUI-based file encryptor with RSA only written in python.

INSTALLATION

  • GNU/Linux: Download the installer and run it. cd to directory in the terminal. Run 'python3 setup.py' and follow the instructions.
  • macOS & Windows: Download and install Thonny <thonny.org>. Download the installer and open it in Thonny. Press the green 'Run'-button on the top of the window.

LICENSE

FileEncryption.py, Copyright(c) 2021 Emil105105

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.