Hiding photos in the system (Ubuntu)
Encrypted Folder with EncFS (password protected & mounts like normal folder)
STEP 1 : iNITIALIZATION
1. Install EncFS
Copy
Copy
sudo apt update
sudo apt install encfs
2. Create two folders
Copy
Copy
mkdir ~/PrivateEncrypted # actual encrypted data...
frontendwebdev.hashnode.dev1 min read