virtosecure


Namevirtosecure JSON
Version 0.1 PyPI version JSON
download
home_pageNone
SummaryAn advanced encryption/decryption and VIRTO-1024 hashing package
upload_time2025-02-19 07:09:21
maintainerNone
docs_urlNone
authorZack
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Virtosecure

Virtosecure is a Python package that provides robust encryption and hashing functionalities. It allows for the secure encryption and decryption of data using a customizable character set and implements a unique 1024-bit hashing function.

## Features

- **Encryption & Decryption**: Encrypt and decrypt strings with a repeating key.
- **Custom Character Set**: Use an expanded character set for enhanced security.
- **VIRTO1024 Hashing**: Generate a 1024-bit hash of data using a deterministic method.

## Installation

You can install the `virtosecure` package via PyPI:

```bash
pip install virtosecure
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "virtosecure",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Zack",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# Virtosecure\r\n\r\nVirtosecure is a Python package that provides robust encryption and hashing functionalities. It allows for the secure encryption and decryption of data using a customizable character set and implements a unique 1024-bit hashing function.\r\n\r\n## Features\r\n\r\n- **Encryption & Decryption**: Encrypt and decrypt strings with a repeating key.\r\n- **Custom Character Set**: Use an expanded character set for enhanced security.\r\n- **VIRTO1024 Hashing**: Generate a 1024-bit hash of data using a deterministic method.\r\n\r\n## Installation\r\n\r\nYou can install the `virtosecure` package via PyPI:\r\n\r\n```bash\r\npip install virtosecure\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "An advanced encryption/decryption and VIRTO-1024 hashing package",
    "version": "0.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "73091fb1a8b53eaa526dc949ac5ff0ddf9937b0b35c0778ed6a37c4eb9b62c47",
                "md5": "8fabef8e20fdbdfda7e67522a2fecbfc",
                "sha256": "28ee533e8eccf635745acbe6079e034a12426ae804a0026516d13800569fc002"
            },
            "downloads": -1,
            "filename": "virtosecure-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8fabef8e20fdbdfda7e67522a2fecbfc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2807,
            "upload_time": "2025-02-19T07:09:21",
            "upload_time_iso_8601": "2025-02-19T07:09:21.323697Z",
            "url": "https://files.pythonhosted.org/packages/73/09/1fb1a8b53eaa526dc949ac5ff0ddf9937b0b35c0778ed6a37c4eb9b62c47/virtosecure-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-19 07:09:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "virtosecure"
}
        
Elapsed time: 1.75841s