Hello-
I have a few reference implementations of AES-256-CBC in C#, Ruby, PHP, and
Flash.
I am know trying to get it to talk to JS via slow aes using the same settings.
I've been toiling for hours trying to get it to work, so I thought I'd ask to
see if anyone had any ideas.
On a working system, using the following settings:
IV = 0123456789012345
key = 67a4f45f0d1d9bc606486fc42dc49416
plaintext = yay!
Across my reference implementations, I get the following Base64 encoded output:
q/xJqqN6qbiZMXYmiQC1Fw==
I am having trouble setting up slowaes to give me the same. Can anyone give me
some pointers?
tia
Original issue reported on code.google.com by
ger...@pubnub.comon 14 Nov 2012 at 6:05