주석변경
This commit is contained in:
@@ -128,9 +128,11 @@ public class Encryypt {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* 개인정보 암호화 메인함수
|
||||
* @param args
|
||||
* @throws Exception
|
||||
*
|
||||
*/
|
||||
public static void main(String[] args) throws Exception {
|
||||
byte[] key = generateKey("AES", 128);
|
||||
|
||||
Reference in New Issue
Block a user