Site icon EfmSoft

¿Qué significa el código NTSTATUS 0xC0000443 (STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE)?

 
Anterior Siguiente
STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE

STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE

Qué significa STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE

STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE es una transición de protocolo en SMB Client-Side Encryption: el target contiene datos EFS y un open normal no puede tratarlos como si fueran plaintext ordinario.

El cliente debe conservar la identidad del archivo y reabrir/continuar mediante la secuencia CSE que maneja metadata y contenido cifrado. Ignorar el status puede perder metadata EFS o crear una sustitución en claro.

Qué comprobar

  • Conserve file ID/path y el create response que indicó CSE.
  • Cambie al flujo CSE soportado en vez de copiar bytes como un archivo normal.
  • No confunda EFS file encryption con SMB transport encryption.
  • Compruebe que copy/backup tools preservan metadata y raw encrypted content.

Referencias técnicas


¿Buscas un código diferente? Buscar otro código de estado o error.

Exit mobile version