xchainpy2-crypto


Namexchainpy2-crypto JSON
Version 0.0.6 PyPI version JSON
download
home_page
SummaryXChainPy2 Crypto utils and keystore management
upload_time2024-01-07 19:35:07
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT
keywords crypto thorchain blockchain xchain
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # How it works
Typically keystore files encrypt a seed to a file, however this is not appropriate or UX friendly, since the phrase
cannot be recovered after the fact.

Crypto design:

`[entropy] -> [phrase] -> [seed] -> [privateKey] -> [publicKey] -> [address]`

Instead, XCHAIN-CRYPTO stores the phrase in a keystore file, then decrypts and passes this phrase to other clients:

`[keystore] -> XCHAIN-CRYPTO -> [phrase] -> ChainClient`

The ChainClients can then convert this into their respective key-pairs and addresses. Users can also export their
phrases after the fact, ensuring they have saved it securely. This could enhance UX onboarding since users aren't forced
to write their phrases down immediately for empty or test wallets.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "xchainpy2-crypto",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Crypto,THORChain,Blockchain,XChain",
    "author": "",
    "author_email": "Tirinox <developer@tirinox.ru>",
    "download_url": "https://files.pythonhosted.org/packages/04/65/369cab7fc4a5b569036fc57963e87aab816510b24b46b01fdbd5e43dd779/xchainpy2_crypto-0.0.6.tar.gz",
    "platform": null,
    "description": "# How it works\nTypically keystore files encrypt a seed to a file, however this is not appropriate or UX friendly, since the phrase\ncannot be recovered after the fact.\n\nCrypto design:\n\n`[entropy] -> [phrase] -> [seed] -> [privateKey] -> [publicKey] -> [address]`\n\nInstead, XCHAIN-CRYPTO stores the phrase in a keystore file, then decrypts and passes this phrase to other clients:\n\n`[keystore] -> XCHAIN-CRYPTO -> [phrase] -> ChainClient`\n\nThe ChainClients can then convert this into their respective key-pairs and addresses. Users can also export their\nphrases after the fact, ensuring they have saved it securely. This could enhance UX onboarding since users aren't forced\nto write their phrases down immediately for empty or test wallets.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "XChainPy2 Crypto utils and keystore management",
    "version": "0.0.6",
    "project_urls": {
        "source": "https://github.com/tirinox/xchainpy"
    },
    "split_keywords": [
        "crypto",
        "thorchain",
        "blockchain",
        "xchain"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6651a22d9d04550e432b828922044521fd442fab95e4bf8664f0edbcce07d28",
                "md5": "a50db607354bff8dd0140d2ea55b981a",
                "sha256": "94abb3adf871017df29488e41bc4fb3a7941e3a859b30d438d30debba38969ec"
            },
            "downloads": -1,
            "filename": "xchainpy2_crypto-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a50db607354bff8dd0140d2ea55b981a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 8604,
            "upload_time": "2024-01-07T19:35:05",
            "upload_time_iso_8601": "2024-01-07T19:35:05.306969Z",
            "url": "https://files.pythonhosted.org/packages/b6/65/1a22d9d04550e432b828922044521fd442fab95e4bf8664f0edbcce07d28/xchainpy2_crypto-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0465369cab7fc4a5b569036fc57963e87aab816510b24b46b01fdbd5e43dd779",
                "md5": "cdb1f9533fb131c19b77459a72398c98",
                "sha256": "7d928160a3c3aedbc238d47fb49f930cd9278f12c2c71e33c7c9eaeba193e1ff"
            },
            "downloads": -1,
            "filename": "xchainpy2_crypto-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "cdb1f9533fb131c19b77459a72398c98",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7985,
            "upload_time": "2024-01-07T19:35:07",
            "upload_time_iso_8601": "2024-01-07T19:35:07.298334Z",
            "url": "https://files.pythonhosted.org/packages/04/65/369cab7fc4a5b569036fc57963e87aab816510b24b46b01fdbd5e43dd779/xchainpy2_crypto-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-07 19:35:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tirinox",
    "github_project": "xchainpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "xchainpy2-crypto"
}
        
Elapsed time: 0.15682s