keyrings.efile


Namekeyrings.efile JSON
Version 2.0 PyPI version JSON
download
home_pagehttps://github.com/NMRhub/keyrings.efile.git
SummaryEncrypted keyfile without password
upload_time2024-07-15 14:36:19
maintainerNone
docs_urlNone
authorGerard
requires_pythonNone
licenseMIT license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # keyrings.efile

We needed a keyrings implementation that just worked in headless environments. 
**keyrings.efile** encrypts passwords using files stored on the local filesystem (*/var/tmp/*).

It's not secure if an attacker can read all the files, but at least doesn't store the password
as plain text.

The current implemetation has the kerying priority set to 20 to take precedence over the Chainer backend. 
This may change in future releaeses.

## Update
Version 2.0 implements *delete_password*.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NMRhub/keyrings.efile.git",
    "name": "keyrings.efile",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Gerard",
    "author_email": "gweatherby@uchc.edu",
    "download_url": "https://files.pythonhosted.org/packages/a8/fb/091c536f7d90df71438742920c91bafbd340fd948cee4cf5cd703656e954/keyrings_efile-2.0.tar.gz",
    "platform": null,
    "description": "# keyrings.efile\n\nWe needed a keyrings implementation that just worked in headless environments. \n**keyrings.efile** encrypts passwords using files stored on the local filesystem (*/var/tmp/*).\n\nIt's not secure if an attacker can read all the files, but at least doesn't store the password\nas plain text.\n\nThe current implemetation has the kerying priority set to 20 to take precedence over the Chainer backend. \nThis may change in future releaeses.\n\n## Update\nVersion 2.0 implements *delete_password*.\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Encrypted keyfile without password",
    "version": "2.0",
    "project_urls": {
        "Homepage": "https://github.com/NMRhub/keyrings.efile.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdf9b7090715e232934756cb03e166bf25addb5b4b428e516e21503d54c654b4",
                "md5": "53100d57d50c4bd8b2028985e0be15e6",
                "sha256": "7d704dd040c122ba7042390fa207e4b8a2b9073881ca491df3405ae6752bdefd"
            },
            "downloads": -1,
            "filename": "keyrings.efile-2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "53100d57d50c4bd8b2028985e0be15e6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5551,
            "upload_time": "2024-07-15T14:36:17",
            "upload_time_iso_8601": "2024-07-15T14:36:17.787024Z",
            "url": "https://files.pythonhosted.org/packages/cd/f9/b7090715e232934756cb03e166bf25addb5b4b428e516e21503d54c654b4/keyrings.efile-2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8fb091c536f7d90df71438742920c91bafbd340fd948cee4cf5cd703656e954",
                "md5": "999d366e95d4bfcb7a6312f5dbd92482",
                "sha256": "22f024712aac35a9e2da9c68645ff87c49a4d5e0ab8b6521072a4627f06e3233"
            },
            "downloads": -1,
            "filename": "keyrings_efile-2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "999d366e95d4bfcb7a6312f5dbd92482",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5022,
            "upload_time": "2024-07-15T14:36:19",
            "upload_time_iso_8601": "2024-07-15T14:36:19.810129Z",
            "url": "https://files.pythonhosted.org/packages/a8/fb/091c536f7d90df71438742920c91bafbd340fd948cee4cf5cd703656e954/keyrings_efile-2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-15 14:36:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NMRhub",
    "github_project": "keyrings.efile",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "keyrings.efile"
}
        
Elapsed time: 0.36334s