python-local-passwords


Namepython-local-passwords JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryA package for key generation, encrypting and decrypting passwords
upload_time2023-09-21 15:24:26
maintainer
docs_urlNone
authordave_the_noob
requires_python
license
keywords python encryption passwords decrypting key generation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This class initializes the Fernet cipher suite using a key file. The key file path
should be provided when creating an instance of the class. However if you are using 
the class for the first time, you should create the key by calling the create key method.
This key can be saved anywhere on your harddrive, the default location is in the root
directory of the C: drive. 


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "python-local-passwords",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,encryption,passwords,decrypting,key generation",
    "author": "dave_the_noob",
    "author_email": "dave.dawson86@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ba/90/b1f7e68ded7c4a14bbf532239269e85a29b1cd370fea0bf80ab5ab7dfda2/python_local_passwords-0.0.2.tar.gz",
    "platform": null,
    "description": "This class initializes the Fernet cipher suite using a key file. The key file path\r\nshould be provided when creating an instance of the class. However if you are using \r\nthe class for the first time, you should create the key by calling the create key method.\r\nThis key can be saved anywhere on your harddrive, the default location is in the root\r\ndirectory of the C: drive. \r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A package for key generation, encrypting and decrypting passwords",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "python",
        "encryption",
        "passwords",
        "decrypting",
        "key generation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4433d2fe4b379d7c9710376e04c7ab834f32479e0739b5b1b6bf9f23e49af533",
                "md5": "8f8ce7ce9e3dcbeb77ac281a43a6e901",
                "sha256": "75f260b52b16d6e73f02a6d8c1a4e4332aeff2050d4e149b33f177c9a730c0d7"
            },
            "downloads": -1,
            "filename": "python_local_passwords-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8f8ce7ce9e3dcbeb77ac281a43a6e901",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2802,
            "upload_time": "2023-09-21T15:24:24",
            "upload_time_iso_8601": "2023-09-21T15:24:24.518824Z",
            "url": "https://files.pythonhosted.org/packages/44/33/d2fe4b379d7c9710376e04c7ab834f32479e0739b5b1b6bf9f23e49af533/python_local_passwords-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba90b1f7e68ded7c4a14bbf532239269e85a29b1cd370fea0bf80ab5ab7dfda2",
                "md5": "d07f7054a7e5397b6dc66ea2b12ec425",
                "sha256": "52400c68dbe18fb71c09c6e6200ec6c8698794dae20b8ffd716960f4e4efe4a6"
            },
            "downloads": -1,
            "filename": "python_local_passwords-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d07f7054a7e5397b6dc66ea2b12ec425",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2259,
            "upload_time": "2023-09-21T15:24:26",
            "upload_time_iso_8601": "2023-09-21T15:24:26.035014Z",
            "url": "https://files.pythonhosted.org/packages/ba/90/b1f7e68ded7c4a14bbf532239269e85a29b1cd370fea0bf80ab5ab7dfda2/python_local_passwords-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-21 15:24:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "python-local-passwords"
}
        
Elapsed time: 0.11631s