Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Releases: sophiebremer/crypto-js

3.1.2

07 Jul 18:35
Compare
Choose a tag to compare

Full Changelog: 3.1.1...3.1.2

  • Fixed typed array support when the view has a limited section of the buffer.
  • Added counter block mode compatible with Dr Brian Gladman fileenc.c.

3.1.1

07 Jul 18:33
Compare
Choose a tag to compare

Full Changelog: 3.1...3.1.1

3.1

07 Jul 18:32
Compare
Choose a tag to compare
3.1

Full Changelog: 3.0.2...3.1

  • Added SHA-3.
  • Added RIPEMD-160.
  • Added UTF-16 little endian.
  • Added support to create WordArrays from typed arrays.
  • Added cipher params Hex formatter.
  • Increased hash maximum message length from a 32-bit counter to 53-bit.
  • Fixed issue where HMAC would ignore key sigBytes.
  • Fixed Rabbit endianness error.
  • Removed byte order mark from source file.

3.0.2

07 Jul 18:27
Compare
Choose a tag to compare

Full Changelog: 3.0.1...3.0.2

3.0.1

07 Jul 18:26
Compare
Choose a tag to compare

Full Changelog: 3.0...3.0.1

  • Fixed issue where WordArray concat could fail with large data (greater than 255KB).

3.0

07 Jul 18:25
Compare
Choose a tag to compare
3.0

Full Changelog: 2.5.4...3.0

  • More algorithms.
  • Progressive processing.
  • More compatible with existing implementations.
  • More adaptable to new and varied implementations.
  • Better architecture under the hood.
  • Faaaster.

2.5.4

07 Jul 18:18
Compare
Choose a tag to compare

Full Changelog: 2.5.3...2.5.4

  • Added error checks when unpadding fails.
  • Improved PBKDF2Async performance.
  • Removed use of native base64 functions.

2.5.3

07 Jul 18:07
Compare
Choose a tag to compare

Full Changelog: 2.5.2...2.5.3

  • Fixed issue where CTR mode would clobber IV.
  • Fixed issue where SHA-256 would lose precision when hashing long messages.
  • Compatibility enhancement for implementations that output signed bytes.

2.5.2

07 Jul 18:05
Compare
Choose a tag to compare

Full Changelog: 2.5.1...2.5.2

  • Fixed mistyped DES method names.

2.5.1

07 Jul 18:04
Compare
Choose a tag to compare

Full Changelog: 2.5...2.5.1

  • Added DES.