blindpass: Password entry tool

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.0.0, 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-11T21:14:08Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for blindpass-0.0.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 project is not complete yet. Do not use.

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. No record of this password will be kept anywhere.