You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow to set the range which the fix-encrypted-version command tries.
The oc_filecache contains the integer columns "version" and "encryptedVersion" which start with 1 and are incremented on every file modification.
When using encryption those values are used together with the ciphertext to generate a cryptographic signature for the file. Conversely the version value is required to verify the signature.
In some rare cases (timeouts, bugs,...) the value might not get updated accordingly or lost, thus requiring to bruteforce the version with the fix:encrypted:version command until the file can be decrypted.
Allow to set the range which the fix-encrypted-version command tries.
The oc_filecache contains the integer columns "version" and "encryptedVersion" which start with 1 and are incremented on every file modification.
When using encryption those values are used together with the ciphertext to generate a cryptographic signature for the file. Conversely the version value is required to verify the signature.
In some rare cases (timeouts, bugs,...) the value might not get updated accordingly or lost, thus requiring to bruteforce the version with the fix:encrypted:version command until the file can be decrypted.
PR: #274
The text was updated successfully, but these errors were encountered: