I'm using uddeIM 3.8 on CB 2.0.12. When I select "Strong Encryption" in the backend and then try to send a private message (entering subject, message, and password), it hangs and shows only a blank page. It goes thru if no password is entered but this is the same as simple obfuscation. I see in the code it is probably hanging on the line -
$cm = uddeIMencrypt($savemessagecopy,$thepass,$cipher);
, because no entry gets into the database table.