Aran Wilkinson
github bluesky twitter strava calendar linkedin
/about/posts/now/resume Light Dark
Entries tagged :: encryption
  • 2024-05-08

    Encrypting and decrypting with Go's crypto/aes and crypto/cipher

    A practical walkthrough of Go's crypto/aes and crypto/cipher packages. Covers AES-GCM encryption, key sizing, NewCipher usage, and common pitfalls with working code examples.
    Read more ⟶
  • 2023-06-25

    Age: a practical guide to modern file encryption

    A hands-on guide to age, the modern GPG alternative for file encryption. Covers installation, key generation with age-keygen, encrypting and decrypting files, Yubikey support, and command line examples.
    Read more ⟶