UNPKG

@worker-tools/encrypted-cookie-store

Version:

A partial implementation of the Cookie Store API that transparently encrypts and decrypts cookies via AES-GCM.

46 lines 1.22 kB
{ "module": "./esm/index.js", "main": "./script/index.js", "types": "./types/index.d.ts", "name": "@worker-tools/encrypted-cookie-store", "version": "0.3.0-pre.7", "description": "A partial implementation of the Cookie Store API that transparently encrypts and decrypts cookies via AES-GCM.", "license": "MIT", "publishConfig": { "access": "public" }, "author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)", "repository": { "type": "git", "url": "git+https://github.com/worker-tools/encrypted-cookie-store.git" }, "bugs": { "url": "https://github.com/worker-tools/encrypted-cookie-store/issues" }, "homepage": "https://workers.tools/encrypted-cookie-store", "keywords": [ "cloudflare-workers", "cookie", "cookie-store", "cookies", "deno", "encryption", "middleware", "web-crypto", "web-cryptography", "workers" ], "exports": { ".": { "import": "./esm/index.js", "require": "./script/index.js", "types": "./types/index.d.ts" } }, "dependencies": { "base64-encoding": "latest", "cookie-store-interface": "^0.1.1", "typed-array-utils": "^0.2.4" }, "devDependencies": {} }