webcrypto
There are 125 repositories under webcrypto topic.
robinmoisson/staticrypt
Password protect a static HTML page, decrypted in-browser in JS with no dependency. No server logic needed.
PeculiarVentures/PKI.js
PKI.js is a pure JavaScript library implementing the formats that are used in PKI applications (signing, encryption, certificate requests, OCSP and TSP requests/responses). It is built on WebCrypto (Web Cryptography API) and requires no plug-ins.
LinusU/react-native-get-random-values
A small implementation of `getRandomValues` for React Native
luke-park/SecureCompatibleEncryptionExamples
A collection of secure encryption examples for encrypting strings and binary data.
PeculiarVentures/webcrypto
A WebCrypto Polyfill for NodeJS
backbone-hq/minibone
A compact, versatile, and misuse-resistant library for end-to-end-encryption
mayocream/pastebin-ipfs
🌐 (Web 3.0) Pastebin built on IPFS, securely served by Distributed Web and Edge Network.
PeculiarVentures/webcrypto-liner
webcrypto-liner is a polyfill that let's down-level User Agents (like IE/Edge) use libraries that depend on WebCrypto. (Keywords: Javascript, WebCrypto, Shim, Polyfill)
PeculiarVentures/xadesjs
A pure Typescript/Javascript implementation of XAdES based on XMLDSIGjs. (Keywords: WebCrypto, XMLDSIG, XADES, eIDAS, Trust List, X.509, CRL, OCSP)
hazae41/foras
WebAssembly port of Deflate, Gzip, and Zlib compression algorithms
bitwarden/jslib
Common code referenced across Bitwarden JavaScript projects.
PeculiarVentures/node-webcrypto-ossl
A WebCrypto Polyfill for Node in TypeScript built on OpenSSL.
stophecom/sharrr-svelte
End-to-end encrypted file transfer.
kevlened/isomorphic-webcrypto
:game_die: webcrypto library for Node, React Native and IE11+
PeculiarVentures/fortify
Fortify enables web applications to use smart cards, local certificate stores and do certificate enrollment. This is the desktop application repository.
PeculiarVentures/2key-ratchet
2key-ratchet is an implementation of a Double Ratchet protocol and X3DH in TypeScript utilizing WebCrypto.
meixler/web-browser-based-file-encryption-decryption
Use your web browser to encrypt and decrypt files.
kriasoft/web-auth-library
Authentication library for the browser environment using Web Crypto API
sagi/workers-jwt
Generate JWTs on Cloudflare Workers using the WebCrypto API
BrunoBernardino/budgetzen-web
Simple, Encrypted Budgets & Expenses. 💵
anvilresearch/webcrypto
W3C Web Cryptography API for Node.js
google/webcrypto.dart
Cross-platform implementation of Web Cryptography APIs
brandis-project/brandis
Brandis: End-to-end encryption for everyone
AKASHAorg/easy-web-crypto
Webcrypto API wrapper for applications that store encrypted data
dajiaji/hpke-js
A Hybrid Public Key Encryption (HPKE) module built on top of Web Cryptography API.
PeculiarVentures/xmldsigjs
XMLDSIGjs provides an implementation of XMLDSIG in Typescript/Javascript based on WebCrypto
PeculiarVentures/node-webcrypto-p11
A WebCrypto Polyfill for Node in typescript built on PKCS#11.
fmeum/polysafe
Embed any file into an encrypted, self-decrypting HTML file
altcha-org/altcha-lib
A JavaScript library for creating and verifying ALTCHA challenges.
hazae41/echalote
Zero-copy Tor protocol for the web 🏎️ (JS + WebAssembly)
anvilresearch/jose
JSON Object Signing and Encryption for Node.js and the browser
nwtgck/web-ssh-keygen
🔒🔑 Generate a key-pair of ssh-keygen for Web browser
block65/webcrypto-web-push
Send notifications using Web Push Protocol and Web Crypto APIs (compatible with Node, Cloudflare Workers, Bun and Deno)
PeculiarVentures/CAdES.js
CAdESjs is an implementation of CAdES (CMS Advanced Electronic Signatures)in pure Javascript.
evanbaldonado/github-pages-jekyll-password-protection
Automatically password protect (with encryption) certain pages on GitHub Pages/Jekyll sites using PageCrypt.