Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

Encrypt

Encrypt command encrypts the current document or the current selection.

Complexity: linear-time.

Encrypt Window

Algorithm
Provides you with a list of installed encryption algorithms. Cryptography API block and stream ciphers are supported by the Hex Editor Neo.
Key length (bits)
Allows you to change the key length in bits for some algorithms. For others, this field is read-only.
Password and Re-type password
Enter the encryption password here. You have to enter the same password into both fields. The password will then be required to decrypt the encrypted data.
Do not hide password
Select to make password visible.
Whole file/Selection
Select whether encryption takes place on the whole document or only its part.

Scripting

Scripts may use the IDocumentView.encryptAsync method to execute this command.