Adrian Isaksson Norum

Stockholm, Sweden

Adrian Isaksson Norum

About

First-year M.Sc. student in Computer Science and Engineering at KTH and part-time NOC Technician at 3 Sweden. I enjoy building software that automates repetitive tasks and makes everyday workflows more efficient.

I'm particularly interested in networking, cybersecurity, and software engineering, with a focus on creating practical solutions that solve real problems and improve daily operations.

Work projects

  • ShiftCheckerV3

    React TypeScript Node.js

    March 2026 - May 2026, connected to 3 Sweden

    Built and deployed a real-time shift handover platform for NOC-style operations.

  • EmailParser

    Manifest V3 Regex Parsing

    June 2024 - August 2024, connected to 3 Sweden

    Built a Chrome extension (Manifest V3) that parses vendor maintenance emails and auto-fills internal change forms.

Personal projects

  • Send Application
    e2ee private links real-time updates

    Send is a private message-sharing application built around two flows: Give and Ask.

    The Give flow is essentially a lightweight implementation of Bitwarden Send: create a private message, generate a shareable link, limit how many times it can be opened, and monitor access in real time.

    The Ask flow expands on this concept by allowing someone to request information through an end-to-end encrypted link. Encryption is performed entirely in the browser using the Web Crypto API and hybrid encryption: RSA-OAEP wraps a unique AES-GCM key for each message, while AES-GCM encrypts the actual message. The server only stores the ciphertext and wrapped key.