secure-passgenx-by


Namesecure-passgenx-by JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryBasit şifre üretici ve hash hesaplayıcı
upload_time2025-10-28 19:38:33
maintainerNone
docs_urlNone
authorBeyza YILDIRIM
requires_python>=3.8
licenseNone
keywords hash password security
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # secure_passgen

Basit bir Python şifre üretici ve hash hesaplayıcı kütüphanedir

## Kullanım
```python
   """ def password_generator(password_len,hash_type,is_digit,is_letter_l,is_letter_u,is_symbol):
    
       # is_digit = False
       # is_letter_l = True
       # is_letter_u = True
       # is_symbol = True"""
from secure_passgen import password_generator
password, hash_value = password_generator(12, "sha256", True, True, True, True)
print(password)
print(hash_value)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "secure-passgenx-by",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "hash, password, security",
    "author": "Beyza YILDIRIM",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f4/69/132430252de572c5552c5854da36d48f1b5bfdff0b79d21781447af15069/secure_passgenx_by-0.1.2.tar.gz",
    "platform": null,
    "description": "# secure_passgen\n\nBasit bir Python \u015fifre \u00fcretici ve hash hesaplay\u0131c\u0131 k\u00fct\u00fcphanedir\n\n## Kullan\u0131m\n```python\n   \"\"\" def password_generator(password_len,hash_type,is_digit,is_letter_l,is_letter_u,is_symbol):\n    \n       # is_digit = False\n       # is_letter_l = True\n       # is_letter_u = True\n       # is_symbol = True\"\"\"\nfrom secure_passgen import password_generator\npassword, hash_value = password_generator(12, \"sha256\", True, True, True, True)\nprint(password)\nprint(hash_value)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Basit \u015fifre \u00fcretici ve hash hesaplay\u0131c\u0131",
    "version": "0.1.2",
    "project_urls": null,
    "split_keywords": [
        "hash",
        " password",
        " security"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9f4ff56df0d3257f7f824551ca1338b4056504404cc1e2214747ce596c53f892",
                "md5": "26e5ba6f17535da482803b9e8208a678",
                "sha256": "4fcec6685bc259f4401f12c3567cd0ac3e7fd3cb04c463be3384b5b36d8ba82e"
            },
            "downloads": -1,
            "filename": "secure_passgenx_by-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "26e5ba6f17535da482803b9e8208a678",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2127,
            "upload_time": "2025-10-28T19:38:31",
            "upload_time_iso_8601": "2025-10-28T19:38:31.828667Z",
            "url": "https://files.pythonhosted.org/packages/9f/4f/f56df0d3257f7f824551ca1338b4056504404cc1e2214747ce596c53f892/secure_passgenx_by-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f469132430252de572c5552c5854da36d48f1b5bfdff0b79d21781447af15069",
                "md5": "cd04f4de82291e8127d6a815cee5073a",
                "sha256": "c476663f86f33e43b2502503482f7e9c326730ee5275229d7bd99a376eb8e612"
            },
            "downloads": -1,
            "filename": "secure_passgenx_by-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "cd04f4de82291e8127d6a815cee5073a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2907,
            "upload_time": "2025-10-28T19:38:33",
            "upload_time_iso_8601": "2025-10-28T19:38:33.174065Z",
            "url": "https://files.pythonhosted.org/packages/f4/69/132430252de572c5552c5854da36d48f1b5bfdff0b79d21781447af15069/secure_passgenx_by-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-28 19:38:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "secure-passgenx-by"
}
        
Elapsed time: 2.12023s