Unix

pass, 비밀번호 관리 유틸

ForceCore 2025. 1. 24. 09:52

* ASCII로 비번을 저장할 것 -> git으로 sync하게

* 소개글: https://myst.rs/blog/password-manager

* https://www.passwordstore.org/

 

Pass: The Standard Unix Password Manager

Introducing pass 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

www.passwordstore.org

저런 조건을 만족하는 비번 관리 프로그램이 몇 없다. 그 중 하나는 저것.

CLI 프로그램이지만 다행히 안드로이드나 아이폰용 frontend도 있어서 범용성이 높다.

 

2025-04-01

https://github.com/tadfisher/pass-otp#readme

 

GitHub - tadfisher/pass-otp: A pass extension for managing one-time-password (OTP) tokens

A pass extension for managing one-time-password (OTP) tokens - tadfisher/pass-otp

github.com

OTP도 지원한다 ㄷㄷㄷ. Keepass나 Enpass가 OTP generation을 하므로 여기서도 필요하지...