Skip to content

Signal Protocol (with header encryption) implementation for JavaScript.

License

Notifications You must be signed in to change notification settings

ceoimon/proteus-hd

 
 

Repository files navigation

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();

Packages

No packages published

Languages

  • JavaScript 100.0%