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' 2 년 전
COPYING 89752f837c Обновить 'COPYING' 3 년 전
README.md 643c453518 Обновить 'README.md' 2 년 전
easyRSAlatest.py fd947c13f8 Update 'easyRSAlatest.py' 3 년 전

README.md

easyRSA

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/.

to start

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:

for windows

go to directory with easyRSA:

cd \(directory PATH)

and run it:

python easyRSAlatest.py

for Linux(debian)

go to directory with easyRSA:

cd /(directory PATH)/

and run it:

python3 easyRSAlatest.py