master-m1000 / rsaSecLib

Easy implementing of RSA!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rsaSecLib

rsaSecLib is a library written in Visual Basic .NET Framework 4. With the rsaSecLib RSA key generating, encrypting and decrypting of strings or files (all binaries).

Functions

  • Create key pairs
  • Generate the public key with by the private key
  • Encrypt and decrypt
    • strings
    • other binaries like files or stuff you converted into a binary
  • Signatures
    • Sign strings and binariers
    • Verify with signature

License

This project is licensed under the the MIT License. You can read it in the file LICENSE.txt.

Happy programming!

About

Easy implementing of RSA!

License:MIT License


Languages

Language:Visual Basic 100.0%