|
@@ -59,7 +59,6 @@ public class ViewController extends Controller {
|
|
|
// String aesDecodeSt4 = AESUtils.aesDecodeStr(aesEncryptStr3, "27c78f49ba635c90a4a44af98a76e313" ,IV);
|
|
|
// String aesDecodeSt5 = AESUtils.aesEncryptStr(aesDecodeSt4, PropKit.get("nw_key"),IV);
|
|
|
this.renderText(aesDecodeStr);
|
|
|
-
|
|
|
} catch (Exception e) {
|
|
|
// TODO: handle exception
|
|
|
this.renderText(e.toString());
|