mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 10:32:11 +03:00
286 B
286 B
cipher
Encrypt or decrypt files on NTFS drives.
- Encrypt a file or directory:
cipher /e:{{path/to/file_or_directory}}
- Decrypt a file or directory:
cipher /d:{{path/to/file_or_directory}}
- Securely remove a file or directory:
cipher /w:{{path/to/file_or_directory}}