It’s a good thing your opinion makes no difference then isn’t it.
It’s a good thing your opinion makes no difference then isn’t it.
Yes. I agree 100% with the things I can and I defer to your experience where I can’t. I used to write proprietary networking protocols 20 years ago and that’s the knowledge and experience I’m leaning on.
As a matter of practice we would ensure to process passwords by encrypting the datasteam directly from the input, and they were never unencrypted in handling, so as to protect against various system and browser vulnerabilities. It would be a big deal to have them accessible in plaintext beyond the user client, not to mention accessible and processable by email generation methods and insecure email protocols.
25, I used to write proprietary networking protocols.
The front end to backend traffic should be encrypted, hashing occurs on the backend. The backend should never have access to a variable with a plaintext password.
I’m going to have to stop replying because I don’t have the time to run every individual through infosec 101.
You have the text input feed directly into the encryption layer without an intermediary variable. The plaintext data should never be passable to an accessible variable which it must be to send the plaintext password in the email because it’s not an asynchronous process.
I’m surprised so many people are getting hung up on basic infosec.
Stored in memory is still stored. It’s still unencrypted during data processing. Still bad practice and a security vulnerability at best. Email isn’t E2E encrypted.
It sends the user generated password, not an auto generated one.
Americans use chips like a condiment. They even have preferences as to which flavours go on what sandwich or burger fillings. They’re redneck sommeliers.
Image Transcription:
The upper image shows Bart and Lisa Simpson standing in a messy room. Bart has an American Union flag over his face, and there is a Confederate flag on the floor with the mess. Bart Simpson is saying “No problemo. We’ll just sweep it all under the rug.”
The lower image shows Bart and Lisa standing in a cleaned up room with a very lumpy and mounded rug covering the mess. Bart has the flag of the United States of America over his face. The image is sound captioned, “Society Cracking”.
The best Biden joke is ironically a Republican one. ‘Dark Brandon’ is fucking hilarious.
If you still feel the need to give up childish things to feel like an adult, you aren’t one yet.
Flat earth started as a meme, the village idiots saw a messiah, flat earth was their jesus in the toast moment and they took the bait.
deleted by creator
deleted by creator
deleted by creator
There was definitely room for improvement, I’d execute it differently next time, but it’s one of those once a year ordeals and I didn’t want to miss out.
deleted by creator
You encrypt the datastream from the text input on the client side before storing it in a variable. It’s not rocket science. I did this shit 20 years ago. Letting a plaintext password leave the user client is fucking stupid.