암호/복호화 이해
검증용도.
상호 소통 용도.
input 값은 무지막지하게 크고, output 값은 정해진
(sha 256 의 경우, 16진수 64자리)
혹시나 input 값이 같은게 발견이 된다면!
그걸 해시 충돌 이라고 함!!
(덧) chat gpt 한테 물어본 거
bitcoinpaperwallet.com
bitaddress.org
여기서 비트코인 지갑 생성!
지갑 생성 알고리즘이 있으니! 직접 만들 수도 있다!!
메타마스크도 설치
지갑 생성!
https://encode-decode.com/des-encrypt-online/
https://www.devglan.com/online-tools/rsa-encryption-decryption
git init
git add .
git commit -m "first commit"
git branch -m main
git remote add origin [깃헙주소]
git push -u origin main
git add .
git commit -m "커밋 메세지"
git push -u origin main
json parsing
JSON.parse()
JSON.stringify()
chatGPT.. 저렇게 디테일한 질문에 답을 하다니 진짜 대단하네요 ㅋㅋ