• Ethereum Addresses and Checksums

    Ethereum Addresses: The Basics First things first what an Ethereum address is. It’s a string of characters that looks something like this: `0x1234567890ABCDEF1234567890abcdef`. Now,…

  • Ethereum Public Key Serialization

    Alright! Today we’re going to talk about something that might make your head spin Ethereum Public Key Serialization. But don’t worry, I’m here to…

  • Ethereum Account Cryptography Explained

    But before we dive into the details, let’s take a step back and appreciate how far we’ve come. Remember when you used to have…

  • Finally Understanding Ethereum Accounts

    In traditional finance, you have your bank account number and routing number. On Ethereum, we call this a “wallet address” or simply an “account.”…

  • Encrypting and Decrypting Data in Go

    Today we’re going to talk about a topic that’s near and dear to our hearts: cryptography. Specifically, how to encrypt and decrypt data using…

  • Secret Key Encryption with Go using AES

    To start: why would we want to use secret key encryption? Well, let’s say you have a bunch of sensitive data that needs to…

  • Securing Your Digital Assets

    You know what we’re talking about those precious cryptocurrencies you’ve been hoarding like a dragon with a gold obsession. But let’s be real, dragons…

  • Understanding BIP39 and its Role in HD Wallets

    Today we’re gonna talk about BIP39 the protocol that makes your life easier when it comes to managing digital assets. But first, let’s take…

  • Hardened Key Derivation in HD Wallets

    Alright, something that might sound like gibberish but is actually pretty ***** important: hardened key derivation in HD wallets. If you’re not familiar with…

SICORPS