FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I built Merkle-chain evidence verification for CMMC compliance — here's why and how
How-ToWeb Development

I built Merkle-chain evidence verification for CMMC compliance — here's why and how

via Dev.to Webdevprolixo11h ago

This started with a frustrating conversation. A defense contractor friend failed their CMMC Level 2 assessment. Not because they hadn't done the security work — but because when the assessor asked "who last updated this document and when," the answer was effectively "we don't know." Their evidence was a folder of Word docs labeled things like final_v3_REALLYFINAL.docx. Technically fine content. No way to prove authenticity. That's what I ended up building Solymus around. Here's the core pattern: Artifact gets uploaded SHA-256 hash computed server-side Hash digest signed with KMS — ECDSA_SHA_256, MessageType=DIGEST (important: if you sign the full payload you'll hit the 4KB limit fast) Record stored in DynamoDB with the digest and signature Every night at midnight UTC, an attestation job seals that day's events into a Merkle root Each artifact gets a public /verify/{id} endpoint — no auth — that returns the hash, signature, and Merkle linkage One thing that bit me: right after upload, m

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
4 views

Related Articles

7 Coding Habits That Will Improve Your Skills
How-To

7 Coding Habits That Will Improve Your Skills

Medium Programming • 13h ago

A Multi-Agent Code for Trading with Prompts
How-To

A Multi-Agent Code for Trading with Prompts

Medium Programming • 14h ago

Algorithms I Finally Understood — Part 1: Why Algorithms Exist (Before We Even Write Code)
How-To

Algorithms I Finally Understood — Part 1: Why Algorithms Exist (Before We Even Write Code)

Medium Programming • 15h ago

Building a Real-Time Customer Support System in .NET
How-To

Building a Real-Time Customer Support System in .NET

Medium Programming • 16h ago

How-To

Apple iPhone 17e: Specs, Features, Release Date, Price

Wired • 16h ago

Discover More Articles