Skip to content
  • Categories
  • Recent
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Slate)
  • No Skin
Collapse
Brand Logo

hashpwn

Home | Donate | GitHub | Matrix Chat | PrivateBin | Rules

  1. Home
  2. Tools
  3. Hash Cracking
  4. guarda_pwn - Guarda Wallet Vault Decryptor

guarda_pwn - Guarda Wallet Vault Decryptor

Scheduled Pinned Locked Moved Hash Cracking
1 Posts 1 Posters 76 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • cycloneC Offline
    cycloneC Offline
    cyclone
    Admin Trusted
    wrote last edited by
    #1

    Title: guarda_pwn
    Author: cyclone
    URL: https://github.com/cyclone-github/guarda_pwn
    Description: Tool to recover and decrypt Guarda crypto wallets.

    Readme Card

    GitHub issues License GitHub release

    Install guarda_pwn

    go install github.com/cyclone-github/guarda_pwn@main
    

    Tool to recover and decrypt Guarda Wallet backups

    This tool decrypts Guarda wallet backup files.

    Guarda backups are encrypted using CryptoJS AES-256-CBC with OpenSSL.

    • Contact me at https://forum.hashpwn.net/user/cyclone if you need help recovering your Guarda wallet password or seed phrase

    Usage example

    ./guarda_pwn.bin -h guarda-wallet.txt -w wordlist.txt
    
     ------------------------------------ 
    | Cyclone's Guarda Wallet Decryptor  |
     ------------------------------------ 
    
    Hash file:      guarda-wallet.txt
    Valid Hashes:   1
    CPU Threads:    16
    Wordlist:       wordlist.txt
    Working...
    
    Password:       'Cyclone!'
    Decrypted:      {...}
    

    Supported options

    -w {wordlist}
    -h {hash file} (base64 Guarda backup)
    -t {cpu threads}
    -s {print status every nth sec}
    -version (version info)
    -help (usage instructions)
    

    Example:

    ./guarda_pwn.bin -h guarda-wallet.txt -w wordlist.txt
    
    ./guarda_pwn.bin -h guarda-wallet.txt -w wordlist.txt -t 16 -s 10
    

    Guarda Wallet Backup Format

    Guarda wallet backups are Base64 encoded OpenSSL AES encrypted blobs.

    Example:

    U2FsdGVkX19VhMBP5C1hK9....
    

    Key derivation used by Guarda:

    PBKDF2(password, "XB7sHH26Hn&FmPLxnjGccKTfPV(yk", 1 iteration, 16 bytes, SHA1)
    
    hex(key) + postfix
    

    The resulting passphrase is then used in OpenSSL EVP_BytesToKey (MD5) to derive:

    AES-256 key
    IV
    

    Compile from source

    This assumes Go and Git are installed.

    git clone https://github.com/cyclone-github/guarda_pwn.git
    cd guarda_pwn
    go mod init guarda_pwn
    go mod tidy
    go build -ldflags="-s -w" .
    go install -ldflags="-s -w" .
    

    Compile from source guide

    https://github.com/cyclone-github/scripts/blob/main/intro_to_go.txt
    

    Sysadmin by day | Hacker by night | Go Developer | hashpwn site owner
    3x RTX 4090

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    Who's Online [Full List]

    8 users active right now (1 members and 7 guests).
    hashpwn-bot

    Board Statistics

    Our members have made a total of 10.7k posts in 177 topics.
    We currently have 375 members registered.
    Please welcome our newest member, cakecake30.
    The most users online at one time was 49 on Thursday, December 26, 2024.

    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent