Skip to content

Releases: ricmoo/aes-js

Version 3.1.2

09 Nov 21:36
7c9fad4
Compare
Choose a tag to compare

Various non-critical fixes; see commit history.

Version 3.1.0

15 Apr 19:35
Compare
Choose a tag to compare

Added support for large (over 32-bit, but not larger than 53-bit) integers for aesjs.Counter.

Version 3.0.0

08 Feb 08:59
Compare
Choose a tag to compare

The following changes have been made:

  • Using Uint8Array instead of Array
  • No reference to Buffer (so Broswerify won't pull in SlowBuffer)
  • Moved utility functions to more clearly indicate their purpose

This is a major version change, as some functionality is not backward compatible (but all functionality has an equivalent)

Version 2.1.0

04 Oct 15:33
Compare
Choose a tag to compare

Only major change in this release is that ECB and CBC modes of operation can be given any amount of data (as long as its length is a multiple of the block size, 16 bytes) and will encrypt/decrypt the entire chunk.

Version v2.0.0

16 May 02:28
Compare
Choose a tag to compare

Fixed some inconsistencies (and bugs) in the API with respect to exceptions being thrown.

Version 0.2.3

24 Feb 05:06
Compare
Choose a tag to compare
  • Added a more versatile slowCreateBuffer for browsers which do not support .slice() on their typed arrays, as well as exposed it via aes.util._createSlowBuffer for access by the test cases.

Version 0.2.2

02 Feb 15:57
Compare
Choose a tag to compare

Version 0.2.2