WebSphereLiberty8.5.5.9(二)
- 手机
- 2025-08-13 07:39:02

WebSphere Liberty 8.5.5.9 (二) encode and decode Pre WebSphere Liberty 8.5.5.9 xor and AES
提取 D:\wlp-webProfile7-java8-8.5.5.9\wlp\lib 下必要加解密包
com.ibm.ws.crypto.certificateutil_1.0.12.jar com.ibm.ws.crypto.passwordutil_1.0.12.jar com.ibm.ws.kernel.service.location_1.1.12.jar com.ibm.ws.kernel.service_1.3.12.jar com.ibm.ws.logging_1.0.12.jar解密 {xor}CDo9Hgw=
String plainText = "WebAS"; System.out.println("1 -- " + PasswordUtil.passwordEncode(plainText)); System.out.println("2 -- " + PasswordUtil.passwordDecode("{xor}CDo9Hgw=")); String aesEncodedVal = PasswordUtil.passwordEncode(plainText, "aes"); System.out.println("3 -- " + aesEncodedVal); System.out.println("4 -- " + PasswordUtil.passwordDecode(aesEncodedVal));结果输出验证
WebSphereLiberty8.5.5.9(二)由讯客互联手机栏目发布,感谢您对讯客互联的认可,以及对我们原创作品以及文章的青睐,非常欢迎各位朋友分享到个人网站或者朋友圈,但转载请说明文章出处“WebSphereLiberty8.5.5.9(二)”