That's funny, I was just looking at the encrypted message validation today. The regular expression from ssb-validate requires that it ends with .box
, but specifically doesn't check the end of the string. There shouldn't be any problems with .boxV2
, as far as I understand.