Skip to content

igorsoares/RSAEncryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This algorithm uses RSA to encrypt data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages