rakuten / as3crypto

Automatically exported from code.google.com/p/as3crypto
0 stars 1 forks source link

Decrypting Text-based Blowfish Encryption in CBC Mode #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a Blowfish encryption in CBC mode
2. Encrypt to a text-based cipher
3. On decrypt, an error is given: "RangeError: Error #2006: The supplied index 
is out of bounds. at flash.utils::ByteArray/writeBytes()".

What is the expected output? What do you see instead?
The decrypted text is expected. Instead, there is not change.

What version of the product are you using? On what operating system?
as3crypto 1.3; Windows Visa

Please provide any additional information below.

Original issue reported on code.google.com by LogicalL...@gmail.com on 13 Jul 2010 at 1:21

GoogleCodeExporter commented 9 years ago
Also having this problem with 3DES and CBC mode

Original comment by tami.wri...@gmail.com on 16 Oct 2010 at 12:19

GoogleCodeExporter commented 9 years ago
Same error with Blowfish in CBC

Original comment by kagets...@gmail.com on 3 Feb 2011 at 3:42