You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[tool.poetry]
2
2
name = "bk-crypto-python-sdk"
3
-
version = "1.0.2"
3
+
version = "1.0.3"
4
4
description = "bk-crypto-python-sdk is a lightweight cryptography toolkit for Python applications based on Cryptodome / tongsuopy and other encryption libraries."
# Optional, used for ModelField, when encrypting, it carries this prefix into the database, when decrypting, it analyzes this prefix and selects the corresponding decryption algorithm
62
-
# ⚠️ Prefix and cipher type must correspond one-to-one, and there can be no prefix matching relationship
61
+
# Optional, used for ModelField; carry the prefix when encrypting and store it in the database,
62
+
# analyze the prefix when decrypting and choose the appropriate decryption algorithm
63
+
# ⚠️ Prefix and cipher type must correspond one-to-one, and no prefix match relationship is allowed
63
64
# "db_prefix_map": {
64
65
# SymmetricCipherType.AES.value: "aes_str:::",
65
66
# SymmetricCipherType.SM4.value: "sm4_str:::"
66
67
# },
67
-
# Common parameter configuration, different cipher initialization shares these parameters
68
+
# Common parameter configuration, shared by different ciphers during initialization
Copy file name to clipboardExpand all lines: release.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,3 +24,10 @@
24
24
### Feature
25
25
26
26
*[ Feature ] Add support for backward compatibility to Python v3.6.2 ([#12](https://github.com/TencentBlueKing/crypto-python-sdk/issues/12))
27
+
28
+
29
+
## 1.0.3 - 2023-07-19
30
+
31
+
### Feature
32
+
33
+
*[ Feature ] Support configuring AsymmetricCipherManager through Django settings ([#14](https://github.com/TencentBlueKing/crypto-python-sdk/issues/14))
0 commit comments