Skip to content

Encrypt Files

Encrypt files using AES Encryption

Encrypt Files

This application encrypts files using AES-256 encryption using the user supplied password.

This application uses RNCryptor, an open source Swift library to encrypt. You can read more about this library on Github.