Ross ROSS = Recommend OSS · open-source software intelligence for agents

robinmoisson/staticrypt

Password protect a static HTML page, decrypted in-browser in JS with no dependency. No server logic needed. observed · 2026-08-28

github.com/robinmoisson/staticrypt · homepage · HTML · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

64/100

  • Activity 91
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3413
  • days_rel: n/a
  • days_push: 58
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

8019 stars · 494 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

StatiCrypt is a CLI tool and browser-based utility that encrypts static HTML files with AES-256 using a password, producing a self-contained page that decrypts in-browser via JavaScript with no backend. It lets you password-protect content hosted on static hosting like GitHub Pages or Netlify.

Use cases

  • password protect a static HTML page
  • encrypt HTML files for GitHub Pages without a server
  • share confidential documents as encrypted static pages
  • add a password prompt to a static site
  • encrypt files in a build process before deployment
  • protect a single-page report with a password

When to choose

  • you host on static hosting and need password protection without any backend
  • you want client-side decryption with no external dependencies
  • you need to encrypt files via CLI in a build pipeline

When to avoid

  • you need server-side authentication or user management
  • you protect extremely sensitive data where a stronger solution is warranted (the tool itself warns at-risk users)
  • you need to serve pages over plain HTTP (v3 requires HTTPS or localhost for WebCrypto)

Facets

cli-tool · maturity active

cryptography security cli security web-development privacy developer-tools cli browser cross-platform static-html password-protection aes-256 webcrypto client-side-decryption static-hosting nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
robinmoisson/staticryptmain64

For agents

markdown · JSON · MCP: product_card(name="robinmoisson/staticrypt")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem