"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no dependencies using runtime's native crypto in Node.js, Browser, Cloudflare Workers, Electron, and Deno. The test suite utilizes examples defined in RFC7520 to confirm its JOSE implementation is correct.
verify jwt node browser jose validate jsonwebtoken sign jwk jwe jws jwa encrypt decrypt jwks deno cloudflare-workers cloudflare compact decode detached ec ecdsa eddsa electron embedded flattened general isomorphic json-web-token oct okp payload pem pkcs8 rsa secp256k1 signature spki universal webcrypto workers x509A JavaScript library to zip and unzip files in the browser. It supports simultaneous reads and writes to one or more zip files. It supports Zip64 format, WinZIP AES and PKWare ZipCrypto encryption.
zip unzip compression zip64 webcrypto web-crypto webworkers web-workers zipcrypto zip-cryptoJSON Web Tokens (JWT) verify/sign implementation using W3C Web Cryptography (crypto.subtle). The following browsers are supported without shims: IE TP, Firefox 35+ and Chrome 37+. Safari is not currently working. For more information about compatiblity check web cryptography browser support.
jwt jsonwebtoken w3c webcrypto crypto crypto.subtleThere's a great Node polyfill for the Web Crypto API, but it's not isomorphic. IE11 and versions of Safari < 11 use an older version of the spec, so the browser implementation includes a webcrypto-shim to iron out the differences. You'll still need to provide your own Promise polyfill.
webcrypto small isomorphic react-nativeEncrypt a value based on the passed secret and options. The value can be any serializable value, as can the secret (if not a string, under the hood they will be stringified). Decrypt the encryptedValue based on the passed secret and options. The secret must be equal in value as the one used in the encrypt method.
webcrypto crypto encrypt encryption hashCommon code referenced across Bitwarden JavaScript projects.
bitwarden typescript webcrypto angular electronWeb Cryptography API shim for legacy browsers. Now you can use webcrypto api through the window.crypto and window.crypto.subtle objects.
webcrypto shim crypto mscrypto webkitcrypto mozcrypto subtle webkitsubtle sha hmac pbkdf aes cbc gcm rsa oaep pkcs1IPFSecret lets you encrypt and decrypt IPFS files with a secret passphrase. If you are new to IPFS, there are guides for getting started and running the daemon with the right port.
ipfs webcrypto browser ipfs-api aes-gcm pbkdf2 nodejs subtlecrypto js-ipfs-apiThis repository was created to address the ever-growing number of poor encryption code examples that float about the internet. This repository will expand over time to include examples in more languages. As of April 2021, there are 18 different compatible examples for 15 different languages across 5 different platforms.
nodejs kotlin encryption cpp example gcm vbnet webcrypto best-practice
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.