carbonsrv / carbon

Carbon is a Lua Application Toolkit with focus on Web Servers written in Go
MIT License
11 stars 1 forks source link

Hashing algorithms for password storage #8

Open bauen1 opened 8 years ago

bauen1 commented 8 years ago

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 commented 8 years ago

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...)?