nextcloud / nextcloud/documentation

Antivirus scanner AND encryption

Open
#13,019 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop
Dominant language
JavaScript
Stars
628
Forks
2.5k
Avg merge
2d 11h
Merged PRs (30d)
135

Description

Could you please clarify this point.

It is unclear whether the encryption with master-key ( https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/encryption_configuration.html ) is compatible with Antivirus scanner (ClamAV) ( https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/antivirus_configuration.html ) in background mode.

Specifically, when doing background scan (either automatic or manual with occ), does NextCloud first perform decryption and then serves actual file content to antivirus (ClamAv) or it feeds antivirus with encrypted file (hence no point of background scans with encryption enabled) ?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked encryption and antivirus configuration documentation, then verify how automatic and occ background scans handle encrypted files. Update the relevant documentation to state whether ClamAV receives decrypted file content or encrypted data, and ensure the behavior is clear for master-key encryption.

Written by the indexing model from the issue text.

Assessment

Domain
documentation, security
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.