SHA-1 함수는 SHA(Secure Hash Algorithm)이라 불리는 SHA 함수 중 하나이며, 많은 곳에서 쓰이고 있다.SHA-1의 해시값 크기는 160bit이며 16진수로 40개의 문자로 표현된다. 간단하게 "do9dark" 값과 .(점)을 찍은 "do9dark." 값의 SHA-1 해시값을 비교하면 눈사태 효과(쇄도 효과)에 의해서 출력값에 상당한 변화가 발생된다. SHA1("do9dark") = c82e31303466b765eabdab1eb367f6e0fcb221faSHA1("do9dark.") = 16e9f7ac968899b5d94eff21fe4918a651e75fde 이러한 특징 때문에 파일, 인증서 등에 위변조 판단 여부로도 많이 사용되고 있다.공백은 da39a3ee5e6b4b0d325..
- 초기화(복구)Recovery Mode저장되어 있는 데이터나 콘텐츠는 유지한 상태로 업데이트iTunes나 기기에서 OTA(Over The Air) 방식으로 업데이트할 경우에도 동일한 상태라고 함방법1. Connect the device to a computer2. Make sure the iPhone is at the homescreen.3. Hold down the lock button.4. Ignoring the "Slide to power off" message, hold the home button and the power button until the screen goes black.5. Turn the iPhone back on.6. Hold down the home button.7. Wai..
- Kali 설치 시, 패키지 관리를 위한 저장소(Repository)가 정상적으로 지정되지 않아서 생기는 문제를 해결하는 방법 패키지 관리 명령어(apt-get)을 사용해보면 해당 패키지를 찾을 수 없다는 메시지를 볼 수 있다.# apt-get install -y fonts-nanum 존재하지 않는 패키지를 입력하였을 경우에는 조금 다른 메시지를 볼 수 있다. # apt-get install do9dark 먼저 저장소(Repository)에 있는 목록을 확인해보면 전부 주석 처리되어 비활성화되어 있다. (또는 현재는 사용되지 않는 경로)# vi /etc/apt/sources.list http://docs.kali.org/general-use/kali-linux-sources-list-repositori..