# robinmoisson/staticrypt

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

Repository: https://github.com/robinmoisson/staticrypt
Canonical: https://ross.abutalabs.com/products/staticrypt
Homepage: https://robinmoisson.github.io/staticrypt/
Language: HTML
License: MIT
License Family: permissive
Topics: static-html, encryption, html, password, javascript, cli, static, webcrypto
Last push: 2026-07-06T12:07:28+00:00

## Health v2 (maintenance only)
Score: 64/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 91, release rhythm 8, longevity 100
- inputs: {"age_days": 3413, "days_push": 58, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 8019, forks 494 (observed 2026-08-28T04:10:11.817099+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: active
- function: cryptography, security, cli
- domain: security, web-development, privacy, developer-tools
- platform: cli, browser, cross-platform
- tags: static-html, password-protection, aes-256, webcrypto, client-side-decryption, static-hosting, nodejs

## Member repositories
- robinmoisson/staticrypt (main) score 64

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:11.817099+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:32:05.027071+00:00, confidence not recorded.
  - readme: https://github.com/robinmoisson/staticrypt (fetched 2026-08-28T04:10:11.817099+00:00, sha 5d1189a75219)
  - homepage: https://robinmoisson.github.io/staticrypt/ (fetched 2026-08-29T08:29:19.225821+00:00, sha 55b23c60049d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
