← Back to Projects
Development February 15, 2024 ★ 4

Password Validator - Assembly Language

Password strength validator written in Assembly showcasing low-level security programming expertise.

AssemblySecurityLow-level Programming
View on GitHub →

Project Overview

A password strength validation tool written entirely in x86 Assembly language, demonstrating low-level programming expertise and understanding of how security primitives work at the hardware level.

Features

  • Length validation with configurable minimum/maximum
  • Character class detection (uppercase, lowercase, digits, special)
  • Common password pattern detection
  • Entropy calculation
  • Assembly-optimized string operations