Releases: HonzaLed/SecureMessages
Releases · HonzaLed/SecureMessages
v1.1.0
v1.0.0
First release of software for encrypted communication, the communication is encrypted and signed with private RSA 3072-bits key that is saved in the same folder as program in file client.pem (!!!DO NOT SHARE THIS FILE WITH ANYONE, THEY WILL HAVE ACCESS TO YOUR ACCOUNT!!!) on client-side and the encrypted form of message is sent to master server, when showing message, program download encrypted messages from master server and one-by-one try to decrypt with private key and then verify the message's signature, if valid, it prints on the screen in green, if verification fails, then the message is printed red.