ceoimon / proteus-hd

Signal Protocol (with header encryption) implementation for JavaScript.

Home Page:https://www.npmjs.com/package/proteus-hd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proteus-HD

NOTE: Using header encryption will make message decryption process much slower! You may want to use Proteus.js in most cases.

While Proteus.js is an implementation of the Signal Protocol without header encryption, Proteus-HD take advantage of the header encryption variant of Double Ratchet Algorithm to make communication more secure.

Build Status

Build Status

Installation

Node.js

yarn add proteus-hd

Browser

Use a module bundler or UMD builds in the dist folder

Usage

Browser

Node.js

TypeScript

import * as Proteus from 'proteus-hd';
const identity: Proteus.keys.IdentityKeyPair = Proteus.keys.IdentityKeyPair.new();

About

Signal Protocol (with header encryption) implementation for JavaScript.

https://www.npmjs.com/package/proteus-hd

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%