Programming

Exploring an Encrypted Penguin with AES-ECB

2020-04-04

We’ve seen the image of a penguin encrypted with AES-ECB on Wikipedia before, but what happens if we add a tiny bit of noise to the equation?

Read More...

A Simple STL Viewer with Three.js

2019-04-14

Here’s a simple part that I made in Fusion 360: It’s a simple bracket to mount keystone jacks to a wall. This article isn’t about that, it’s about the viewer used to display it above. It uses WebGL to render it in your browser, and the three.js library makes it easy to implement. It’s part of my hugo template now, since I’d like to post some of the objects that I make for 3D printing.

Read More...