Open GoogleCodeExporter opened 9 years ago
I have the same problem. It used to work for my login credentials but since the
SDK 15 update not anymore.
If anyone has possible fixes, they would be very helpful.
Original comment by dr...@happymetrix.com
on 4 Dec 2014 at 4:02
I found a fix without using this .swc . You have to use the
Base64Encoder/Decoder in .mx itself.
var bs:Base64Encoder = new Base64Encoder();
var ba:ByteArray = encrypter.compute( skB, strB);
bs.encodeBytes(ba);
var stringToSign:String = bs.toString();
that gives you the same result and works with the new SDK
Original comment by dr...@happymetrix.com
on 4 Dec 2014 at 6:55
I resolved bug one month ago. So easy, The first step you got source code from
here and after that You rebuild another SWC file (I used ExportSWC plugin in
Flash Develop).Of sourse you got simple syntax error. Please fix immediately. I
think the syntax in AIR SDK 15 is stronger old versions. You can do it.
P/S: You can review files below (Also customize RC4)
Original comment by hoangsan...@gmail.com
on 16 Dec 2014 at 9:46
Attachments:
Original issue reported on code.google.com by
hoangsan...@gmail.com
on 31 Oct 2014 at 8:35