Ayaminn / as3crypto

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

TripleDES implementation is not compatable with .NET's #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile and run CryptCompatability.cs
2. Compile and run CryptCompatability.as

What is the expected output? What do you see instead?
Output should be the same, but it's not.

What version of the product are you using? On what operating system?
1.3

Please provide any additional information below.
CryptCompatability.as uses ZeroPad, an IPad implementation, because .NET 
does not support PKCS5 and as3crypto does not support PKCS7.

Original issue reported on code.google.com by richard....@gmail.com on 14 Aug 2009 at 4:01

GoogleCodeExporter commented 9 years ago
There was an error in the .NET implementation. This issue can be closed.

Original comment by richard....@gmail.com on 17 Aug 2009 at 9:50