Skip to content

Releases: TencentBlueKing/crypto-python-sdk

v2.0.0

09 Oct 12:01
1da7068
Compare
Choose a tag to compare

2.0.0 - 2024-10-09

Feature
[ Feature ] Add support for python 3.11
[ Feature ] Drop support for python 3.6, 3.7

New Contributors

Full Changelog: v1.1.1...v2.0.0

v1.1.1

16 Aug 03:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

07 Aug 04:19
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.4...v1.1.0

v1.0.4

20 Jul 14:37
Compare
Choose a tag to compare

1.0.4 - 2023-07-20

Fixed

  • [ Fixed ] Fix the issue of "Too many arguments for this mode" in AES CTR mode (#16)

v1.0.3

19 Jul 13:03
Compare
Choose a tag to compare

1.0.3 - 2023-07-19

Feature

  • [ Feature ] Support configuring AsymmetricCipherManager through Django settings (#14)

v1.0.2

11 Jul 12:33
Compare
Choose a tag to compare

1.0.2 - 2023-07-11

Feature

  • [ Feature ] Add support for backward compatibility to Python v3.6.2 (#12)

v1.0.1

07 Jul 04:10
Compare
Choose a tag to compare

1.0.1 - 2023-07-07

Improved

  • [ Improved ] The Django CipherManager.cipher "using" parameter provides "default" as the default
    value (#10)

Full Changelog: v1.0.0...v1.0.1

v1.0.0

04 Jul 13:32
Compare
Choose a tag to compare

1.0.0 - 2023-07-03

Feature

  • [ Feature ] Provides a unified encryption abstraction layer, docks with Cryptodome / tongsuopy and other encryption
    libraries, and provides a unified encryption and decryption implementation
  • [ Feature ] Supports mainstream international cryptography algorithms: AES, RSA
  • [ Feature ] Supports Chinese commercial cryptography algorithms: SM2, SM4
  • [ Feature ] Asymmetric encryption supports CBC, CTR, GCM, CFB as block cipher modes
  • [ Feature ] Django Support, integrated Django settings, ModelField