feistel-py

View on PyPIReverse Dependencies (1)

0.2.0 feistel_py-0.2.0-py3-none-any.whl

Wheel Details

Project: feistel-py
Version: 0.2.0
Filename: feistel_py-0.2.0-py3-none-any.whl
Download: [link]
Size: 14077
MD5: 48d8435986d9beb6ccd566274335c3b9
SHA256: 242298f7e6b922f0be796a89d92c5723c062eb0cd5b99eb98a4616ef59029edd
Uploaded: 2024-02-08 08:05:15 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: feistel-py
Version: 0.2.0
Summary: Feistel cipher implementation in Python for format-preserving encryption
Author-Email: Cyril Dever <cdever[at]pep-s.com>
Project-Url: Homepage, https://github.com/cyrildever/feistel-py
License: MIT License Copyright (c) 2024 Cyril Dever Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: feistel,cipher,format-preserving,encryption,fpe
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10.2
Requires-Dist: pycryptodome (>=3.20.0)
Requires-Dist: py-utls (>=0.2.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 7360 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
feistel/__init__.py sha256=on8Jx7ns8p1yJNg1kdmW14Lqik3vWF6qDM9KGqP-klg 122
feistel/__main__.py sha256=pft89dBzM_Lb2M6Ism8b-qQeZG1eJu3OjvhPD7kYOqk 2450
feistel/cipher.py sha256=b1iH5S-GywqxphvwMXbAbgvqSDc4i1Iiu0lYjuTWF7o 2122
feistel/custom.py sha256=t3cRCZEnfHI_5bPV-nqq-QVSwXQNllVbQHVw5ZWs1l8 1901
feistel/fpe.py sha256=r_ppYUayHNvZ0IQFyJ2nWkodt52MLIVM3lpk5wSJMUw 5910
feistel/utils/__init__.py sha256=N-h0zTOGPAlqLMpq0r7Z64_xqwOq4B6HOShqaTxBUT8 133
feistel/utils/base256.py sha256=ddtFNWw1NByBRwke91nUoxpQQGPMQgBhbxp7XRlqEyE 1017
feistel/utils/bytearray.py sha256=X_aylCmNVpjnhX9t0TYVUpRvL2_dWDAf7dN9G7FXOdc 1118
feistel/utils/hash.py sha256=4LZ1-FhgcQp7tpM4yIlNRmIlJIg18mT0qGwjepiAGZE 1032
feistel/utils/padding.py sha256=GIBO1NFKxFURK2_V6byxNLIIyG9GfXJCdkj4TlSWXKI 289
feistel/utils/strings.py sha256=6wh6grRwPMUGLRfd8Rlo6LnQL5BCclSA5Ve-tGyXhcg 1284
feistel/utils/xor.py sha256=Al_bKTwTh0I0L3SK9k54Ksw6C-w7SEtxoX8D2B_ErlM 630
feistel_py-0.2.0.dist-info/LICENSE sha256=R7RvnokQkDHOfbAgiEaJwYN5sZTw_GjZZm4yOybhCrA 1068
feistel_py-0.2.0.dist-info/METADATA sha256=eFroSdpQ6dSAtewk9nmu-DfFdIQ-wOK-dzZpMde1Sm8 9212
feistel_py-0.2.0.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
feistel_py-0.2.0.dist-info/entry_points.txt sha256=g0FDKjo4oRsX0XTscATATCDuGvxCVqfuOohSh74c7-A 53
feistel_py-0.2.0.dist-info/top_level.txt sha256=PLdxtX54c7Ff57HsI_R1RGcmTuIJf8qN-s7XAZ7En-I 8
feistel_py-0.2.0.dist-info/RECORD

top_level.txt

feistel

entry_points.txt

feistel-py = feistel.__main__:main