2016년 12월 18일 일요일

How to change your Ethereum wallet password

Ethereum Wallet 비밀번호 변경 방법

Windows의 경우,
cd \resources\node\geth

Mac OS의 경우
/Users/<사용자 계정>/Library/Application Support/Mist/binaries/Geth/unpacked


$ geth account update 지갑주소

> Passphrase: 원래 비밀번호 입력

I1218 20:15:42.352561 cmd/geth/accountcmd.go:200] Unlocked account 지갑주소

> Please give a new password. Do not forget this password.

> Passphrase: 새 비밀번호 입력

> Repeat Passphrase: : 새 비밀번호 확인

홈페이지 jQuery 라이브러리에서 CVE-2019-11358 취약점 패치 여부 확인 방법

현재 홈페이지에서 사용 중인 jQuery 라이브러리가 CVE-2019-11358 취약점 패치를 적용했는지 확인하는 방법은 다음과 같습니다. 1. jQuery 버전 확인 홈페이지 소스 코드를 확인하여 jQuery 라이브러리 버전을 직접 확인합니다. 웹 ...