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

Hashing algorithms for password storage #8

Open
bauen1 opened this issue Jun 19, 2016 · 1 comment
Open

Hashing algorithms for password storage #8

bauen1 opened this issue Jun 19, 2016 · 1 comment
Milestone

Comments

@bauen1
Copy link

bauen1 commented Jun 19, 2016

Storing passwords in databases #7 should not be done in cleartext, but carbon doesn't provide any hashing algorithms at the moment, for example sha256 and sha512.
Some other cryptographic algorithms that could be added are AES or the RSA algorithm

@vifino
Copy link
Member

vifino commented Jun 19, 2016

Nice request, I like it.

I'll probably implement it soon, however, currently, I want to make sure the things I already have work correctly. Maybe for 1.3.1, if it doesn't make it into 1.3 (Or 1.4, if I decide to skip 1.3 because of the many many changes...)?

@vifino vifino added this to the 1.4 milestone Jun 19, 2016
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

2 participants