Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.01 KB

RSAEncryption (v1.3)

This software has purpose of encrypt and decrypt data with RSA Algorithm.

Keys

You can generate key's with the following keys:

  • 512 bits
  • 1024 bits
  • 2048 bits
  • 4096 bits
  • 8192 bits

Options

  • Import key's to encrypt/decrypt data.
  • Copy public key.
  • Copy private key.
  • Save public key in a file.
  • Save private key in a file.

Run it

To run RSAEncryption you must have .NET installed, running on a Windows system or Linux with Mono.

Images

Main menu

main

Key pair gen

generate

Data encryption

encrypt

Data decryption

decrypt