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
-
hell169537yHahaha yeah i laughed really loud when I checked this fucking shit because we had a problem with login that when you change you password it deletes the fucking username from DB... I made a website just to "reset" the username because i cant handle that code emotionally right now...
But good news are we are gonna make it from scratch now, in house, full team :D
@C0D4 -
C0D4681467ywho deletes a username on a password reset o.O
WTF is this madness.
Now i never want to outsource my work if that's the kind of crap that can be handed back. -
hell169537yDude, you have no idea...
I have no idea...
Its a clusterfuck of bad code + copied code + unused wtf code...
Some say they had a 1k line php file just to show a fucking static clock on the main page.
Its so fucking bad that we are not even gonna use the same data model, we are just using the data because its already there.
I think its funny because the company wasted 3 months of my salary with this bullshit, they seem to don't understand that we are fucking devs.
@C0D4 -
that is a lame encryption method, I store passwords in their ASCII code, now lets see which hacker will be able to figure it out :3
-
C0D4681467y@azous oh, sounds like a pay per line issue :D
1k for a clock, that thing had better come with alarms, multi clock faces and be multi TimeZone safe. -
hell169537yHaha no , static non refreshing clock.
Not paid by line because the responsible for this was HR that knows jackshit about jackshit :)
@C0D4 -
Voxera115857y@gitpush I have seen worse.
A once large economy program that we used back in the dos times stored the passwords in reverse cesarian chipher.
That is, place two alphabets on two rows with the second reversed and then offset the second 3 letters.
And this was in live software sold and it was not some minor either but mid range companies up to several hundred employees.
Took almost 5 minutes to crack with pen and paper with only the user file to go by, no other info on what encryption was used and no code.
I think the base64 could actually be harder to guess ;) -
samxxx9277y@azous your intern seems a good developer, hire him/her. Nice move to drop that shit and develop it in house. All the best.
-
hell169537y
-
Root825387y@azous Full team for that?
Wow, that sounds like something I'd be stuck with and given a week to spec, write, test, migrate, and deploy. 🙁 -
hell169537yWe are 5 , total.
But it was just a matter of speak , might be just me and the intern at this project :P
Its a pretty large project
@Root
My company contracted a 3rd party to do an internal system for us...
We only knew about it when it was almost done and we got the code... Oooooo boy.... What a fucking shit they did and got paid for...
They have a encryptPassword() and decryptPassword() functions...
What they do you may ask?
Well...
Encrypt: for loop that reverse the string and base64 it 5 times...
Decrypt: the opposite...
That's how they store passwords....
Our intern snapped at a company meeting when they where talking about maintaining it 😂😂
rant
not plain text