기타 - 분류중
![](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FTwibb%2Fbtsknum4Bpz%2FhMYuxMu7U77OtaNUpCOZt1%2Fimg.png)
코드 변조의 위험성과 웹 보안에 대해
어제 스터디에서 보게된 whireshark가 흥미로워서 HTTP, HTTPS, wireshark에 대해 검색하다가, 위키하우의 아주 단순한 해킹 매커니즘을 보게되었다. 우리가 프론트엔드에서 작성하는 거의 모든 정보는 대중에 공개되어있고, 소스보기등으로 코드를 확인할수 있다. 그리고 이용자가 해당 html을 복사하여 조작한뒤, 변조된 코드로 사이트에 접근할 수 도 있다. 만약 비밀번호 검증등의 알고리즘이 프론트엔드에서 끝나고, 사용자가 코드에 접근할 수 없는 서버측 코드에 이런 공격에 대비되어있지 않다면 아래와 같은 아주 단순한 공격에 노출되어 있는 것이다. https://ko.wikihow.com/HTML-%EC%BD%94%EB%93%9C%EB%A1%9C-%EC%9B%B9%EC%82%AC%EC%9D%B4..
![](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fbreodn%2FbtshzCiDRaX%2FhEheUw1fZWrEk4lO9HfctK%2Fimg.png)
코딩 공부에 필요한 사이트 모음[계속 추가중]
분류는 아직 못하고 일단 다 때려넣고 있습니다. https://roadmap.sh/frontend Frontend Developer Roadmap Learn to become a modern frontend developer using this roadmap. Community driven, articles, resources, guides, interview questions, quizzes for modern frontend development. roadmap.sh 그외 모든 로드맵 https://roadmap.sh/ Developer Roadmaps - roadmap.sh Community driven roadmaps, articles and guides for developers to grow ..
![](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2F9hgq4%2FbtsbSK7ofyO%2Frktlf0k2iKHxzmGgwZSOK1%2Fimg.png)
CS50-05-Data Structure / 작성중 56:00
take … for granted ①…을 당연한 것이라고[의심할 여지가 없다고] 생각하다 https://cs50.harvard.edu/x/2023/weeks/5/ Week 5 Data Structures - CS50x 2023 Harvard University's introduction to the intellectual enterprises of computer science and the art of programming. cs50.harvard.edu 자료 https://okeybox.tistory.com/176 Queue : 식당 줄 비슷. first in first out FIFO enqueue : 줄에 입장 dequeue : 순서가 되어서 줄에서 나감 Stack : 쌓아둔 쟁반과 비슷. las..