Kekik 1.5.9__py3-none-any.whl → 1.6.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- Kekik/Sifreleme/HexCodec.py +5 -2
- {Kekik-1.5.9.dist-info → Kekik-1.6.1.dist-info}/METADATA +1 -1
- {Kekik-1.5.9.dist-info → Kekik-1.6.1.dist-info}/RECORD +7 -7
- {Kekik-1.5.9.dist-info → Kekik-1.6.1.dist-info}/LICENSE +0 -0
- {Kekik-1.5.9.dist-info → Kekik-1.6.1.dist-info}/WHEEL +0 -0
- {Kekik-1.5.9.dist-info → Kekik-1.6.1.dist-info}/entry_points.txt +0 -0
- {Kekik-1.5.9.dist-info → Kekik-1.6.1.dist-info}/top_level.txt +0 -0
Kekik/Sifreleme/HexCodec.py
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
# ! Bu araç @keyiflerolsun tarafından | @KekikAkademi için yazılmıştır.
|
|
2
|
-
|
|
3
1
|
class HexCodec:
|
|
4
2
|
@staticmethod
|
|
5
3
|
def encode(utf8_string: str) -> str:
|
|
@@ -13,6 +11,11 @@ class HexCodec:
|
|
|
13
11
|
@staticmethod
|
|
14
12
|
def decode(escaped_hex: str) -> str:
|
|
15
13
|
"""Kaçış dizileri içeren bir hex stringini UTF-8 formatındaki stringe dönüştürür."""
|
|
14
|
+
escaped_hex = escaped_hex.strip().replace("\\X", "\\x")
|
|
15
|
+
|
|
16
|
+
if isinstance(escaped_hex, str) and not escaped_hex.startswith(r"\x"):
|
|
17
|
+
return escaped_hex.encode("unicode_escape").decode("utf-8")
|
|
18
|
+
|
|
16
19
|
hex_string = escaped_hex.replace("\\x", "")
|
|
17
20
|
byte_data = bytes.fromhex(hex_string)
|
|
18
21
|
|
|
@@ -24,7 +24,7 @@ Kekik/unicode_tr.py,sha256=OUHfbVyKrt0IckyVy-d92gY3JZVkqgBpMZJLon2rCi0,1092
|
|
|
24
24
|
Kekik/zaman_donustur.py,sha256=x-h85vS9D_xJ0jJO9svjIX8gCKYyGb_03AIzUjMk7tI,595
|
|
25
25
|
Kekik/Sifreleme/AESManager.py,sha256=eYgbHANtYrWFJgLeUuj63tlL0Yn8gyPCJYbXfWlpNbo,2389
|
|
26
26
|
Kekik/Sifreleme/CryptoJS.py,sha256=qDlgTaSXcs5jF4DNmjuwK5CL3VL1P7xyJzDTof1--As,3126
|
|
27
|
-
Kekik/Sifreleme/HexCodec.py,sha256=
|
|
27
|
+
Kekik/Sifreleme/HexCodec.py,sha256=fB1ZGBYCQLUUiZNXqn0sxYhEMhxPoyC1BPYkRJ5G7hY,900
|
|
28
28
|
Kekik/Sifreleme/NaysHash.py,sha256=CJVlyHCXSv8JN8fitF2LQHLcd-opY6zergcgmX3pj_Y,2234
|
|
29
29
|
Kekik/Sifreleme/Packer.py,sha256=4DWFMyhqsZvVKIUjZNruR8RwHSjuPKJi8WDCUTBGWCQ,2600
|
|
30
30
|
Kekik/Sifreleme/StringCodec.py,sha256=5kmFLN7g2c_ENxD491lAlH0AGtW7tIy5h5KPHEuTzyM,1426
|
|
@@ -33,9 +33,9 @@ Kekik/kisi_ver/__init__.py,sha256=gH613YZC3ziE7f67dViefRSuwDwsHyVvXHpM5CzZ2q4,13
|
|
|
33
33
|
Kekik/kisi_ver/biyografiler.py,sha256=5Xv1ixaDGHGtl5Nf92jo9dPgF3jDXOGEPmWgoEsn9j8,189486
|
|
34
34
|
Kekik/kisi_ver/isimler.py,sha256=zHVimWL_4TvoLE3qzWQslDBc8-IJZSB02s0vRwsVM1g,88066
|
|
35
35
|
Kekik/kisi_ver/soyisimler.py,sha256=YQJYp2SjENgwOaCa9mmShxPYeeUll2cq8Vox-d8_kB8,78485
|
|
36
|
-
Kekik-1.
|
|
37
|
-
Kekik-1.
|
|
38
|
-
Kekik-1.
|
|
39
|
-
Kekik-1.
|
|
40
|
-
Kekik-1.
|
|
41
|
-
Kekik-1.
|
|
36
|
+
Kekik-1.6.1.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
37
|
+
Kekik-1.6.1.dist-info/METADATA,sha256=rv39RXF7ENLk-GXhDt-SeVwhFSXaFP4EpKzW1HzwUmA,43727
|
|
38
|
+
Kekik-1.6.1.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
|
39
|
+
Kekik-1.6.1.dist-info/entry_points.txt,sha256=yjBifxtRlqfg8lPkH4Bu-urSa5ecptCHsuth-DcyWcg,59
|
|
40
|
+
Kekik-1.6.1.dist-info/top_level.txt,sha256=NotddscfgxawvuRyAa7xkgnMhyteFDcBxb5aU5GY3BM,6
|
|
41
|
+
Kekik-1.6.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|