Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
-
I usually hash it with aes-256, and encrypt it with sha512.
But when I need real security, I use plaintext. -
In a new project, when we have to implement login functionality, my boss always wants to store passwords in plain-f'ing-text in the database because it's the easiest and "they use SSL, so it will be safe enough".
Related Rants
Pro tip: if you encrypt your message with ROT13 twice, the security is also doubled
undefined
caesar
cryptography
secure