STSoujanya Tinsoujanya.hashnode.dev·Jan 21, 2025 · 4 min readWhat is a Cross Site Request Forgery (CSRF) attack?Cross site request forgery is a cyber attack where an attacker takes advantage of a logged in user’s session cookie and makes inappropriate request to the website that the user is authenticated to. Consider an example, where a user logs in to his/her...00
STSoujanya Tinsoujanya.hashnode.dev·Nov 9, 2024 · 3 min readWhat is an API?API(Application Programming interface), is a like an intermediary that allows communication between an application with other application or a database. When using an application, we see a lot of data, in the form of texts, images or video’s etc. The...00
STSoujanya Tinsoujanya.hashnode.dev·Apr 26, 2021 · 2 min readObject-Oriented ProgrammingObject oriented programming(OOP), as the word itself defines that it is something related with the objects and orientation in the sense structure of the program. To understand this completely, we need to know some history. The procedure-oriented pro...00