{"id":24841717,"url":"https://github.com/vedhavyas/go-mnemonic","last_synced_at":"2025-10-14T13:32:01.879Z","repository":{"id":57497338,"uuid":"111801511","full_name":"vedhavyas/go-mnemonic","owner":"vedhavyas","description":"Reference implementation of BIP-39, a mnemonic code or mnemonic sentence for the generation of deterministic wallets","archived":false,"fork":false,"pushed_at":"2017-11-23T11:36:57.000Z","size":22,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T07:07:28.370Z","etag":null,"topics":["bip39","bitcoin","deterministic-wallets"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vedhavyas.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}},"created_at":"2017-11-23T11:29:18.000Z","updated_at":"2025-01-29T20:24:10.000Z","dependencies_parsed_at":"2022-09-03T23:52:03.728Z","dependency_job_id":null,"html_url":"https://github.com/vedhavyas/go-mnemonic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vedhavyas/go-mnemonic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedhavyas%2Fgo-mnemonic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedhavyas%2Fgo-mnemonic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedhavyas%2Fgo-mnemonic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedhavyas%2Fgo-mnemonic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vedhavyas","download_url":"https://codeload.github.com/vedhavyas/go-mnemonic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedhavyas%2Fgo-mnemonic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018715,"owners_count":26086609,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bip39","bitcoin","deterministic-wallets"],"created_at":"2025-01-31T07:28:32.812Z","updated_at":"2025-10-14T13:31:56.859Z","avatar_url":"https://github.com/vedhavyas.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-mnemonic\n    \nReference implementation of a mnemonic code or mnemonic sentence -- a group of easy to remember words -- for the generation of deterministic wallets.\n\n## BIP Paper\n\nSee https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki for full specification\n\n## Usage\n```go\nimport \"github.com/vedhavyas/go-mnemonic\"\n```\n\n#### func  GenerateEntropy\n\n```go\nfunc GenerateEntropy(strength int) ([]byte, error)\n```\nGenerateEntropy returns entropy with strength, given strength taken from\npre-defined list\n\n#### func  ToMnemonic\n\n```go\nfunc ToMnemonic(entropy []byte, wordListPath string) (words []string, err error)\n```\nToMnemonic returns mnemonic words from entropy. If wordListPath is empty, default list specified in bip-39 is used\n\n#### func  ToSeed\n\n```go\nfunc ToSeed(words []string, password string) string\n```\nToSeed returns the seed from the given mnemonic words and password\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvedhavyas%2Fgo-mnemonic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvedhavyas%2Fgo-mnemonic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvedhavyas%2Fgo-mnemonic/lists"}