substitutionciphers 1.0.0__py3-none-any.whl → 1.0.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.
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: substitutionciphers
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
4
4
|
Summary: The Griffinere cipher is a custom encryption algorithm in C# designed for reversible, base64-normalized encryption using a repeating key. Inspired by the Vigenère cipher, it adds configurable alphabet support, input validation, and padding-based encryption length enforcement.
|
5
5
|
Project-URL: Homepage, https://github.com/RileyG00/Ciphers
|
6
6
|
Project-URL: Source, https://github.com/RileyG00/Ciphers/tree/add-python
|
@@ -32,7 +32,7 @@ pip install substitutionciphers
|
|
32
32
|
In your code:
|
33
33
|
|
34
34
|
```python
|
35
|
-
from
|
35
|
+
from substitutionciphers import Griffinere
|
36
36
|
```
|
37
37
|
|
38
38
|
---
|
@@ -0,0 +1,5 @@
|
|
1
|
+
substitutionciphers/__init__.py,sha256=btBU77-Vz-YOHIhV7nmCucMJpddkt69IgDI6vpecvRE,62
|
2
|
+
substitutionciphers/griffinere.py,sha256=VnmhYS1zt6a41ip1_lvXAJAV1us4HdtqfiIFkb8hQmM,6059
|
3
|
+
substitutionciphers-1.0.1.dist-info/METADATA,sha256=Mn96V6APZoAOH0_gehvTggIQgqaIxvKtoKZ6bw_qlxE,3100
|
4
|
+
substitutionciphers-1.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
+
substitutionciphers-1.0.1.dist-info/RECORD,,
|
@@ -1,5 +0,0 @@
|
|
1
|
-
substitutionciphers/__init__.py,sha256=btBU77-Vz-YOHIhV7nmCucMJpddkt69IgDI6vpecvRE,62
|
2
|
-
substitutionciphers/griffinere.py,sha256=VnmhYS1zt6a41ip1_lvXAJAV1us4HdtqfiIFkb8hQmM,6059
|
3
|
-
substitutionciphers-1.0.0.dist-info/METADATA,sha256=8nJbaL7zF5FloBNhKJLEfe9eL3mbzMyTxjUE5ZMSSag,3091
|
4
|
-
substitutionciphers-1.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
-
substitutionciphers-1.0.0.dist-info/RECORD,,
|
File without changes
|