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

ramdisk_tools/bsd_crypto/pbkdf2.c returns only 31 bytes of 32 byte key; last key byte always 0 #137

Open
GoogleCodeExporter opened this issue Feb 19, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.Compile code
2.test code; print entire 32 byte key
3.last byte of 32 byte key is always zero

What is the expected output? What do you see instead?

Expected output is 32 bytes of random bits to be used as symmetric crypto key. 
What is seen is 31 bytes of random bits with the last byte always zero.


What version of the product are you using? On what operating system?
OS X version :
XCode version :
Tools revision : run the "hg id" command in the iphone-dataprotection
folder

Please provide any additional information below.

Tested source code with bug fixed is attached.



Original issue reported on code.google.com by [email protected] on 9 Apr 2014 at 12:03

Attachments:

@GoogleCodeExporter
Copy link
Author

can you post the code that you use to  call the function ? not sure what you 
are trying to do but the code is from openbsd and gives the correct results in 
the tools.

Original comment by [email protected] on 13 Apr 2014 at 10:54

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