chirag127/oriz-cipher-crypto-tools-app

GitHub: chirag127/oriz-cipher-crypto-tools-app

一个基于浏览器 WebCrypto API 的纯客户端密码学工具箱,提供加密解密、哈希、密钥生成、令牌验证等多种实用功能,所有运算在本地完成,注重隐私保护。

Stars: 1 | Forks: 0

# Oriz Cipher — 加密工具 [![Stars](https://img.shields.io/github/stars/chirag127/oriz-cipher-crypto-tools-app?style=flat&label=stars)](https://github.com/chirag127/oriz-cipher-crypto-tools-app/stargazers) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE) **在线访问:** · 镜像: ## 工具 | 类别 | 工具 | | --- | --- | | 对称加密 | AES-GCM, ChaCha20 | | 非对称加密 | RSA 密钥对生成 / 加密 / 解密,SSH 密钥生成,X.509 证书 | | 哈希 | SHA 系列哈希,HMAC,bcrypt | | 认证 / 令牌 | JWT 解码/验证,UUID 生成 | | 编码 | Base64,URL 编码 | | 经典密码 | Caesar,ROT13 | | 实用工具 | 密码生成 + 强度检测,QR 码 | ## 技术 - Astro 6 + React 19 islands - Tailwind CSS v4 - WebCrypto API(原生,客户端) - 静态部署 — 部署在 Cloudflare Pages + GitHub Pages ## 本地开发 ``` pnpm install pnpm dev # http://localhost:4321 pnpm build # static output to dist/ pnpm test # vitest unit + playwright e2e ``` ## 隐私 所有计算均在客户端进行。不会将任何明文、密钥或 payload 传输到任何服务器。免费,无需账户,无需绑定银行卡。 ## 许可证 [MIT](./LICENSE)
标签:Astro, React, Syscalls, WebCrypto API, 前端工具箱, 加密解密, 密码学工具, 特征检测