{"id":599,"date":"2024-04-15T10:25:10","date_gmt":"2024-04-15T01:25:10","guid":{"rendered":"http:\/\/inwelly.com\/?p=599"},"modified":"2024-04-22T05:03:14","modified_gmt":"2024-04-21T20:03:14","slug":"jsp-base64encoder-base64decoder-%eb%b3%b5%ed%98%b8%ed%99%94","status":"publish","type":"post","link":"https:\/\/inwelly.com\/?p=599","title":{"rendered":"JSP BASE64Encoder , BASE64Decoder \ubcf5\ud638\ud654"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;%@ page import=\"hmc.bsc.util.*\"%>\n&lt;%@ page import=\"hmc.bsc.bizmgr.*\"%>\n&lt;%@ page import=\"sun.misc.*\"%>\n&lt;%@ page import=\"java.text.*\"%>\n\nBASE64Encoder encoder = new BASE64Encoder();\nBASE64Decoder decoder = new BASE64Decoder();\n\nString encoderid  = \"\";\nString encoderpw  = \"\";\nString strMbrid   = \"hongtting\";\nString strMbrPw  = \"123456\";\n\nString encoderString1  = \"\";\nString encoderString2  = \"\";\nbyte&#91;] encoderString3;\n\n\/\/ ENCODER ----------------------------------------------\nencoderString1 = encoder.encodeBuffer(strMbrid.getBytes());\n\n\/\/ DECODER ----------------------------------------------\nencoderString3 = decoder.decodeBuffer(encoderString1);\nencoderString2 = new String(encoderString3);\n\n\/\/ out.println(encoderString2);<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":1280,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[104],"tags":[],"class_list":["post-599","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-java"],"_links":{"self":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/599","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=599"}],"version-history":[{"count":1,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/599\/revisions"}],"predecessor-version":[{"id":600,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/599\/revisions\/600"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/media\/1280"}],"wp:attachment":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=599"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=599"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=599"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}