Skip to content

Releases: ifduyue/xxtea

v0.2.1

06 Mar 18:15
Compare
Choose a tag to compare
  • Fixed: memory leaks
  • Use binascii module to encode/decode hex, instead of writing our own C functions.

Full list of changes: v0.2.0...v0.2.1

v0.2.0

28 Jan 08:17
Compare
Choose a tag to compare

This release is NOT compatible with previous versions.

  • [NEW] Added PKCS#7 Padding.
  • [NEW] Added encrypt_hex() and decrypt_hex().
  • [CHANGE] Removed xxtea.RESULT_TYPE_HEX, xxtea.RESULT_TYPE_RAW, and
    xxtea.RESULT_TYPE_DEFAULT. encrypt() and decrypt() now only
    accept two parameters: input data and key.

Full list of changes: v0.1.5...v0.2.0

v0.1.5

23 Jan 03:36
Compare
Choose a tag to compare

Bugfix:

  • msvc compiler error #2

Full list of changes: v0.1.4...v0.1.5