암호화
https://perfectacle.github.io/2018/04/13/key-algorithm/ https://fieldanimal.tistory.com/79
보통 키는 서버컴퓨터 파일에 저장…
비대칭키(공개키)
- 암호화하는 키와 복호화하는 키가 서로 다름
- 서버에서 공개키/개인키 생성 후, 개인키는 서버가 클라이언트는 공개키를 보유함
암호화 종류 단방향(HASH) MD5 SHA-1 SHA-2 SHA-3 RIPEMD-160 비밀번호 BICRYPT PBKDF2
대칭키(비밀키) DES AES256(일반적으로 AES) SEED ARIA
비대칭키 RSA(일반적으로 RSA) ECC DSS
https://randomkeygen.com/
cryptojs https://cryptojs.gitbook.io/docs/
https://d2.naver.com/helloworld/318732
https://cryptojs.gitbook.io/docs/
https://bocs.tistory.com/18
https://stackoverflow.com/questions/57416217/cryptojs-encrypt-in-aes-256-cbc-returns-an-unexpected-value
https://stackoverflow.com/questions/29512858/cryptojs-and-key-iv-length
https://randomkeygen.com/
https://perfectacle.github.io/2019/11/24/aes/