All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Pass: The Unix Password Manager Using GPG Encryption and Git

By

Bogdanp

8mo ago· 7 min readen

Summary

Pass is a lightweight Unix password manager that follows Unix philosophy by storing passwords as GPG-encrypted files organized in a directory structure. Each password is stored in an encrypted file whose filename corresponds to the website or resource, allowing for easy management using standard command-line utilities. The tool provides commands for adding, editing, generating, and retrieving passwords, with all data stored in ~/.password-store and leveraging Git for version control.

Key quotes

· 4 pulled
Password management should be simple and follow Unix philosophy
With pass, each password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password
These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard command line file management utilities
All passwords live in ~/.password-store, and pass provides some nice commands for adding, editing, generating
Snippet from the RSS feed
Pass is the standard unix password manager, a lightweight password manager that uses GPG and Git for Linux, BSD, and Mac OS X.

You might also wanna read