Ogonek


NameOgonek JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/ModerkaScripts/Ogonek
SummaryAn online library for hashing, licensing and protecting your programs, which includes homemade hashing algorithms and other useful functions.
upload_time2023-10-05 16:55:27
maintainer
docs_urlNone
authorttwiz_z
requires_python>=3.8
license
keywords ogonek
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Ogonek
An online library for hashing, licensing and protecting your programs, which includes homemade hashing algorithms and other useful functions. Made with love :3

## Usage
```py
# Imports the module
import ogonek

# Gets an IP address
print(ogonek.IP())

# Generates a key using an encryption password
print(ogonek.GreatwixEmerald(login : str, password : str))

# Generates a short hash for a string
print(ogonek.Stellar(hash : str))

# Generates a long hash for a string
print(ogonek.Lunar(hash : str))

# Hashes a string using other algorithms
print(ogonek.AzureHash(algo : str, data : str))

# If you have any questions regarding Plugins, contact ttwiz_z#2081.
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ModerkaScripts/Ogonek",
    "name": "Ogonek",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Ogonek",
    "author": "ttwiz_z",
    "author_email": "moderkascriptsltd@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/45/97/b52c36f17fe507b9f8164cd4b2923249196c828d4459bbb6bf8f250cbe5b/Ogonek-1.0.0.tar.gz",
    "platform": null,
    "description": "# Ogonek\r\nAn online library for hashing, licensing and protecting your programs, which includes homemade hashing algorithms and other useful functions. Made with love :3\r\n\r\n## Usage\r\n```py\r\n# Imports the module\r\nimport ogonek\r\n\r\n# Gets an IP address\r\nprint(ogonek.IP())\r\n\r\n# Generates a key using an encryption password\r\nprint(ogonek.GreatwixEmerald(login : str, password : str))\r\n\r\n# Generates a short hash for a string\r\nprint(ogonek.Stellar(hash : str))\r\n\r\n# Generates a long hash for a string\r\nprint(ogonek.Lunar(hash : str))\r\n\r\n# Hashes a string using other algorithms\r\nprint(ogonek.AzureHash(algo : str, data : str))\r\n\r\n# If you have any questions regarding Plugins, contact ttwiz_z#2081.\r\n```\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "An online library for hashing, licensing and protecting your programs, which includes homemade hashing algorithms and other useful functions.",
    "version": "1.0.0",
    "project_urls": {
        "Author": "https://github.com/ttwizz",
        "Homepage": "https://github.com/ModerkaScripts/Ogonek",
        "Organization": "https://github.com/ModerkaScripts"
    },
    "split_keywords": [
        "ogonek"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74d0accbe0ed16458878d7f63f4675506b7ef7d8bf724f8c3b2ebb9be951ae1b",
                "md5": "97517fa9d19e483ebaa7729cca8810e7",
                "sha256": "081faca2b4baf4115779a795838519f54491ea280ea3789a5568c21c98af11de"
            },
            "downloads": -1,
            "filename": "Ogonek-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "97517fa9d19e483ebaa7729cca8810e7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3658,
            "upload_time": "2023-10-05T16:55:25",
            "upload_time_iso_8601": "2023-10-05T16:55:25.372459Z",
            "url": "https://files.pythonhosted.org/packages/74/d0/accbe0ed16458878d7f63f4675506b7ef7d8bf724f8c3b2ebb9be951ae1b/Ogonek-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4597b52c36f17fe507b9f8164cd4b2923249196c828d4459bbb6bf8f250cbe5b",
                "md5": "d21cbcf446d56e1dd3a0116156d0745d",
                "sha256": "124ea836bc3232db19e545f5f68e90590208cf27b4fabb881bc40fc5b71c55b7"
            },
            "downloads": -1,
            "filename": "Ogonek-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d21cbcf446d56e1dd3a0116156d0745d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2903,
            "upload_time": "2023-10-05T16:55:27",
            "upload_time_iso_8601": "2023-10-05T16:55:27.144264Z",
            "url": "https://files.pythonhosted.org/packages/45/97/b52c36f17fe507b9f8164cd4b2923249196c828d4459bbb6bf8f250cbe5b/Ogonek-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-05 16:55:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ModerkaScripts",
    "github_project": "Ogonek",
    "github_not_found": true,
    "lcname": "ogonek"
}
        
Elapsed time: 0.15342s