{"id":25733743,"url":"https://github.com/vertigovx/crypto-wallet-generator","last_synced_at":"2026-05-08T14:37:04.461Z","repository":{"id":279454558,"uuid":"938870021","full_name":"VertigoVX/crypto-wallet-generator","owner":"VertigoVX","description":"A Python-based tool to generate and manage cryptocurrency wallets for Ethereum and Bitcoin, featuring a GUI, encryption, and decryption capabilities.","archived":false,"fork":false,"pushed_at":"2025-02-25T16:28:03.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T17:32:43.142Z","etag":null,"topics":["bitcoin","crypto-wallet","cryptocurrency","cryptography","ethereum","python3"],"latest_commit_sha":null,"homepage":"","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/VertigoVX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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":"2025-02-25T16:22:59.000Z","updated_at":"2025-02-25T16:29:11.000Z","dependencies_parsed_at":"2025-02-25T17:33:41.303Z","dependency_job_id":"ec343636-1f33-4e3a-b4cb-d0996849423d","html_url":"https://github.com/VertigoVX/crypto-wallet-generator","commit_stats":null,"previous_names":["vertigovx/crypto-wallet-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VertigoVX%2Fcrypto-wallet-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VertigoVX%2Fcrypto-wallet-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VertigoVX%2Fcrypto-wallet-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VertigoVX%2Fcrypto-wallet-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VertigoVX","download_url":"https://codeload.github.com/VertigoVX/crypto-wallet-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240790291,"owners_count":19858010,"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":["bitcoin","crypto-wallet","cryptocurrency","cryptography","ethereum","python3"],"created_at":"2025-02-26T04:22:34.829Z","updated_at":"2026-05-08T14:37:04.413Z","avatar_url":"https://github.com/VertigoVX.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crypto Wallet Generator\n\nA Python-based tool to generate and manage cryptocurrency wallets for Ethereum and Bitcoin, featuring a GUI, encryption, and decryption capabilities.\n\n---\n\n## Features\n- **Wallet Generation**: Create wallets for Ethereum (private key, public key, address, mnemonic) and Bitcoin (private key, address, mnemonic).\n- **GUI Interface**: Built with `tkinter` for easy interaction.\n- **Encryption**: Save wallet data to an encrypted `.enc` file using a user-provided password.\n- **Decryption**: Load and decrypt saved wallet files with the correct password.\n- **Cross-Blockchain Support**: Supports both Ethereum and Bitcoin key generation.\n\n---\n\n## Prerequisites\nInstall the required Python libraries:\n```bash\npip install eth-account mnemonics bitcoinlib cryptography\n```\n\n## How to Run\nClone this repository:\n```bash\ngit clone \u003cyour-repo-url\u003e\ncd \u003crepo-name\u003e\n```\nRun the script:\n```bash\npython wallet_generator.py\n```\nUse the GUI:\n- Select a blockchain (Ethereum or Bitcoin).\n- Click \"Generate Wallet\" to create a new wallet.\n- Click \"Save to Encrypted File\" to save with a password.\n- Click \"Load and Decrypt File\" to open a saved .enc file.\n\n## Security Notes\n- Private Keys \u0026 Seed Phrases: Store them securely and never share them.\n- Encryption: Uses Fernet (symmetric encryption) with a PBKDF2-derived key. For production use, consider additional security measures (e.g., separate salt storage).\n- Test Environment: Generated keys are for demo purposes; use real wallets for actual crypto transactions.\n\n## Future Enhancements\nAdd QR code generation for addresses.\nSupport more blockchains (e.g., Solana, Cardano).\n\n## License\nThis project is open-source under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvertigovx%2Fcrypto-wallet-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvertigovx%2Fcrypto-wallet-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvertigovx%2Fcrypto-wallet-generator/lists"}