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

about license #12

Open
nitindeokate99 opened this issue Sep 6, 2016 · 2 comments
Open

about license #12

nitindeokate99 opened this issue Sep 6, 2016 · 2 comments

Comments

@nitindeokate99
Copy link

nitindeokate99 commented Sep 6, 2016

Hey,
Can it be used as-is in commercial product for hashing passwords ? No changes at all

Thanks
Nitin

@Jedarc
Copy link

Jedarc commented May 2, 2017

In the file README.md (Current version of this thread), it says:

These are basic implementations of standard cryptography algorithms, written by Brad Conte (brad@bradconte.com) from scratch and without any cross-licensing.

And more:

This code is released into the public domain free of any restrictions. The author requests acknowledgement if the code is used, but does not require it. This code is provided free of any liability and without any quality claims by the author.

The only problem with using these algorithms in your projects is this:

These are primarily intended for educational and pragmatic purposes

And that's the reason:

Note that these are not cryptographically secure implementations. They have no resistence to side-channel attacks and should not be used in contexts that need cryptographically secure implementations.

These algorithms are not optimized for speed or space.

I agree that it would really be interesting to separate everything that is related to the license into a file fit for it.

@SOesterreicher
Copy link

Hello B-Con,
Public Domain is in some countries problematic. Is there a possibility to assign a permissive license (e.g., MIT, BSD 3-clause) for Commercial use of the code.
A statement like the following would help:
"For Commercial use this code can be used under the MIT license."

Or do a re-licensing to a permissive license for the whole code. Than a license file would be nice.

Thanks in advance.
Siegfried Oesterreicher

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

3 participants