Falscher privater Schlüssel für die Verschlüsselungs-App. Bitte aktualisieren Sie Ihren privaten Schlüssel in Ihren persönlichen Einstellungen um wieder Zugriff auf die verschlüsselten Dateien zu erhalten

Das Problem besteht auch mit der Version 25 weiter. De- und Reaktivieren der App, Löschen der Benutzer, nichts hilft. Was ist das denn für ein verdammter Mist?
Wollte eigentlich für unsere Firma von Synology Drive wechseln, das Thema hat sich erledigt. Schade, aber so etwas kann man doch seinen Kunden und Mitarbeitern nicht zumuten. :face_with_symbols_over_mouth:

1 Like

This worked in my NC 25:

  1. in Apps deactivate “Default encryption Module”

  2. on the console:
    php occ encryption:disable
    or if you use Docker:
    docker exec --user www-data ${D} php occ encryption:disable

  3. reactivate “Default encryption Module”

  4. php occ encryption:enable
    or in Docker:
    docker exec --user www-data ${D} php occ encryption:enable

1 Like

Thanks, this did work!! :smiley:

I just tested it: files do get encryted on upload. *woohoo

Can you explain what this does in a technical perspective, how this solves the problem?

I just did put the instructions from post #10 into shell commands, you can copy paste to your console.

I have no clue why this works, but it is the old “did you try to turn it off and on again?” solution

NC 26 …the same problem - but the solutions above dont work…