Uploaded August 2026 | Updated September 2026, 2 weeks ago
#install
sudo apt install gocryptfs
# Make folders
mkdir myfiles_encrypted myfiles_decrypted
# Initialize Encryption
gocryptfs -init myfiles_encrypted
# mount folders
gocryptfs myfiles_encrypted myfiles_decrypted
# unmount/lock folder
fusermount -u myfiles_decrypted
# using master key
gocryptfs -masterkey=stdin myfiles_encrypted myfiles_decrypted
# or [clear it from history after]
gocryptfs -masterkey=YOUR-MASTER-KEY-HERE myfiles_encrypted myfiles_decrypted
# reset password
gocryptfs -passwd -masterkey=stdin myfiles_encrypted
odysee.com/@metalx1000:c
Webpage - filmsbykris.com
Support:
patreon.com/metalx1000
liberapay.com/Metalx1000/donate
paypal.com/donate/?cmd=_s-xclick&hosted_button_id=J9FK6WWVRQMG6
FaceBook: facebook.com/pages/Films-By-Kris/225113590836253
#install
sudo apt install gocryptfs
# Make folders
mkdir myfiles_encrypted myfiles_decrypted
# Initialize Encryption
gocryptfs -init myfiles_encrypted
# mount folders
gocryptfs myfiles_encrypted myfiles_decrypted
# unmount/lock folder
fusermount -u myfiles_decrypted
# using master key
gocryptfs -masterkey=stdin myfiles_encrypted myfiles_decrypted
# or [clear it from history after]
gocryptfs -masterkey=YOUR-MASTER-KEY-HERE myfiles_encrypted myfiles_decrypted
# reset password
gocryptfs -passwd -masterkey=stdin myfiles_encrypted
odysee.com/@metalx1000:c
Webpage - filmsbykris.com
Support:
patreon.com/metalx1000
liberapay.com/Metalx1000/donate
paypal.com/donate/?cmd=_s-xclick&hosted_button_id=J9FK6WWVRQMG6
FaceBook: facebook.com/pages/Films-By-Kris/225113590836253










