{"id":26665333,"url":"https://github.com/elsehow/cone-of-silence","last_synced_at":"2025-03-25T17:36:52.642Z","repository":{"id":57205315,"uuid":"55014048","full_name":"elsehow/cone-of-silence","owner":"elsehow","description":"encrypt/decrypt javascript objects with private-box","archived":false,"fork":false,"pushed_at":"2016-03-29T22:21:51.000Z","size":717,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T10:05:55.064Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elsehow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-29T22:13:09.000Z","updated_at":"2016-03-29T22:13:59.000Z","dependencies_parsed_at":"2022-09-12T22:50:36.252Z","dependency_job_id":null,"html_url":"https://github.com/elsehow/cone-of-silence","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fcone-of-silence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fcone-of-silence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fcone-of-silence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fcone-of-silence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elsehow","download_url":"https://codeload.github.com/elsehow/cone-of-silence/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245511367,"owners_count":20627376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-25T17:36:51.998Z","updated_at":"2025-03-25T17:36:52.633Z","avatar_url":"https://github.com/elsehow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cone-of-silence\n\nencrypts and decrypts javascript objects using [private-box](https://github.com/auditdrivencrypto/private-box), in node or the browser\n\n![](cone.png)\n\n## installation\n\n    npm install cone-of-silence\n\n## usage\n\n```javascript\nvar cone = require('cone-of-silence')\n\nvar bob = cone.keypair()\nvar alice = cone.keypair()\nvar msg = {\n  muy: 'buena',\n  onda: null,\n}\nvar encrypted = cone.encrypt(msg, [bob.publicKey, alice.publi    cKey])\nvar decrypted = cone.decrypt(encrypted, alice.secretKey)\n```\n\n## license\nBSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsehow%2Fcone-of-silence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felsehow%2Fcone-of-silence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsehow%2Fcone-of-silence/lists"}