hpke-js

A Hybrid Public Key Encryption (HPKE) module built on top of Web Cryptography API. (by dajiaji)

Hpke-js Alternatives

Similar projects and alternatives to hpke-js

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better hpke-js alternative or higher similarity.

hpke-js reviews and mentions

Posts with mentions or reviews of hpke-js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-06.
  • Write once, run anywhere with Deno and Dnt
    8 projects | dev.to | 6 Jul 2022
    import { build, emptyDir } from "dnt"; await emptyDir("./npm"); await build({ entryPoints: ["./mod.ts"], outDir: "./npm", typeCheck: true, test: true, declaration: true, scriptModule: "umd", importMap: "./import-map.json", compilerOptions: { lib: ["es2021", "dom"], }, shims: { deno: "dev", }, package: { name: "hpke-js", version: Deno.args[0], description: "A Hybrid Public Key Encryption (HPKE) module for web browsers, Node.js and Deno", repository: { type: "git", url: "git+https://github.com/dajiaji/hpke-js.git", }, homepage: "https://github.com/dajiaji/hpke-js#readme", license: "MIT", main: "./script/mod.js", types: "./types/mod.d.ts", exports: { ".": { "import": "./esm/mod.js", "require": "./script/mod.js", }, "./package.json": "./package.json", }, keywords: [ "hpke", // ...省略 ], engines: { "node": ">=16.0.0", }, author: "Ajitomi Daisuke", bugs: { url: "https://github.com/dajiaji/hpke-js/issues", }, }, }); // post build steps Deno.copyFileSync("LICENSE", "npm/LICENSE"); Deno.copyFileSync("README.md", "npm/README.md");

Stats

Basic hpke-js repo stats
1
52
9.2
21 days ago

dajiaji/hpke-js is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of hpke-js is TypeScript.


Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com