blindpass: Password entry tool

[ gpl, library, program, utilities ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/jlamothe/blindpass#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), blindpass [details]
License GPL-3.0-only
Copyright Jonathan Lamothe
Author Jonathan Lamothe
Maintainer jonathan@jlamothe.net
Category Utilities
Home page https://github.com/jlamothe/blindpass#readme
Bug tracker https://github.com/jlamothe/blindpass/issues
Source repo head: git clone https://github.com/jlamothe/blindpass
Uploaded by jlamothe at 2020-12-11T22:21:02Z
Distributions
Executables blindpass
Downloads 220 total (13 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-12-11 [all 1 reports]

Readme for blindpass-0.1.0

[back to package description]

blindpass

Your Rights

Copyright (C) 2020 Jonathan Lamothe jonathan@jlamothe.net

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Purpose

This is a simple program that allows you to enter a command that requires a password without leaving a record of that password in hour history file.

Instead of running a command as:

somecommand my-super-secret-password

You can instead enter:

somecommand `blindpass`

You will then be prompted twice for a password (whithout echoing to the screen). If the passwords match, the password will be passed to your command as though it had been entered from the command line. If the passwords do not match, you will be prompted again. No record of this password will be kept anywhere.