Skip to main content
Background Image
  1. Tags/

Encryption

Gocryptfs: A File-based Encryption Tool Written in Go
··1287 words·7 mins
Have you ever dreamt of a (terminal) tool that is able to encrypt your regular file (and directories) in a convenient way? Gocryptfs is your answer. It is a terminal-based, powerful, and open source encryption tool.
A Standard Unix Password Manager: Pass
Password management should be simple and follow Unix philosophy. With pass, each password lives inside of a gpg encrypted file.
Enrypting Disk in Linux using LUKS
··949 words·5 mins
A tutorial on how to encrypt disk/drive/partition in linux with cryptsetup.