网站首页 站内搜索

搜索结果

查询Tags标签: keyBytes,共有 2条记录
  • Java前后端AES加密解密

    之前要写接口aes加密传输,涉及到经常会遇到 后端代码import cn.hutool.core.codec.Base64; import cn.hutool.core.util.HexUtil; import org.bouncycastle.jce.provider.BouncyCastleProvider; import org.springframework.stereotype.Component;import javax.crypto.Ci…

    2022/7/13 1:23:47 人评论 次浏览
  • java使用RSA,公钥加密

    import sun.misc.BASE64Decoder; import javax.crypto.Cipher; import java.security.*; import java.security.spec.X509EncodedKeySpec; import java.util.Base64; public class RSAUtils {//公钥加密public static String encrypt(String content, PublicKey publicKey…

    2021/4/9 20:29:01 人评论 次浏览
扫一扫关注最新编程教程