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
Networking System Windows

Secure VPN Traffic With No Leaks

May 11, 2026 No Comments

What’s up?

In this post we will learn how to secure our VPN so that it doesn’t leak any traffic.

If you have ever used a VPN for geolocation specific sites or applications, you might have run into the issue where your VPN turns off and suddenly you are connecting to that application using your main connection which can lead to minor interruptions from that site or application or even becoming blocked.

A solid setup can be the differential preventing this from happening and that is what we will learn how to configure in this post using some basic Windows firewall rules.

Let’s begin.

Continue reading
Reading time: 4 min
Share:
Written by: codeboss
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
Programming Python

File Transfer in Python 3

March 28, 2022 No Comments

In this post, we’ll check out file transfer in Python 3 with file size verification check.

In many Python scripts you’ll come across the need for sending and receiving files over the network, so I decided to make this tutorial for a simple yet stable set of scripts to implement whenever needed.

We’ll only use standard Python libraries included with a default installation: socket, time, os and sys.

One nice little detail we’ll implement is file size verification, so that the receiving party can be sure they received the file with the exact amount of bytes the sender intended.

Let’s check it out!

Continue reading
Reading time: 2 min
Share:
Written by: codeboss
Page 1 of 81234»...Last »

Recent Posts

  • Secure VPN Traffic With No Leaks
  • Brute-Force Bitcoin Wallet Recovery AI
  • Python for Data Recovery
  • Data Recovery using Hex Editor
  • File Transfer in Python 3

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