It just encrypt and decrypt word that you enter. This is my first open source project, so there may be a lot of mistakes.
stak 643c453518 Обновить 'README.md' | hace 2 años | |
---|---|---|
COPYING | hace 3 años | |
README.md | hace 2 años | |
easyRSAlatest.py | hace 3 años |
It just encrypt and decrypt word that you enter. This is my first open source project, so there may be a lot of mistakes.
easyRSA - It just encrypt and decrypt Copyright (C) 2022 stak
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/.
First download the .py file. Make sure to install python from the official website: python.org (if you have not already done so), install RSA module:
# if python2
pip install rsa
# if python3
pip3 install rsa
And run it from console with this commands:
go to directory with easyRSA:
cd \(directory PATH)
and run it:
python easyRSAlatest.py
go to directory with easyRSA:
cd /(directory PATH)/
and run it:
python3 easyRSAlatest.py