Configuring Security |
The Use Encryption-at-Rest checkbox setting--when enabled--requires users, on upload, to enter a password to encrypt the files on the server. Package recipients will be required to enter the password to decrypt protected files as they are being downloaded. If an user elects to keep downloaded files encrypted, then they do not need to enter a password until they attempt to decrypt the files locally. Encryption-at-Rest is supported by the IBM Aspera Connect Browser Plug-in, starting with Version 2.2.0. To ensure that encryption and decryption occur, log in to your Faspex Server GUI, select Server > Configuration > Transfers and scroll down to the Aspera Connect Version section. Mark the Enforce minimum version checkbox and specify "2.2.0" or higher in the Version field.
You can find the aspera.conf file at: C:\Program Files (x86)\Aspera\Enterprise Server\etc\aspera.conf
The following code block demonstrates manually updating aspera.conf:
<transfer> ... <encryption> <content_protection_strong_pass_required> <!--Strong Password Required for Content Protection--> true </content_protection_strong_pass_required> <content_protection_required> <!--Content Protection Required--> true </content_protection_required> ... </encryption> ... </transfer>