Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 967 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 967 Bytes

Pass Secret Service

GitHub Actions Workflow Status

Implementation of org.freedesktop.secrets using pass

Secrets are stored in GPG files under ~/.password-store/secret-service. Attributes are not encrypted.

Installation

AUR Badge

There are prebuilt binaries for x86_64-unknown-linux-gnu on the Releases page.

Building from source

Does not require any additional dependencies to build (uses a pure-rust D-Bus implementation)

cargo build --release

A systemd user unit and a D-Bus session activation file are located in the systemd directory