/xCryption

A simple byte-encryption that takes an input text and encrypts it with a public-key, and can also decrypt if the same key is used.

Primary LanguageC#

xCryption

  • Simple byte encryption, uses 8-bit input as a public-key with a secret private key.
  • Settings panel to allow you to manage your public-key.
  • Accepts both encryption & decryption.