cipher
Windows CMD · Files · available in the simulator
What it does
File/folder encryption on NTFS (EFS).
Syntax
cipher [/e | /d] [/s:directorio] [/a] [/w:directorio] [archivo...]
Options and parameters
/EEncrypts the specified directories using EFS.
cipher /e C:\Privado/DDecrypts the specified directories.
/W:RUTASecurely wipes free space.
/SPerforms the operation on the specified directory and all its subdirectories.
/APerforms the operation on files as well as directories.
/IContinues performing the operation even if errors occur.
/FForces the encryption operation on all specified files, even those already encrypted.
/QReports only the most essential information.
/KCreates a new file encryption key for the user.
/RGenerates a recovery agent key and certificate.
/WPermanently removes data from available free space on the volume.
cipher /w:C:\/XBacks up the EFS certificate and keys.
Usage examples
cipher /E archivo.txtcipher /D archivo.txtcipher /W:C:\cipher /c archivo.txtcipher /e C:\Privadocipher /w:C:\
Notes and common mistakes
- EFS requires NTFS and is not available in all Windows editions.