Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of adorsys/jwe-codec

Account's avatar
cisco/node-jose
A JavaScript implementation of the JSON Object Signing and Encryption (JOSE) for current web browsers and node.js-based servers
Account's avatar
conventional-changelog/commitlint
Lint your commit messages
Account's avatar
conventional-changelog/commitlint
Shareable commitlint config enforcing conventional commits
Account's avatar
octokit/core.js
Extendable client for GitHub's REST & GraphQL APIs
Account's avatar
avajs/ava
Node.js test runner that lets you develop with confidence.
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
BenoitZugmeyer/eslint-plugin-html
A ESLint plugin to lint and fix inline scripts contained in HTML files.
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
semantic-release/semantic-release
Automated semver compliant package publishing
Account's avatar
feross/snazzy
Format JavaScript Standard Style as Stylish (i.e. snazzy) output
Account's avatar
standard/standard
JavaScript Standard Style

Support the repos that depend on this repository

Top contributors

radzom's profile
radzom
26 contributions
jkroepke's profile
jkroepke
9 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
adorsys

adorsys/jwe-codec

Simple Encrypting/Decrypting using JWE

JavaScript
0
1
MIT License

jwe‑codec is a lightweight JavaScript library that lets developers encrypt and decrypt any JavaScript value (numbers, strings, objects, dates, buffers, etc.) using JSON Web Encryption (JWE) with a simple promise‑/async‑await API and full TypeScript typings. It targets Node.js (and browser) developers who need straightforward symmetric JWE handling (e.g., A256GCM, A128CBC‑HS256) without dealing with low‑level crypto details.