{"id":20216827,"url":"https://github.com/pymmdrza/cryptofuzz","last_synced_at":"2025-04-06T18:16:52.837Z","repository":{"id":196548026,"uuid":"689793218","full_name":"Pymmdrza/cryptoFuzz","owner":"Pymmdrza","description":"cryptofuzz python package for generated fast and easy wallet private key hex bytes mnemonic convert","archived":false,"fork":false,"pushed_at":"2024-10-25T17:31:58.000Z","size":3526,"stargazers_count":34,"open_issues_count":0,"forks_count":13,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-24T20:44:14.663Z","etag":null,"topics":["axe","bitcoin","cryptofuzz","cryptography","dogecoin","ethereum","key","litecoin","mnemonic","private","privatekey","python-package","qtum","ton","tron","wallet","wif","xprv","xpub","zcash"],"latest_commit_sha":null,"homepage":"https://cryptofuzz.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pymmdrza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-10T22:57:31.000Z","updated_at":"2024-10-27T00:21:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"b76dc4b7-c105-4be6-8dfe-3732359f095e","html_url":"https://github.com/Pymmdrza/cryptoFuzz","commit_stats":{"total_commits":55,"total_committers":2,"mean_commits":27.5,"dds":"0.018181818181818188","last_synced_commit":"3ac78b1db42e42e60f7471a460cfa23f1fc02fc9"},"previous_names":["pymmdrza/cryptofuzz"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FcryptoFuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FcryptoFuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FcryptoFuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FcryptoFuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pymmdrza","download_url":"https://codeload.github.com/Pymmdrza/cryptoFuzz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247526768,"owners_count":20953143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axe","bitcoin","cryptofuzz","cryptography","dogecoin","ethereum","key","litecoin","mnemonic","private","privatekey","python-package","qtum","ton","tron","wallet","wif","xprv","xpub","zcash"],"created_at":"2024-11-14T06:29:56.158Z","updated_at":"2025-04-06T18:16:52.817Z","avatar_url":"https://github.com/Pymmdrza.png","language":"Python","readme":"\u003cdiv style=\"display: flex; justify-content: space-between; align-items: center;\"\u003e\r\n\r\n\r\n\u003cimg src=\"https://raw.githubusercontent.com/Pymmdrza/cryptoFuzz/gh-pages/doc/img/cryptoFuzz_Logo.png\" title=\"Cryptofuzz / Generated and Converted Private and Public Key Very Easy On Python With cryptofuzz\" alt=\"cryptofuzz python cryptography library\" width=\"136\" height=\"136\"\u003e \r\n\r\n\u003c/div\u003e \r\n\r\n# CryptoFuzz\r\n\r\n[![Read the Docs](https://img.shields.io/readthedocs/cryptofuzz)](https://cryptofuzz.readthedocs.io/en/latest 'cryptofuzz documentation') [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Pymmdrza/cryptoFuzz/python-publish.yml)](https://github.com/Pymmdrza/cryptoFuzz) [![GitHub commit check runs](https://img.shields.io/github/check-runs/Pymmdrza/cryptoFuzz/main)](https://github.com/Pymmdrza/cryptoFuzz)  [![GitHub last commit](https://img.shields.io/github/last-commit/Pymmdrza/cryptoFuzz)](https://github.com/Pymmdrza/cryptoFuzz)  [![GitHub commit activity](https://img.shields.io/github/commit-activity/m/Pymmdrza/cryptoFuzz)](https://github.com/Pymmdrza/cryptoFuzz)  [![GitHub top language](https://img.shields.io/github/languages/top/Pymmdrza/cryptoFuzz)](https://github.com/Pymmdrza/cryptoFuzz)  [![PyPI - Downloads](https://img.shields.io/pypi/dm/cryptoFuzz)](https://pypi.org/project/cryptofuzz/)  [![Website](https://img.shields.io/website?url=https%3A%2F%2Fcryptofuzz.readthedocs.io\u0026up_color=blue\u0026style=plastic)](https://cryptofuzz.readthedocs.io/en/latest)\r\n\r\n\r\n## Installing \u0026 Quick Use\r\n\r\n### Windows\r\n\r\nOn Windows, you can install CryptoFuzz using the following pip command:\r\n\r\n```bash\r\npip install --upgrade cryptofuzz\r\n```\r\n\r\n### Linux \u0026 Mac\r\n\r\nOn Linux and macOS, you should use pip3 for installation:\r\n\r\n```bash\r\npip3 install --upgrade cryptofuzz\r\n```\r\n\r\n### Git\r\n\r\nTo use the latest version from the source, you can clone the CryptoFuzz repository:\r\n\r\n1. Clone the repository:\r\n\r\n```bash\r\ngit clone https://github.com/Pymmdrza/cryptofuzz\r\n```\r\n\r\n2. Navigate to the cloned directory:\r\n\r\n```bash\r\ncd cryptofuzz\r\n```\r\n\r\n3. Install the package:\r\n\r\n### Windows\r\n\r\nYou can either run the `install.bat` or `install` command:\r\n\r\n```bash\r\n./install.bat\r\n# or\r\n./install\r\n```\r\n\r\n### Linux \u0026 Mac\r\n\r\nOn Linux and Mac, you can use the following commands to install:\r\n\r\n```bash\r\nbash install.sh\r\n# or simply:\r\n./install.sh\r\n```\r\n\r\n**Note:** If you face any permission issues on Linux, make the script executable using:\r\n\r\n```bash\r\nsudo chmod +x install.sh\r\n```\r\n---\r\n\r\n[![](https://img.shields.io/badge/%20Update%20at-2024.09.28-009848?style=plastic)]() \r\n[![](https://img.shields.io/badge/More%20Detail-0049AB?style=plastic)](https://cryptofuzz.readthedocs.io/en/latest/ton/ 'cryptoFuzz - Ton')\r\n\r\nAdd New Class For Generate and Convert TON Address.\r\n\r\n- `cryptofuzz.Ton`\r\n- `cryptofuzz.Ton.privatekey_to_address`\r\n- `cryptofuzz.Ton.mnemonic_to_address`\r\n- `cryptofuzz.Ton.decimal_to_address`\r\n- `cryptofuzz.Ton.publickey_to_address`\r\n- `cryptofuzz.Ton.raw_address`\r\n\r\n---\r\n\r\n[![](https://img.shields.io/badge/%20Update%20at-2024.09.16-009848?style=plastic)]() \r\n[![](https://img.shields.io/badge/More%20Detail-0049AB?style=plastic)](https://cryptofuzz.readthedocs.io/en/latest/tron/ 'cryptoFuzz - Tron')\r\n\r\nAdd Function for Convert Private Key To Hex Address\r\nTRON :\r\n\r\n- `cryptofuzz.hd.Tron.bytes_to_addr`\r\n- `cryptofuzz.hd.Tron.bytes_to_hex_addr`\r\n- `cryptofuzz.hd.Tron.pvk_to_hex_addr`\r\n\r\nAdd Function for Convert Decimal Number to Tron\r\nAddress :\r\n\r\n- `cryptofuzz.hd.Tron.dec_to_addr`\r\n\r\n---\r\n\r\n\r\n[![](https://img.shields.io/badge/%20Update%20at-2024.09.07-009848?style=plastic)]() \r\n\r\nAdd Function for checking mnemonic standard type :\r\n\r\n- `cryptofuzz.utils.is_mnemonic`\r\n\r\n```python\r\nfrom cryptofuzz import Convertor\r\n\r\ncn = Convertor()\r\nisValid = cn.is_mnemonic(\"abandon ... help abandon flower\")  # Mnemonic 12/18/24\r\n```\r\n\r\n---\r\n\r\n\r\n[![](https://img.shields.io/badge/%20Update%20at-2024.08.24-009848?style=plastic)]() \r\n\r\n\r\nAdd Short Key (Mini Private Key) Converter for bitcoin wallet. (Mini Private\r\nKey : [More Detail's](https://en.bitcoin.it/wiki/Mini_private_key_format))\r\n\r\nShort Key Like: `S6c56bnXQiBjk9mqSYE7ykVQ7NzrRy`\r\n\r\n- Convert Short Key To Private Key (hex).\r\n- Convert Short Key To Seed (bytes)\r\n- Convert Short Key To Wif Compress and Uncompress.\r\n- Convert Short Key To Decimal Number.\r\n\r\n---\r\n\r\n- More example follow : [Example/Source](https://github.com/Pymmdrza/cryptoFuzz/tree/main/Example)\r\n- [Convert Private key To Bitcoin (All Format) Address With Cryptofuzz](https://guide.mmdrza.com/guidelines/cryptofuzz/private-key-to-bitcoin 'Private key To Bitcoin (All Format) Address')\r\n- [Convert Private key To Ethereum Address With Cryptofuzz](https://guide.mmdrza.com/guidelines/cryptofuzz/private-key-to-ethereum 'Private key To Ethereum Address')\r\n- [Convert Private key To TRON (TRX) Address With Cryptofuzz](https://guide.mmdrza.com/guidelines/cryptofuzz/private-key-to-tron-trx 'Private key To TRON (TRX) Address')\r\n- [Convert Private key To Dogecoin Address With Cryptofuzz](https://guide.mmdrza.com/guidelines/cryptofuzz/private-key-to-dogecoin 'Private key To Dogecoin Address')\r\n- [Convert Private key To Litecoin Address With Cryptofuzz](https://guide.mmdrza.com/guidelines/cryptofuzz/private-key-to-litecoin 'Private key To Litecoin Address ')\r\n- [Convert Private key To Digibyte Address With Cryptofuzz](https://guide.mmdrza.com/guidelines/cryptofuzz/private-key-to-digibyte 'Private key To Digibyte')\r\n- [Convert Private key To DASH Address With Cryptofuzz](https://guide.mmdrza.com/guidelines/cryptofuzz/private-key-to-dash 'Private key To DASH')\r\n- [Convert Private key To Bitcoin Gold (BTG) Address With Cryptofuzz](https://guide.mmdrza.com/guidelines/cryptofuzz/private-key-to-bitcoin-gold 'Private key To Bitcoin Gold')\r\n- [Convert Private key To Ravencoin (rvn) Address With Cryptofuzz](https://guide.mmdrza.com/guidelines/cryptofuzz/private-key-to-ravencoin 'Private key To Ravencoin (rvn) Address')\r\n\r\n---\r\n\r\n## Private Key\r\n\r\nMore details about private key convert in python with\r\ncryptofuzz : [cryptofuzz/Example/Privatekey](https://guide.mmdrza.com/guidelines/cryptofuzz/example/private-key-hex 'cryptofuzz private key hex source code python')\r\n\r\n```python\r\nfrom cryptofuzz import Convertor, Generator\r\n\r\n# // Convertor and Generator Shortcut\r\nconv = Convertor()\r\ngen = Generator()\r\n# // Generate private key\r\nprivatekey = gen.generate_private_key()\r\n# // Convert private key To bytes\r\nseed = conv.hex_to_bytes(privatekey)\r\n# // Convert private key To mnemonic\r\nmnemonic = conv.hex_to_mne(privatekey)\r\n# // Convert private key To wif compress\r\nwif_compress = conv.hex_to_wif(privatekey, True)\r\n# // Convert private key To wif uncompress\r\nwif_uncompress = conv.hex_to_wif(privatekey, False)\r\n# // Convert private key To decimal number\r\ndec = conv.hex_to_int(privatekey)\r\n# // Convert private key To binary\r\nbinary_str = conv.hex_to_binary(privatekey)\r\n# // Convert private key To xprv\r\nxprv = conv.hex_to_xprv(privatekey)\r\n# // Convert private key To xpub\r\nxpub = conv.hex_to_xpub(privatekey)\r\n# // Convert private key To compress address\r\ncompress_address = conv.hex_to_addr(privatekey, True)\r\n# // Convert private key To uncompress address\r\nuncompress_address = conv.hex_to_addr(privatekey, False)\r\n```\r\n\r\n## Wif\r\n\r\nConvert From\r\nWif ( [More detail and Example](https://guide.mmdrza.com/guidelines/cryptofuzz/example/private-key-wif 'more detail wif convert with cryptofuzz') )\r\n\r\n```python\r\nimport os\r\nfrom cryptofuzz import Convertor\r\n\r\nconv = Convertor()\r\n\r\n# // generate byte\r\nbyte = os.urandom(32)\r\n# // convert Byte To wif\r\nwif = conv.bytes_to_wif(byte)\r\n# // wif to mnemonic\r\nmnemonic = conv.wif_to_mne(wif)\r\n# // Convert Wif To Hex\r\nprivatekey = conv.wif_to_hex(wif)\r\n# // Convert bytes To WIF Uncompress\r\nwif_uncompress = conv.bytes_to_wif(byte, False)\r\n# // Convert Wif To Decimal Number\r\ndec = conv.wif_to_int(wif)\r\n# // Convert Wif To Binary\r\nbinary_str = conv.wif_to_binary(wif)\r\n# // Convert Wif To xprv\r\nxprv = conv.wif_to_xprv(wif)\r\n# // Convert Wif To xpub\r\nxpub = conv.wif_to_xpub(wif)\r\n# // Convert Wif To compress address\r\ncompress_address = conv.wif_to_addr(wif, True)\r\n# // Convert Wif To uncompress address\r\nuncompress_address = conv.wif_to_addr(wif, False)\r\n\r\n```\r\n\r\n## Mnemonic\r\n\r\nConvert From Mnemonic (BIP39) ( [More Detail](https://guide.mmdrza.com/guidelines/cryptofuzz/example/mnemonic) )\r\n\r\n```python\r\nfrom cryptofuzz import Convertor, Generator\r\n\r\nconv = Convertor()\r\ngen = Generator()\r\n\r\n# Generate Mnemonic\r\nmnemonic = gen.generate_mnemonic(12)\r\n# Convert Mnemonic To Seed Bytes\r\nseed = conv.mne_to_bytes(mnemonic)\r\n# Convert Mnemonic To Hex\r\nprivatekey = conv.mne_to_hex(mnemonic)\r\n# Convert Mnemonic To WIF Compress\r\nwif_compress = conv.mne_to_wif(mnemonic, True)\r\n# Convert Mnemonic To WIF Uncompress\r\nwif_uncompress = conv.mne_to_wif(mnemonic, False)\r\n# Convert Mnemonic To Decimal Number\r\ndec = conv.mne_to_int(mnemonic)\r\n# Convert Mnemonic To Binary\r\nbinary_str = conv.mne_to_binary(mnemonic)\r\n# Convert Mnemonic To xprv\r\nxprv = conv.mne_to_xprv(mnemonic)\r\n# Convert Mnemonic To xpub\r\nxpub = conv.mne_to_xpub(mnemonic)\r\n# Convert Mnemonic To compress address\r\ncompress_address = conv.mne_to_addr(mnemonic, True)\r\n# Convert Mnemonic To uncompress address\r\nuncompress_address = conv.mne_to_addr(mnemonic, False)\r\n```\r\n\r\n---\r\n\r\n## Decimal\r\n\r\nConvert From Decimal (Number) ( [More Detail](https://guide.mmdrza.com/guidelines/cryptofuzz/example/decimal) )\r\n\r\n```python\r\nfrom cryptofuzz import Convertor, Generator\r\n\r\nconv = Convertor()\r\ngen = Generator()\r\n\r\n# generate random number decimal\r\ndec = gen.generate_decimal()\r\n# decimal to mnemonic\r\nmnemonic = conv.int_to_mnemonic(dec)\r\n# Convert decimal To Hex\r\nprivatekey = conv.int_to_hex(dec)\r\n# Convert decimal To WIF Compress\r\nwif_compress = conv.int_to_wif(dec, True)\r\n# Convert decimal To WIF Uncompress\r\nwif_uncompress = conv.int_to_wif(dec, False)\r\n# Convert Wif To Binary\r\nbinary_str = conv.int_to_binary(dec)\r\n# Convert Wif To xprv\r\nxprv = conv.int_to_xprv(dec)\r\n# Convert Wif To xpub\r\nxpub = conv.int_to_xpub(dec)\r\n# Convert Wif To compress address\r\ncompress_address = conv.int_to_addr(dec, True)\r\n# Convert Wif To uncompress address\r\nuncompress_address = conv.int_to_addr(dec, False)\r\n\r\n```\r\n\r\n---\r\n\r\n## Block\r\n\r\nread block data from block file (bitcoin core sync data file's) [ `blk00001.dat` ]\r\n\r\n```python\r\nfrom cryptofuzz import block\r\nimport os\r\n\r\n# path block file\r\npath_data = os.path.join(\"BITCOIN_CORE_SYNC_BLOCK_FOLDER\")\r\nblock_path = os.path.join(path_data, \"blk00001.dat\")  # first block file sync\r\n# full block data\r\nblock_data = block.reader(block_path) \r\n```\r\n\r\n---\r\n\r\n## Command-Line Usage\r\n\r\nAfter installing the `cryptofuzz` package, you can use the `cryptofuzz` command-line tool to perform various\r\ncryptographic operations directly from your terminal.\r\n\r\n### Examples\r\n\r\nHere are some examples demonstrating how to use the `cryptofuzz` command-line tool:\r\n\r\n### Generate a New Private Key\r\n\r\n```bash\r\ncryptofuzz --privatekey\r\n```\r\n\r\n**Output:**\r\n\r\n```\r\nGenerating a new private key...\r\nPrivate Key (Hex): 0x1e99423a4ed27608a15a2616c1...\r\nWIF: L5BmW3B5xBv...\r\nPublic Key: 04a34b...\r\nBitcoin Address (P2PKH): 1BoatSLRHtKNngkdXEeobR76b53LETtpyT\r\nEthereum Address: 0x742d35Cc6634C0532925a3b844Bc454e4438f44e\r\n...\r\n```\r\n\r\n### Generate a New Mnemonic Phrase\r\n\r\n```bash\r\ncryptofuzz --mnemonic\r\n```\r\n\r\n**Output:**\r\n\r\n```\r\nGenerating a new mnemonic phrase...\r\nMnemonic: abandon amount liar amount expire adjust cage candy arch gather drum buyer\r\nSeed: 5eb00bbddcf069084889a8ab9155568165f5c0...\r\nPrivate Key: 0x8f2a559490...\r\nPublic Key: 04bfcab...\r\nBitcoin Address (P2PKH): 1HZwkCg...\r\nEthereum Address: 0xAb5801a7...\r\n```\r\n\r\n### Convert Private Key to Bitcoin Addresses\r\n\r\n```bash\r\ncryptofuzz --bitcoin\r\n```\r\n\r\n**Output:**\r\n\r\n```\r\nConverting private key to Bitcoin addresses...\r\nPrivate Key (Hex): 0x1e99423a4ed27608a15a2616c1...\r\nP2PKH Address: 1BoatSLRHtKNngkdXEeobR76b53LETtpyT\r\nP2SH Address: 3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy\r\nBech32 Address: bc1qw508d6qejxtdg4y5r3zarvary0c5xw7kygt080\r\n```\r\n\r\n### Display Example Usages\r\n\r\n```bash\r\ncryptofuzz --example\r\n```\r\n\r\n**Output:**\r\n\r\n```\r\nCryptofuzz Usage Examples:\r\n\r\n1. Generate a new private key:\r\n   cryptofuzz --privatekey\r\n\r\n2. Generate a new mnemonic phrase:\r\n   cryptofuzz --mnemonic\r\n\r\n3. Convert a private key to Ethereum address:\r\n   cryptofuzz --ethereum\r\n\r\n4. Display help information:\r\n   cryptofuzz --help\r\n```\r\n\r\n### Handling Incorrect Commands\r\n\r\nIf you enter an incorrect or unsupported command, `cryptofuzz` will suggest the closest matching command or prompt you\r\nto view the help documentation.\r\n\r\n**Example:**\r\n\r\n```bash\r\ncryptofuzz --bitcon\r\n```\r\n\r\n**Output:**\r\n\r\n```bash\r\nUnknown command '--bitcon'.\r\nDid you mean '--bitcoin'?\r\nFor a list of available commands, type: cryptofuzz --help\r\n```\r\n\r\n### Display Help Information\r\n\r\nTo view detailed help information about all available commands, use the `--help` flag:\r\n\r\n```bash\r\ncryptofuzz --help\r\n```\r\n\r\n**Output:**\r\n\r\nusage: `cryptofuzz [OPTIONS]`\r\n\r\n### Example Cryptofuzz Operations\r\n\r\noptional arguments:\r\n\r\n- `-h`, `--help`            show this help message and exit\r\n- `-p`, `--privatekey`      Generate a new private key and display associated data.\r\n- `-m`, `--mnemonic`        Generate a new mnemonic phrase and display associated data.\r\n- `-b`, `--bytes`           Generate a random byte sequence and display associated data.\r\n- `-bin`,` --binary`        Generate a random binary string and display associated data.\r\n- `-x`, `--xprv`            Generate a new extended private key (XPRV) and display associated data.\r\n- `-d`, `--decimal`         Generate a random decimal number and display associated data.\r\n- `-w`, `--wif`             Generate a new WIF key and display associated data.\r\n- `-btc`, `--bitcoin`       Convert a private key to Bitcoin addresses.\r\n- `-eth`, `--ethereum`      Convert a private key to an Ethereum address.\r\n- `-dash`, `--dash`         Convert a private key to a Dash address.\r\n- `-ltc`, `--litecoin`      Convert a private key to Litecoin addresses.\r\n- `-doge`, `--dogecoin`     Convert a private key to a Dogecoin address.\r\n- `-btg`, `--bitcoingold`   Convert a private key to a Bitcoin Gold address.\r\n- `-qtum`, `--qtum `        Convert a private key to a Qtum address.\r\n- `-zcash`, `--zcash `      Convert a private key to a Zcash address.\r\n- `-rvn`, `--ravencoin`     Convert a private key to a Ravencoin address.\r\n- `-ex`, `--example`        Display example usages of different commands.\r\n\r\n---\r\n\r\n### contact\r\n\r\nProgrammer \u0026 Owner : Mr. [PyMmdrza](https://github.com/Pymmdrza)\r\n\r\nEmail : PyMmdrza@Gmail.Com\r\n\r\nGithub: [cryptofuzz/cryptofuzz](https://github.com/Pymmdrza/cryptoFuzz)\r\n\r\nDocument: [cryptofuzz](https://pymmdrza.github.io/cryptoFuzz)\r\n\r\n---\r\n\r\n### Donate:\r\n\r\nBitcoin (BTC): `1MMDRZA12xdBLD1P5AfEfvEMErp588vmF9`\r\n\r\nEthereum \u0026 USDT (ERC20): `0x348e3C3b17784AafD7dB67d011b85F838F16E2D1`\r\n\r\nUSDT \u0026 TRON (TRC20): `TR4mA5quGVHGYS186HKDuArbD8SVssiZVx`\r\n\r\nLitecoin (LTC): `ltc1qtgvxc6na9pxvznu05yys3j5rq9ej6kahe2j50v`\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpymmdrza%2Fcryptofuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpymmdrza%2Fcryptofuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpymmdrza%2Fcryptofuzz/lists"}