https://github.com/cyrix126/get_pass
https://github.com/cyrix126/get_pass
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyrix126/get_pass
- Owner: Cyrix126
- License: gpl-3.0
- Created: 2024-05-27T09:56:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-07T11:25:25.000Z (10 months ago)
- Last Synced: 2025-11-19T18:24:36.786Z (7 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# get_pass
**get_pass** is a very simple lib to get a password from a path using [pass](https://www.passwordstore.org).
It is meant to be used where you don't want your password stored in configuration files for example. You put only the path of the pass file and get the password with this crate instead.
**pass** need to be installed and configured on the system on runtime where the application using this library is used.