subtlecrypto
There are 34 repositories under subtlecrypto topic.
kriasoft/web-auth-library
Authentication library for the browser environment using Web Crypto API
perry-mitchell/iocane
An odorless, tasteless NodeJS crypto library that dissolves instantly in liquid
gregives/StegaPhoto
Easy-to-use website to hide files within images
kiosion/minbin
Minimal & self-hostable pastebin alternative, intended for code or short text snippets
athanclark/purescript-subtlecrypto
Basic PureScript-friendly bindings to SubtleCrypto
devgianlu/YASMA
Yet Another (Secure) Messaging App
glihm/jsinterop-browser-webcryptoapi
A jsinterop library to use browser cryptography api (Crypto and CryptoSubtle) from Blazor.
174n/tiny-enc
Tiny text encryption for browser
174n/tiny-pow
Tiny proof of work library for browser
CatEars/private-note
Private note sharing application. Early beta at:
encrypit/pepto
#️⃣ Generate a hex string digest from a given message.
johncalvinroberts/cryp
A little file encrypter made with Svelte and the Web Crypto API
manjushsh/file-encrypt-decrypt
Encrypt and Decrypt your files easily on your browser. All computation done locally. No files are uploaded to any server.
Miladiir/async-crypter-ts
Easy, safe and powerful asynchronous AES-256-GCM encryption for NodeJS and the web.
UmamiAppearance/BrowserSHAObj
JavaScript implementation of SHA (1/256/384/512) checksum calculation for the browser. It uses the browsers own SubtleCrypto interface. Multiple representations of the message digest are available (e.g. hexadecimal, base32, base64, ...)
fabricionaweb/logs.moe
Share encrypted logs without leaving terminal
frederickjansen/subtle-sodium
An implementation of various SubtleCrypto functions using the same API as libsodium.js
LostBeard/SpawnDev.BlazorJS.Cryptography
A cross platform cryptography library that supports encryption with AES-GCM, shared secret generation with ECDH, data signatures with ECDSA, and hashing with SHA on Windows, Linux, and Browser (Blazor WebAssembly) platforms.
lucacicada/xipher
xipher is a simple wrapper around the subtle crypto API.
martinheidegger/subtle-key-codec
Space efficient binary de-/encoder for WebCrypto's CryptoKeys
modster/cloudflare-worker-binance-hmac-256sha
An example of how to sign request params for Binance API in Cloudflare Workers. Cloudflare has their own way of doing things.
reznik99/FoxTrot-Front-End
FoxTrot, Mobile App offering end-to-end encrypted communication
shgysk8zer0/jscrypt
Cryptographic modules implemented in JavaScript (I.E. SubtleCrypto API)
UmamiAppearance/SHAObj
JavaScript implementation of SHA-(1/256/384/512) checksum calculation for the browser and node.js. It uses the global SubtleCrypto interface (Web Crypto API). Multiple representations of the message digest are available (e.g. hexadecimal, base32, base64, ...)
cyberwlodarczyk/voynich
Simple, 100% offline password manager
fabricionaweb/1bin
Pastebin that last a day
nobleknightt/encrypt-decrypt
Encryption and Decryption in JavaScript using AES-GCM Algorithm
reznik99/CryptoTools
Crypto playground in your browser
shihabahmed/web_crypto_api_example
The example code to show how to use web crypto api in a react app
shihabahmed/web_crypto_demo
Copied from https://github.com/benjamin5252/web_crypto_api_example
yifeiwu/subtlecrypto-demo
A web based implementation and demo of asymmetric and symmetric encryption using SubtleCrypto API
Torxed/slimCrypt
Javascript wrapper for JS crypto.subtle.encrypt() using one-time-key's transmitted via private/public keypairs.
UmamiAppearance/BrowserHMACObj
JavaScript implementation of HMAC generation and verification for the browser. t uses the browsers own SubtleCrypto interface. Multiple representations of the HMAC are available (e.g. hexadecimal, base32, base64, ...)
UmamiAppearance/HMACObj
JavaScript implementation of HMAC generation and verification for the browser and node.js. It uses the global SubtleCrypto interface [Web Crypto API]. Multiple representations of the HMAC are available (e.g. hexadecimal, base32, base64, ...)