Encryption and authentication
When you select a file and enter a password, the tool converts that password into a 256-bit AES key through password-based key derivation. AES-GCM then encrypts the file bytes and produces an authentication tag associated with the ciphertext and encryption parameters. The result is opaque encrypted data rather than an ordinarily readable copy with a password prompt.