Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- 단축키
- Windows 10
- GIT
- xargs
- grep
- lsof
- web.xml
- profile
- 네트워크
- Quartz
- bash
- context
- ssh
- port
- resource
- JavaScript
- 줄바꿈 문자
- Eclipse
- VirtualBox
- find
- Source
- Windows
- tomcat
- plugin
- netsh
- Mac
- IntelliJ
- maVen
- import
- vscode
Archives
- Today
- Total
목록2024/04/17 (1)
develog
javascript 난독화 툴
JSDefender Jscrambler난독화 툴 설치하기## uglify-js 설치 $ npm install uglify-js -g ## javascript-obfuscator 설치 $ npm install -D javascript-obfuscator -g ## webpack-obfuscator 설치 $ npm install -D webpack-obfuscator uglifyjs 사용하기## 파일 1개 변환 uglifyjs src/test.js -o test.min.js -m javascript-obfuscator 사용하기## 파일 1개 변환 javascript-obfuscator src/test.js --output test.min2.js ## 파일 1개 변환 결과를 ./dist 디렉토리에 저장 jav..
카테고리 없음
2024. 4. 17. 10:40