In OpenBullet 1.2.2 when I AES Encrypt a string it encrypts the plaintext without base64 encoding it. Where as in OpenBullet 2 - 0.2.3 whenever I AES Encrypt the same plain text I get different outcomes considering it base 64 encodes the plaintext before doing the encryption itself.
Example:
OpenBullet 1.2.2:
![]()
This is the correct way which I prefer!!!
OpenBullet 2 - 0.2.3:
![]()
Mind you the setting to base64 encode the plain text isn’t enabled whatsoever.