Programming/Linux (리눅스)

[Unix] pass 란? / 비밀번호 안전하게 관리하기

MOONCO 2023. 12. 4. 16:42

 

 

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

 

Pass 란?

 UNIX 기반 운영체제에서 사용가능한

안전한, 비밀번호 관리 프로그램

 

사용법

 

1.  리스트 보기

pass

 

2. 비밀번호 추가하기

pass insert [카테고리(없어도됌)]/[이름,제목,이메일,ID]

 

3. 저장된 비밀번호 확인하기

pass show [카테고리]/[이름,제목,이메일,ID]

 

반응형