Make sure that the iv which is used in each message sent from Bisq has 32 bit of entropy. In bisq/notification/BisqNotification.java, line 46, we use: String iv = uuid.substring(0, 16); which provides only 16+8 = 24 bit of entropy.