재우니의 블로그

crypto-js 는 무엇일까?

 

CryptoJS는 모범 사례와 패턴을 사용하여 JavaScript로 구현된 표준 및 보안 암호화 알고리즘의 모음입니다. 빠르고 일관되고 간단한 인터페이스를 가지고 있습니다.

 

crypto-js 의 cdn 주소 가져오기

 

https://cdnjs.com/libraries/crypto-js

 

crypto-js - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers

JavaScript library of crypto standards. - Simple. Fast. Reliable. Content delivery at its finest. cdnjs is a free and open-source CDN service trusted by over 12.5% of all websites, serving over 200 billion requests each month, powered by Cloudflare. We mak

cdnjs.com

 

 

 

 

crypto-js 상세 문서 가이드

 

https://cryptojs.gitbook.io/docs/

 

CryptoJS - CryptoJS

For the ciphertext, the cipher algorithms accept either strings or instances of CryptoJS.lib.CipherParams. A CipherParams object represents a collection of parameters such as the IV, a salt, and the raw ciphertext itself. When you pass a string, it's autom

cryptojs.gitbook.io

 

github 소스

 

 

https://github.com/brix/crypto-js?utm_source=cdnjs&utm_medium=cdnjs_link&utm_campaign=cdnjs_library 

 

GitHub - brix/crypto-js: JavaScript library of crypto standards.

JavaScript library of crypto standards. Contribute to brix/crypto-js development by creating an account on GitHub.

github.com

 


이를 가지고 활용해 볼까? (AES 256)

 

index.html
0.00MB

 

참고사이트

 

https://kkh0977.tistory.com/1059

 

104. (javascript/자바스크립트) CryptoJS 사용해 aes 128 , aes 256 비밀키 인코딩 (encode) 및 디코딩 (decode)

[개발 환경 설정] ​ 개발 툴 : Edit++ 개발 언어 : javascript [소스 코드] ​ [결과 출력] ​ [요약 설명] ​ /* [JS 요약 설명] 1. window.onload : 브라우저 로드 완료 상태를 나타냅니다 2. CryptoJS : 데이터 암

kkh0977.tistory.com