주석변경

This commit is contained in:
2025-10-14 12:39:32 +09:00
parent 25fa8c8917
commit 057c4bb829

View File

@@ -128,9 +128,11 @@ public class Encryypt {
}
/**
*
* 개인정보 암호화 메인함수
* @param args
* @throws Exception
*
*/
public static void main(String[] args) throws Exception {
byte[] key = generateKey("AES", 128);