CodeOnByte - In Between Bytes
  • Home
  • Programming
    • JavaScript
    • Python
  • System
    • Cross-platform
    • Linux
    • macOS
    • Windows
  • Gear
  • About Me
Home
Programming
    JavaScript
    Python
System
    Cross-platform
    Linux
    macOS
    Windows
Gear
About Me
CodeOnByte - In Between Bytes
  • Home
  • Programming
    • JavaScript
    • Python
  • System
    • Cross-platform
    • Linux
    • macOS
    • Windows
  • Gear
  • About Me
Browsing Category
Data Recovery
Cross-platform Data Recovery Programming Python

Brute-Force Bitcoin Wallet Recovery AI

April 16, 2026 No Comments

Hello friend!

In this video we will use AI to code a Python script that can help you in recovering your lost bitcoin wallet.

More precisely we will be using Google’s AI Studio to work out a little tool capable of assisting in bitcoin wallet recovery with the use of brute-forcing the original words that form your seed phrase.

The purpose for this article is to guide you on the use of this tool but also to show you how to approach using AI for creating simple tools to help you in your repetitive daily tasks. With AI being so widespread and easy to use right now it is a good idea to think of what tools you can create to automate certain tasks and save your precious time. But before we begin…

Continue reading
Reading time: 6 min
Share:
Written by: codeboss
Data Recovery Python

Python for Data Recovery

May 7, 2022 7 Comments

What’s up yall!

In this post we’ll take a look at Python for data recovery.

We’ll be covering a script I made that reads through a disk (in this example, a USB) and checks for specific file signatures in an attempt to recover photos and images (.jpg) from said disk.

If you haven’t seen my previous post about data recovery using a hex editor, I highly recommend it since a lot of the knowledge from that post will be automated using this script.

I’ll also get into how you can use this script to search for other types of files later on… 😉

Let’s get into the tutorial!

Continue reading
Reading time: 4 min
Share:
Written by: codeboss
Data Recovery

Data Recovery using Hex Editor

April 8, 2022 3 Comments

What’s good?

In this post we’ll see how to do data recovery using a hex editor.

If you used a data recovery program in the past you might have asked yourself: how do they work?

That is exactly what we’ll be covering on this post. I’m sure by the end of it you’ll have a broader understanding of what files look like in terms of raw bytes and how to identify them in a drive.

Let’s jump into it! 😉

Continue reading
Reading time: 3 min
Share:
Written by: codeboss

Recent Posts

  • VPN Server on Ubuntu VPS
  • Secure VPN Traffic With No Leaks
  • Brute-Force Bitcoin Wallet Recovery AI
  • Python for Data Recovery
  • Data Recovery using Hex Editor

Recent Comments

  • Python for Data Recovery – CodeOnByte on Data Recovery using Hex Editor
  • Eddie on Brute-Force VeraCrypt Encryption
  • grant on Python for Data Recovery
  • grant on Python for Data Recovery
  • Grant on Python for Data Recovery

About me

My name is Felipe! I’m a programmer from NY.

Blogs about coding, operating systems, network and security.

Hosting

© 2020 Copyright CodeOnBy // All rights reserved
In Between Bytes