后台对Json数据加密、解密

一、工具类html package com.abc.er.util; import org.apache.commons.codec.binary.Base64; import javax.crypto.*; import javax.crypto.spec.SecretKeySpec; import java.security.SecureRandom; public class AesUti
相关文章
相关标签/搜索