後臺對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
相關文章
相關標籤/搜索