{"id":48416747,"url":"https://github.com/cyclone-github/guarda_pwn","last_synced_at":"2026-04-06T07:34:47.398Z","repository":{"id":342355177,"uuid":"1159549353","full_name":"cyclone-github/guarda_pwn","owner":"cyclone-github","description":"Tool to recover and decrypt Guarda Wallets","archived":false,"fork":false,"pushed_at":"2026-03-05T17:01:28.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-05T19:57:10.779Z","etag":null,"topics":["crypto","guarda","seedphrase","wallet"],"latest_commit_sha":null,"homepage":"https://forum.hashpwn.net/post/10799","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyclone-github.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-16T21:31:15.000Z","updated_at":"2026-03-05T17:00:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cyclone-github/guarda_pwn","commit_stats":null,"previous_names":["cyclone-github/guarda_pwn"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cyclone-github/guarda_pwn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fguarda_pwn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fguarda_pwn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fguarda_pwn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fguarda_pwn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyclone-github","download_url":"https://codeload.github.com/cyclone-github/guarda_pwn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fguarda_pwn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31463155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":["crypto","guarda","seedphrase","wallet"],"created_at":"2026-04-06T07:34:42.961Z","updated_at":"2026-04-06T07:34:47.393Z","avatar_url":"https://github.com/cyclone-github.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=cyclone-github\u0026repo=guarda_pwn\u0026theme=gruvbox)](https://github.com/cyclone-github/guarda_pwn/)\n\n[![GitHub issues](https://img.shields.io/github/issues/cyclone-github/guarda_pwn.svg)](https://github.com/cyclone-github/guarda_pwn/issues)\n[![License](https://img.shields.io/github/license/cyclone-github/guarda_pwn.svg)](LICENSE)\n[![GitHub release](https://img.shields.io/github/release/cyclone-github/guarda_pwn.svg)](https://github.com/cyclone-github/guarda_pwn/releases)\n\n### Install guarda_pwn\n```\ngo install github.com/cyclone-github/guarda_pwn@main\n```\n\n---\n\n### Tool to recover and decrypt Guarda Wallet backups\n\nThis tool decrypts **Guarda wallet backup files**.\n\nGuarda backups are encrypted using **CryptoJS AES-256-CBC with OpenSSL**.\n\n- Contact me at https://forum.hashpwn.net/user/cyclone if you need help recovering your Guarda wallet password or seed phrase\n\n---\n\n# Usage example\n\n```\n./guarda_pwn.bin -h guarda-wallet.txt -w wordlist.txt\n\n ------------------------------------ \n| Cyclone's Guarda Wallet Decryptor  |\n ------------------------------------ \n\nHash file:      guarda-wallet.txt\nValid Hashes:   1\nCPU Threads:    16\nWordlist:       wordlist.txt\nWorking...\n\nPassword:       'Cyclone!'\nDecrypted:      {...}\n```\n\n---\n\n# Supported options\n\n```\n-w {wordlist}\n-h {hash file} (base64 Guarda backup)\n-t {cpu threads}\n-s {print status every nth sec}\n-version (version info)\n-help (usage instructions)\n```\n\nExample:\n\n```\n./guarda_pwn.bin -h guarda-wallet.txt -w wordlist.txt\n\n./guarda_pwn.bin -h guarda-wallet.txt -w wordlist.txt -t 16 -s 10\n```\n\n---\n\n# Guarda Wallet Backup Format\n\nGuarda wallet backups are **Base64 encoded OpenSSL AES encrypted blobs**.\n\nExample:\n\n```\nU2FsdGVkX19VhMBP5C1hK9....\n```\n\nKey derivation used by Guarda:\n\n```\nPBKDF2(password, \"XB7sHH26Hn\u0026FmPLxnjGccKTfPV(yk\", 1 iteration, 16 bytes, SHA1)\n\nhex(key) + postfix\n```\n\nThe resulting passphrase is then used in **OpenSSL EVP_BytesToKey (MD5)** to derive:\n\n```\nAES-256 key\nIV\n```\n\n---\n\n# Compile from source\n\nThis assumes **Go and Git are installed**.\n\n```\ngit clone https://github.com/cyclone-github/guarda_pwn.git\ncd guarda_pwn\ngo mod init guarda_pwn\ngo mod tidy\ngo build -ldflags=\"-s -w\" .\ngo install -ldflags=\"-s -w\" .\n```\n\n---\n\n### Compile from source guide\n\n```\nhttps://github.com/cyclone-github/scripts/blob/main/intro_to_go.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclone-github%2Fguarda_pwn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyclone-github%2Fguarda_pwn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclone-github%2Fguarda_pwn/lists"}