Bug #2258
closed
Decryption fails with $decrypt
Added by jon chris almost 9 years ago.
Updated almost 6 years ago.
Operative System:
Windows 10
Description
When I run this on the betabuild portable 32 and 64bit
var %text $encrypt(Hello World, test)
echo -ag $decrypt(%text, test)
I get this :
0ƭ ~ò�.�trD�
before I found $encrypt and $decrypt I was using the blowfish fork.
And I have gotten similar issues with cbc decryption there too.
Thanks this is fixed for next beta.
The blowfish dll is not related to this, I will try update it from upstream.
- Status changed from New to Resolved
- Status changed from Resolved to Closed
- Target version changed from 1.9.9 to 3.3
Was keeping this open in case I figured out how to do CBC, but I just learned even ECB is not working properly so
$encrypt is gonna be disabled in 3.3, consider using the blowfish plugin instead https://dev.adiirc.com/projects/adiirc/wiki/Blowfish, it also supports CBC.
Also available in: Atom
PDF