UNPKG

ephy-rsa

Version:

A hybrid RSA + AES encryption service using jose for large data encryption on the browser.

30 lines (29 loc) 866 B
{ "name": "ephy-rsa", "version": "0.1.8", "description": "A hybrid RSA + AES encryption service using jose for large data encryption on the browser.", "main": "dist/RSAKeyService.js", "types": "dist/RSAKeyService.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": ["reactjs", "nextjs", "RSA", "AES", "encryption", "decryption", "hybrid", "jose", "cryptography", "browser", "secure", "ephemeral"], "author": "Aman Sharma", "license": "MIT", "dependencies": { "jose": "^4.14.4" }, "devDependencies": { "typescript": "^5.0.0", "@types/node": "^20.0.0" }, "repository": { "type": "git", "url": "https://github.com/aman-eth/ephy-rsa.git" }, "bugs": { "url": "https://github.com/aman-eth/ephy-rsa/issues" }, "homepage": "https://github.com/aman-eth/ephy-rsa#readme" }