=========
FlashPass
=========
FlashPass is a simple cross-platform password manager written in Python.
Decrypted passwords are copied to your clipboard.
************
Installation
************
Install from PyPi:
.. code-block:: console
pip install flashpass
Or, from the release tarball/wheel:
* Download the `latest release <https://github.com/Septem151/flashpass/releases/latest>`_
* Navigate to the directory where you saved the release
* ``pip install --upgrade [release file]``
*****
Usage
*****
Interactive mode
================
* ``flashpass``
Standard mode of FlashPass, guided prompts for password encryption/decryption.
Encrypt a new password
======================
* ``flashpass -e [name]`` or ``flashpass --encrypt [name]``
Encrypts a new password with the given name.
Decrypt an existing password
============================
* ``flashpass -d [name]`` or ``flashpass --decrypt [name]``
Decrypts an existing password with the given name and copies the password to your clipboard.
List all stored passwords
=========================
* ``flashpass -l`` or ``flashpass --list``
List the names of all stored passwords.
Print help
==========
* ``flashpass -h`` or ``flashpass --help``
Print all available commands and their descriptions.
Raw data
{
"_id": null,
"home_page": "https://github.com/Septem151/flashpass",
"name": "flashpass",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11,<4.0",
"maintainer_email": "",
"keywords": "security,passwords",
"author": "Carson Mullins",
"author_email": "carsonmullins@yahoo.com",
"download_url": "https://files.pythonhosted.org/packages/f4/21/f67ca9187ce801057277e2b801f54c7bd00509a73380909eaf2b56f1cdae/flashpass-1.0.1.tar.gz",
"platform": null,
"description": "=========\nFlashPass\n=========\n\nFlashPass is a simple cross-platform password manager written in Python.\n\nDecrypted passwords are copied to your clipboard.\n\n************\nInstallation\n************\n\nInstall from PyPi:\n\n.. code-block:: console\n\n pip install flashpass\n\nOr, from the release tarball/wheel:\n\n* Download the `latest release <https://github.com/Septem151/flashpass/releases/latest>`_\n* Navigate to the directory where you saved the release\n* ``pip install --upgrade [release file]``\n\n*****\nUsage\n*****\n\nInteractive mode\n================\n\n* ``flashpass``\n\nStandard mode of FlashPass, guided prompts for password encryption/decryption.\n\nEncrypt a new password\n======================\n\n* ``flashpass -e [name]`` or ``flashpass --encrypt [name]``\n\nEncrypts a new password with the given name.\n\nDecrypt an existing password\n============================\n\n* ``flashpass -d [name]`` or ``flashpass --decrypt [name]``\n\nDecrypts an existing password with the given name and copies the password to your clipboard.\n\nList all stored passwords\n=========================\n\n* ``flashpass -l`` or ``flashpass --list``\n\nList the names of all stored passwords.\n\nPrint help\n==========\n\n* ``flashpass -h`` or ``flashpass --help``\n\nPrint all available commands and their descriptions.\n\n",
"bugtrack_url": null,
"license": "GPL-2.0-only",
"summary": "Encrypt & Decrypt FlashPass .fp files",
"version": "1.0.1",
"project_urls": {
"Homepage": "https://github.com/Septem151/flashpass",
"Repository": "https://github.com/Septem151/flashpass"
},
"split_keywords": [
"security",
"passwords"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9181316a72f05190d8556ae719a858147f5a3883f0fa87aafac6d5fd810906b9",
"md5": "4ff1480bd980ad0663b361fbd6206c1a",
"sha256": "40a9fd2c5fdb790f0d8be84cfaac4239fd0fc3e6d51fcef87e833a735c2c26b6"
},
"downloads": -1,
"filename": "flashpass-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4ff1480bd980ad0663b361fbd6206c1a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11,<4.0",
"size": 15161,
"upload_time": "2023-05-16T22:28:30",
"upload_time_iso_8601": "2023-05-16T22:28:30.914033Z",
"url": "https://files.pythonhosted.org/packages/91/81/316a72f05190d8556ae719a858147f5a3883f0fa87aafac6d5fd810906b9/flashpass-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f421f67ca9187ce801057277e2b801f54c7bd00509a73380909eaf2b56f1cdae",
"md5": "0851773817916209fbb536c839b69eea",
"sha256": "1469b3f817e5cdfe117ca34817c7342eceb6d611b6f858948a91f979b2f1488d"
},
"downloads": -1,
"filename": "flashpass-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "0851773817916209fbb536c839b69eea",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11,<4.0",
"size": 13838,
"upload_time": "2023-05-16T22:28:32",
"upload_time_iso_8601": "2023-05-16T22:28:32.564944Z",
"url": "https://files.pythonhosted.org/packages/f4/21/f67ca9187ce801057277e2b801f54c7bd00509a73380909eaf2b56f1cdae/flashpass-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-16 22:28:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Septem151",
"github_project": "flashpass",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "flashpass"
}