**# 版本日志
- [ 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
- [ Improved ] The Django CipherManager.cipher "using" parameter provides "default" as the default value (#10)
- [ Feature ] Add support for backward compatibility to Python v3.6.2 (#12)
- [ Feature ] Support configuring AsymmetricCipherManager through Django settings (#14)
- [ Fixed ] Fix the issue of "Too many arguments for this mode" in AES CTR mode (#16)
- [ Feature ] Add support for non-Django projects (#19)
- [ Feature ] Add support for prefix ciphertext decryption (#20)
- [ Fixed ] Fix the issue of get_symmetric_cipher has wrong default value (#25)
- [ Feature ] Add support for python 3.11
- [ Feature ] Drop support for python 3.6, 3.7