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

SHA 512 implementation #27

Closed
GoogleCodeExporter opened this issue Mar 15, 2015 · 5 comments
Closed

SHA 512 implementation #27

GoogleCodeExporter opened this issue Mar 15, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

Implement SHA-512.

Existing implementations under BSD license are at:
http://jssha.sourceforge.net/
http://pajhome.org.uk/crypt/md5/sha512.html

Original issue reported on code.google.com by onionj...@gmail.com on 9 Mar 2012 at 8:50

@GoogleCodeExporter
Copy link
Author

Original comment by Jeff.Mott.OR on 9 Mar 2012 at 8:57

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Issue 33 has been merged into this issue.

Original comment by Jeff.Mott.OR on 12 Apr 2012 at 4:19

@GoogleCodeExporter
Copy link
Author

Might I suggest that SHA-224, SHA-256, SHA-384, SHA-512 all be supported?  
While 224 and 384 are less used it makes sense to use something similar to the 
MySQL implementation where the bits are specified or defaulted. 

Original comment by rwm...@gmail.com on 20 Apr 2012 at 6:28

@GoogleCodeExporter
Copy link
Author

I've tried importing http://pajhome.org.uk/crypt/md5/sha512.html but result 
wasn't the expected.

Original comment by zeo...@gmail.com on 20 Apr 2012 at 7:12

@GoogleCodeExporter
Copy link
Author

All four SHA-2 variants are now available in the current release.

Original comment by Jeff.Mott.OR on 6 May 2012 at 7:54

  • Changed state: Fixed

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