cancel
Showing results for 
Search instead for 
Did you mean: 

How to detect if a content is using encrypted content store?

Upladder
Confirmed Champ
Confirmed Champ

Hello.

I just learned that there are 4 content store types.
One is encrypted content store.

This this section
https://docs.alfresco.com/content-services/7.1/admin/content-stores/#encrypted-content-store
I notiece that

Important: If Encrypted content store is enabled on an existing or upgraded Content Services installation, only new content will be encrypted but any existing content won’t be encrypted.

How can I detect if a content is encrypted or not?
If there are lots of files uploaded after upgraded installarion how can I locate where the unencrypted files are.

Thanks in advance.

1 ACCEPTED ANSWER

You may try finding nodes in DB using table alf_content_url_encryption

Hyland Developer Evangelist

View answer in original post

5 REPLIES 5

angelborroy
Community Manager Community Manager
Community Manager

Are you using Enterprise version?

Hyland Developer Evangelist

Yes. @angelborroy 

You may try finding nodes in DB using table alf_content_url_encryption

Hyland Developer Evangelist

Thanks for your help.
Do you know how to make unencrypted files get encrypted?

sergiobaiao
Champ in-the-making
Champ in-the-making

what about the reverse? Is it possible to disable encryption and decrypt all of the encrypted data?