Skip to content

Instantly share code, notes, and snippets.

View jeenikaa's full-sized avatar
🎯
Focusing

Jeenika Anadani jeenikaa

🎯
Focusing
View GitHub Profile
@mafiaguy
mafiaguy / Application_Security_Questions_Answers.md
Last active August 27, 2024 09:45
Some of the queries that were asked in interviews for Application/Security Engineering roles and were submitted in Glassdoor.com. xss vulnerability infosec application-security interview-questions appsec webappsec sdlc websecurity devsecops security-engineering websec websecurity-reference security-team security-engineer-interview

Encryption and Authentication

* What is a three-way handshake?

The TCP handshake,TCP uses a three-way handshake to establish a reliable connection. The connection is full duplex, and both sides synchronize (SYN) and acknowledge (ACK) each other. The exchange of these four flags is performed in three steps—SYN,SYN- ACK, and ACK


  • How do cookies work?