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
-
sariel85342yI usually just base64 my strings in a do loop a random amount every time.
When I want to decrypt I just go grab the raw value from a file on the server with the hash as the name. -
@illuminaughty You never know that may end up as the most secure way to store values lol lmao.
-
after all the revelations of companies storing passwords in plaintext, base64 would be an upgrade.
Related Rants
-
BigBoo9How malloc works? It's easy. Just follow this simple flowchart and you will understand in no time.
-
aayusharyan10Why do people (Some devs too...) bloody hell think that devs have Hard time fixing the Semi Colon issue, we ha...
-
boombodies19Dev: Why do you have an identical if statement right below this one? Manager: Because I want the code to doub...
Military grade encryption: md5
Enterprise grade encryption: Base64
rant
not a joke