사용자 도구

사이트 도구


wiki:miscellaneous:base64

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
wiki:miscellaneous:base64 [2022/05/11 16:02]
emblim98 만듦
wiki:miscellaneous:base64 [2023/01/13 18:44] (현재)
줄 1: 줄 1:
-====== Base64 ======+====== 베이스64 ( Base64 ======
 <WRAP left notice 80%> <WRAP left notice 80%>
-  * description : Base64+  * description : 베이스64 ( Base64 )
   * author      : 오션   * author      : 오션
   * email       : shlim@repia.com   * email       : shlim@repia.com
줄 8: 줄 8:
 <WRAP clear></WRAP> <WRAP clear></WRAP>
 \\ \\
-====== Base64 ======+====== 베이스64 ( Base64 ======
  
 ===== 1. 적용위치 ===== ===== 1. 적용위치 =====
줄 124: 줄 124:
 </code> </code>
 \\ \\
-==== 3.2 문제 ==== 
-Crypto-unescapeHtml에서 Decrypt Text 실행 시 에러 발생\\ 
-\\ 
-Decrypt Text 버튼 클릭 전\\ 
- 
-\\ 
-Decrypt Text 버튼 클릭 후\\ 
- 
-\\ 
-결과값이 출력되면서 동시에 input Text란에 입력한 값이 ''**<head>**'' → ''**&lt;head&gt;**''으로 변경됨.\\ 
-\\ 
- 
-=== 3.2.1 - 코드 === 
-\\ 
-코드 수정 전\\ 
- 
-<code java> 
-<!-- Input Encrypted ID or Password field --> 
-<label for="decryptInptText" class="decryptInptTtl">Input Text</label> 
-<input id="decryptInptText" class="decryptInptFld" name="decryptInptFld" type="text" placeholder="암호화된 ID 또는 Password를 입력하세요" value="<c:out value="${inputParam.decryptInptFld}" />"/> 
-</code> 
-\\ 
- 
-코드 수정 후\\ 
-<code java> 
-<!-- Input Encrypted ID or Password field --> 
-<label for="decryptInptText" class="decryptInptTtl">Input Text</label> 
-<input id="decryptInptText" class="decryptInptFld" name="decryptInptFld" type="text" placeholder="암호화된 ID 또는 Password를 입력하세요" value="<c:out value="${inputParam.decryptInptFld}" escapeXml="false"/>"/> 
-</code> 
-\\ 
-코드 수정 후 Decrypt Text 버튼 클릭 후의 캡쳐\\ 
- 
-\\ 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
  
  
  
 {{tag> 오션, base64}} {{tag> 오션, base64}}
/volume1/web/dokuwiki/data/attic/wiki/miscellaneous/base64.1652252576.txt.gz · 마지막으로 수정됨: 2022/05/11 16:02 저자 emblim98