Skip to content

인코더 및 암호

AES 파일 암호화 / 복호화

Encrypt files with AES-GCM and a passphrase.

Runs in your browser

Drop a file or click to browse

Any file. Downloads as <name>.aes.json after encryption.

AES-GCM 256-bit · PBKDF2 200,000 iterations · everything runs in your browser.

편집자 노트

Understanding · A passphrase, a key derivation, and a cipher.

이 심층 챕터는 현재 영어로만 제공됩니다. 위의 변환 도구는 귀하의 언어로 작동하지만, 긴 설명 글은 아직 번역되지 않았습니다.

자주 묻는 질문

Quick answers.

What happens if I forget my password?

The data is unrecoverable. Because this is a privacy-first tool with no server-side storage, there is no 'reset' or recovery mechanism for lost passphrases.

Is the encryption local or server-side?

All encryption and decryption occur locally on your device via your browser's Web Crypto API. Your files and passwords are never uploaded to any external server.

Why is AES-GCM better than CBC mode?

GCM provides authenticated encryption, meaning it can detect if any part of the encrypted file has been tampered with or corrupted before decryption. Traditional CBC mode only provides privacy and requires a separate MAC for integrity.

What is the file size limit?

The limit depends on your browser's available memory. For files larger than 1GB, we recommend using a dedicated desktop tool to avoid browser crashes or memory exhaustion.

사람들이 다음도 검색합니다.

관련 도구

More in this room.

모두 보기 인코더 및 암호