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

Is there any possibility to support SHA-512 alongside SHA-256? #5

Open
dungpa opened this issue May 27, 2022 · 0 comments
Open

Is there any possibility to support SHA-512 alongside SHA-256? #5

dungpa opened this issue May 27, 2022 · 0 comments

Comments

@dungpa
Copy link

dungpa commented May 27, 2022

Thanks for the project.
We have been using NetMQ Security in production without any issue for 3 years.

Currently, NetMQ Security only supports SHA-256 as per

/// <summary>
/// Class SHA256PRF is a secure hashing algorithm. It implements the interface <see cref="IPRF"/>
/// and uses the SHA256 hashing algorithm.
/// </summary>
/// <remarks>
/// SHA-256 is a 256-bit hash and is meant to provide 128 bites of security against collision attacks.
/// SHA stands for Secure Hashing Algorithm, and is a type of PRF.
/// PRF stands for Pseudo-Random number generating Function, and <see cref="IPRF"/> is an interface that mandates the Get method.
/// </remarks>
public class SHA256PRF : IPRF
.
We are facing new security policies that mandate the use of SHA-512 as the latest SHA2 variant.

I am aware that the project has been inactive for a while, but still would like to put the question out there.

Is there any possibility to support SHA-512 alongside SHA-256?

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

No branches or pull requests

1 participant