Wesley13 Wesley13
2年前
java使用AES加密解密 AES
importjavax.crypto.Cipher;importjavax.crypto.spec.SecretKeySpec;importorg.apache.commons.codec.binary.Base64;/@authorAdministrator
Wesley13 Wesley13
2年前
java 实现 pbkdf2_sha256加密验证算法
importjava.nio.charset.Charset;importjava.security.NoSuchAlgorithmException;importjava.security.spec.InvalidKeySpecException;importjava.security.spec.Ke
Stella981 Stella981
2年前
Android、iPhone和Java三个平台一致的加密工具
importjava.security.Key;importjavax.crypto.Cipher;importjavax.crypto.SecretKeyFactory;importjavax.crypto.spec.DESedeKeySpec;importjavax.
Wesley13 Wesley13
2年前
GCC参数
\passexitcodes:在某一阶段退出时返回最高的错误码\help:显示此帮助说明\targethep:显示目标机器特定的命令行选项\dumpspecs:显示所有内建spec字符串\dumpversion:显示编译器的版本号\dumpmachine:显示编译器的目标处理器\printsearchdir
Wesley13 Wesley13
2年前
PHP,安卓,ios相互适用的AES加密算法
http://wangsigui.blog.51cto.com/5362901/1340415java的AES加密算法:importjavax.crypto.Cipher;importjavax.crypto.spec.IvParameterSpec;importjavax.crypto.spec.SecretKey
Stella981 Stella981
2年前
Istio修改IngressGateway网络类型
ingressgateway的默认网络类型是LoadBanlancer,在没有外部负载均衡的情况下可以修改为NodePort。1、修改kubectlpatchserviceistioingressgatewaynistiosystemp'{"spec":{"type":"NodePort"}}'2、查看ID与端口
Stella981 Stella981
2年前
Cypress(三)cypress实战
一.例子,模拟慕课网登录1.在项目下新建login.js文件!(https://oscimg.oschina.net/oscnet/7c0aa6f1bbc74de4b13884dbbb790c56.png)2.在项目的cypressintegration目录下新建login.spec.js文件,输入以下代码
Wesley13 Wesley13
2年前
AES加密解密工具类
importorg.slf4j.Logger;importorg.slf4j.LoggerFactory;importjavax.crypto.Cipher;importjavax.crypto.spec.IvParameterSpec;importjavax.crypto.spec.Sec