Skip to content

Releases: zhiyan114/SecureMessage

General Improvement

03 Jun 01:57
Compare
Choose a tag to compare
  • Fixed when messages are tempered on RSA/AES method are still showing as untampered
  • RandByte method will now use crypto-secure RNG to generate bytes instead of rand
  • Updated function calls to reflect on OpenSSL v3 changes (aka replaced deprecated methods)
  • Raw key is now opt-in option so that way user can choose a password different from 16, 24, or 32 characters
  • You can now generate random AES Key (must be raw key though).
  • Fixed some memory leaks and bugs

More RSA Stuff

12 Sep 18:13
Compare
Choose a tag to compare

Added more RSA Key controls and small crashes.

  • Features such as encryption/decryption of your RSA key.
  • Convert an RSA certificate to RSA public key
  • Encrypt data with combinations of AES and RSA

Deployment Version: ed9c3ea
This version includes:

  • AES/RSA combination mode to support RSA key size less than 592-bit (why would you want to do that anyway smh).
  • Fixed textbox does not empty out when converting a certificate to RSA public key.
  • Decryption status reset when clearing output

Binary Only Version: e2ed5bc

  • Full source optimization (Reduce ~4KB)
  • This optimization also fixed a bug that uses the wrong AES mode for certain key size.

RSA Release

09 Sep 23:26
Compare
Choose a tag to compare

This version introduces RSA Encryption and some bug fixes for AES Encryption.

Compiled executable updated with patch: 207675e

First Stable Release

08 Sep 01:36
Compare
Choose a tag to compare

First stable release after multiple testings lol