Encrypted documents

We have a need for files that are uploaded by the user to be encrypted "at rest" to prevent system administrators from accessing those documents.  Does anyone have experience with this?   We are interested in any options, disk encryption, plugins, calls to command line tools.   In particular we're interested in a) how, and b) how were the keys stored.

Thanks

  Discussion posts and replies are publicly visible

Parents
  • Full disk encryption is a standard approach to ensuring that data is encrypted at rest. Encryption at that level will be transparent to most applications running on the system (including Appian), so any common encryption solution should work.

    (Though it's always a good idea to test whatever option you go with, keeping an eye on performance. You should also make sure that your backups will be encrypted to your satisfaction, but still able to be decrypted in the event that they need to be used.)
Reply
  • Full disk encryption is a standard approach to ensuring that data is encrypted at rest. Encryption at that level will be transparent to most applications running on the system (including Appian), so any common encryption solution should work.

    (Though it's always a good idea to test whatever option you go with, keeping an eye on performance. You should also make sure that your backups will be encrypted to your satisfaction, but still able to be decrypted in the event that they need to be used.)
Children