Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSA decrypt skips the first byte of data #47

Open
GoogleCodeExporter opened this issue Aug 24, 2015 · 0 comments
Open

RSA decrypt skips the first byte of data #47

GoogleCodeExporter opened this issue Aug 24, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
Trace the parameter to pkcs1pad in RSAKey.as

What is the expected output? What do you see instead?
The first bit should be 0x00 (from the padding), but instead it is either 0x01, 
or 0x02 (the padType). The first bit is always omitted.

What version of the product are you using? On what operating system?
as3crypto 1.3, Windows 7 64bit, Firefox 3.6, Flash Player 10.1



Original issue reported on code.google.com by myid...@gmail.com on 6 Oct 2010 at 11:25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant