본문 바로가기
  • AI (Artificial Intelligence)

Security/Cryptology4

[dCRYPTO] Ethereum 2.0에 대해서 자세히 알아보자 Ref. medium.com/@donekim/dcrypto-ethereum-2-0%EC%97%90-%EB%8C%80%ED%95%B4%EC%84%9C-%EC%9E%90%EC%84%B8%ED%9E%88-%EC%95%8C%EC%95%84%EB%B3%B4%EC%9E%90-faq%EC%A0%95%EB%A6%AC-156fe0d84459#:~:text=%EC%9D%B4%EB%8D%94%EB%A6%AC%EC%9B%80%202.0%EC%9D%80%20Eth2,%EA%B1%B0%EC%B9%98%EB%A9%B0%20%EC%B6%9C%EC%8B%9C%EB%90%A0%20%EC%98%88%EC%A0%95%EC%9E%85%EB%8B%88%EB%8B%A4. 오늘은 이더리움 2.0에 대해서 궁금해하실 분들을 위해서 이더리움 2.0에.. 2020. 12. 2.
침투테스터를 위한 파이썬 오픈소스 도구 소개 1) 웹 어플리케이션 모의해킹​ 이름 설명 URL wapiti 웹 취약점 스캐너 http://wapiti.sourceforge.net/ w3af 웹 취약점 스캐너 http://w3af.org/category/python V3n0M-Scanner 웹 취약점 스캐너 https://github.com/v3n0m-Scanner/V3n0M-Scanner xsser XSS 취약점 스캐너 http://xsser.sourceforge.net/ sqlmap SQL 인젝션 점검 도구 http://sqlmap.org/ spiderfoot 웹서버 풋프린팅 분석 http://sourceforge.net/projects/spiderfoot/ Parsero 웹사이트 디렉토리 탐색 https://github.com/behindthe.. 2015. 2. 4.
OTP(One Time Password) 1회용 암호란? [이해편] People seem to want to treat computer security like it's rocket science or black magic. 사람들은 컴퓨터 보안을 마치 로켓 공학이나 흑마술과 같이 다룬다. In fact, computer security is nothing but attention to detail and good design. 사실, 컴퓨터 보안은 세부적이고 더 나은 설계에 관련된 것이지 그 이상도 이하도 아니다. It's certainly possible to turn a computer security problem into a rocket-science or brain surgery class problem, but if you've done that it's a.. 2014. 4. 9.
구 암호표준 DES(Data Encryption Standard) 란? [이해편] "We sent the S-boxes off to Washington. They came back and were all different." "우리는 S-Box 들을 워싱턴으로 보냈다. 모든 것이 달라져서 돌아왔다." - Alan Konheim(DES 설계자) DES 개발에 참여한 몇몇 설계자는 미 국가안보국인 NSA가 DES를 좀 더 취약하도록 수정하지 않았다고 얘기한다. DES는 Data Encryption Standard 의 줄임말이다. DES는 IBM사의 암호 설계 연구원이었던 Horst Feistel의 루시퍼(Lucifer) 암호에 기반하고 있다. 또한 DES는 비밀키(Secret Key) 방식의 암호화 알고리즘이다. 암호화를 할 때 입력한 키 값을 모르면 복호화가 안된다는 의미다. 1972년.. 2014. 4. 9.