sjcl

WebJar for sjcl

License

License

NAUMEN
Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-bitwiseshiftleft-sjcl
Last Version

Last Version

1.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

sjcl
WebJar for sjcl
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/bitwiseshiftleft/sjcl

Download github-com-bitwiseshiftleft-sjcl

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-bitwiseshiftleft-sjcl/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-bitwiseshiftleft-sjcl</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-bitwiseshiftleft-sjcl/
implementation 'org.webjars.npm:github-com-bitwiseshiftleft-sjcl:1.0.6'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-bitwiseshiftleft-sjcl/
implementation ("org.webjars.npm:github-com-bitwiseshiftleft-sjcl:1.0.6")
'org.webjars.npm:github-com-bitwiseshiftleft-sjcl:jar:1.0.6'
<dependency org="org.webjars.npm" name="github-com-bitwiseshiftleft-sjcl" rev="1.0.6">
  <artifact name="github-com-bitwiseshiftleft-sjcl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-bitwiseshiftleft-sjcl', version='1.0.6')
)
libraryDependencies += "org.webjars.npm" % "github-com-bitwiseshiftleft-sjcl" % "1.0.6"
[org.webjars.npm/github-com-bitwiseshiftleft-sjcl "1.0.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

sjcl

Build Status

Join the chat at https://gitter.im/bitwiseshiftleft/sjcl

Stanford Javascript Crypto Library

Security Advisories

  • 12.02.2014: the current development version has a paranoia bug in the ecc module. The bug was introduced in commit ac0b3fe0 and might affect ecc key generation on platforms without a platform random number generator.

Security Contact

Security Mail: [email protected]
OpenPGP-Key Fingerprint: 0D54 3E52 87B4 EC06 3FA9 0115 72ED A6C7 7AAF 48ED
Keyserver: pool.sks-keyservers.net

Upgrade Guide

1.0.3 -> 1.0.4

codecBase32 has been re-enabled with changes to conform to RFC 4648:

  • Padding with = is now applied to the output of fromBits. If you don't want that padding, you can disable it by calling fromBits with a second parameter of true or anything that evaluates as "truthy" in JS
  • The encoding alphabet for sjcl.codec.base32 now matches that specified by the RFC, rather than the extended hex alphabet.
  • The former extended hex alphabet is now available through sjcl.codec.base32hex (also matching the RFC). So if you encoded something with base32 before, you'll want to decode it with base32hex now.

Documentation

The documentation is available here

Versions

Version
1.0.6