bip39-mnemonic-decrypt


Namebip39-mnemonic-decrypt JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://example.com
SummaryDecrypts jsBIP39 data.
upload_time2024-02-04 11:29:08
maintainer
docs_urlNone
authorJames
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BIP39 Mnemonic Decrypt
Reference implementation of BIP-39: Mnemonic code for generating deterministic keys

# Abstract

This BIP describes the implementation of a mnemonic code or mnemonic sentence – a group of easy to remember words – for the generation of deterministic wallets.

It consists of two parts: generating the mnenomic, and converting it into a binary seed. This seed can be later used to generate deterministic wallets using BIP-39 or similar methods.

# Installation

To install this library and its dependencies use:

```
pip install bip39_mnemonic_decrypt
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://example.com",
    "name": "bip39-mnemonic-decrypt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "James",
    "author_email": "james@coding.com",
    "download_url": "https://files.pythonhosted.org/packages/0a/09/f5e3544a67b0b25ad49442df21592aa10af4d6e7716e05bea45962423cc5/bip39_mnemonic_decrypt-1.0.1.tar.gz",
    "platform": null,
    "description": "# BIP39 Mnemonic Decrypt\nReference implementation of BIP-39: Mnemonic code for generating deterministic keys\n\n# Abstract\n\nThis BIP describes the implementation of a mnemonic code or mnemonic sentence \u2013 a group of easy to remember words \u2013 for the generation of deterministic wallets.\n\nIt consists of two parts: generating the mnenomic, and converting it into a binary seed. This seed can be later used to generate deterministic wallets using BIP-39 or similar methods.\n\n# Installation\n\nTo install this library and its dependencies use:\n\n```\npip install bip39_mnemonic_decrypt\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Decrypts jsBIP39 data.",
    "version": "1.0.1",
    "project_urls": {
        "Docs": "https://docs.example.com",
        "Homepage": "https://example.com"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b37e019dfa1d9586a4a74965f094504fdb2aa3319443fab3f08e91b923a29862",
                "md5": "7e4c36894548a11a94ab15e19933e86d",
                "sha256": "d34d935aaf32956af1483232e268e56073b538140d6ecdc267fbf3f954b2321a"
            },
            "downloads": -1,
            "filename": "bip39_mnemonic_decrypt-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7e4c36894548a11a94ab15e19933e86d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3292,
            "upload_time": "2024-02-04T11:29:06",
            "upload_time_iso_8601": "2024-02-04T11:29:06.334476Z",
            "url": "https://files.pythonhosted.org/packages/b3/7e/019dfa1d9586a4a74965f094504fdb2aa3319443fab3f08e91b923a29862/bip39_mnemonic_decrypt-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a09f5e3544a67b0b25ad49442df21592aa10af4d6e7716e05bea45962423cc5",
                "md5": "e21f132cd225af46e4099a3d82367872",
                "sha256": "78231ba8d736d73cc179e8ff6b295ebfebfa92ac2540a6038acf1c7e546344c8"
            },
            "downloads": -1,
            "filename": "bip39_mnemonic_decrypt-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e21f132cd225af46e4099a3d82367872",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3074,
            "upload_time": "2024-02-04T11:29:08",
            "upload_time_iso_8601": "2024-02-04T11:29:08.762617Z",
            "url": "https://files.pythonhosted.org/packages/0a/09/f5e3544a67b0b25ad49442df21592aa10af4d6e7716e05bea45962423cc5/bip39_mnemonic_decrypt-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-04 11:29:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "bip39-mnemonic-decrypt"
}
        
Elapsed time: 0.17790s