#924588 ITP: node-sjcl -- Standford Javascript Crypto Library

Package:
wnpp
Source:
wnpp
Submitter:
Joseph Nuthalapati
Date:
2025-11-29 16:43:58 UTC
Severity:
wishlist
#924588#5
Date:
2019-03-14 17:49:33 UTC
From:
To:
* Package name    : node-sjcl
  Version         : 1.0.8
  Upstream Authors : Emily Stark, Mike Hamburg and Dan Boneh
* URL             : https://github.com/bitwiseshiftleft/sjcl
* License         : BSD-2-Clause OR GPL-2.0-only
  Programming Lang: Javascript
  Description     : SJCL is a library for cryptography in Javascript

The Stanford Javascript Crypto Library is a project by the
Stanford Computer Security Lab to build a secure, powerful,
fast, small, easy-to-use, cross-browser library for cryptography
in Javascript.

SJCL uses the industry-standard AES algorithm at 128, 192 or 256
bits; the SHA256 hash function; the HMAC authentication code; the
PBKDF2 password strengthener; and the CCM and OCB
authenticated-encryption modes with sensible defaults.

SJCL has no dependencies.