Decode 썸네일형 리스트형 [java] encode and decode a string using AES import java.security.InvalidKeyException; import java.security.NoSuchAlgorithmException; import javax.crypto.BadPaddingException; import javax.crypto.Cipher; import javax.crypto.IllegalBlockSizeException; import javax.crypto.NoSuchPaddingException; import javax.crypto.spec.SecretKeySpec; public class EncryptDecryptTest { public static Cipher getCipher(String synchro1, String synchro2, String syn.. 더보기 이전 1 다음