Releases: TencentBlueKing/crypto-python-sdk
Releases · TencentBlueKing/crypto-python-sdk
v2.0.0
v1.1.1
What's Changed
- docs: The basic usage description is inaccurate (closed #23) by @ZhuoZhuoCrayon in #24
- fix: Fix the issue of get_symmetric_cipher has wrong default value (fixed #25) by @ZhuoZhuoCrayon in #26
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- feat: Add support for non-Django projects (closed #19) by @ZhuoZhuoCrayon in #21
- feat: Add support for prefix ciphertext decryption (closed #20) by @ZhuoZhuoCrayon in #22
Full Changelog: v1.0.4...v1.1.0
v1.0.4
v1.0.3
v1.0.2
v1.0.1
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
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