You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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...)?
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
The text was updated successfully, but these errors were encountered: