Protect your data with professional-grade encryption and permission locking tools.
Folder: Steroids/
The Security Pack combines two powerful yet distinct approaches to data protection:
cipher-enhance.ps1 (EFS Encryption)cipheracllock-enhance.ps1 (Permission Locking)acllock / lock| Use Case | Recommended Tool | Why? |
|---|---|---|
| Hiding a folder from a sibling/coworker | acllock |
Fast, easy to toggle, no complex certificates. |
| Storing bank statements/passwords | cipher |
Provides actual bit-level encryption. |
| Preventing unauthorized accidental deletes | acllock |
Deny rules prevent deletion by anyone. |
| Protecting files on a USB drive | cipher |
Data remains encrypted if the drive is lost. |
# Interactive Encryption
cipher
# Interactive Locking
lock
# Check Status of a folder
lock status "C:\MyData"
cipher-status "C:\MyData"
Part of TheSecretJuice 💉 by mini-page