AES 텍스트 암호화
브라우저의 SubtleCrypto API를 사용하여 AES-256-GCM으로 텍스트를 암호화·복호화합니다.
Uses AES-256-GCM with PBKDF2 key derivation. Encrypted output is base64-encoded.
Comments & Feedback
Comments are powered by Giscus. Sign in with GitHub to leave a comment.
브라우저의 SubtleCrypto API를 사용하여 AES-256-GCM으로 텍스트를 암호화·복호화합니다.
Uses AES-256-GCM with PBKDF2 key derivation. Encrypted output is base64-encoded.
Comments are powered by Giscus. Sign in with GitHub to leave a comment.