Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

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
  • +1
    Certified Associate Developer
    Hi Richard,

    I am afraid we cannot directly do this with in Appian document managment system and all the documents present in Appian will be browsed and viewed by system administrator.

    But there is work aorund you can think. Instead of Appian document system, we can store the encrypted document in database. There is an Appian plugin "Base64 Document Database Integration" (Smart services) available here - community.appian.com/.../base64-document-database-integration

    This particular plugin can encrypt the document into Base 64 and store the document in database. Also stored document can be retrieved when its needed and ofcourse this document cannot be viewed by system administrator directly instead he has to use only Appian process via this plugin to retrive the document into Appian.

    Hope this solution helps.

    Thanks - Naveen
Reply
  • +1
    Certified Associate Developer
    Hi Richard,

    I am afraid we cannot directly do this with in Appian document managment system and all the documents present in Appian will be browsed and viewed by system administrator.

    But there is work aorund you can think. Instead of Appian document system, we can store the encrypted document in database. There is an Appian plugin "Base64 Document Database Integration" (Smart services) available here - community.appian.com/.../base64-document-database-integration

    This particular plugin can encrypt the document into Base 64 and store the document in database. Also stored document can be retrieved when its needed and ofcourse this document cannot be viewed by system administrator directly instead he has to use only Appian process via this plugin to retrive the document into Appian.

    Hope this solution helps.

    Thanks - Naveen
Children
No Data