You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sjcl-d...@googlegroups.com
I'm trying to emulate SJCL in C++ with Crypto++, but it's not as easy as I expected. I can't seem to get the same output from Crypto++ as `(new sjcl.cipher.aes(key)).encrypt(plain)` gives me. I made a StackOverflow question with some code and sample output (link below), but they suggested I ask here. I'm using ECB mode in Crypto++, is that right?