sdes:简化的数据加密标准

时间:2024-06-20 18:23:18
【文件属性】:

文件名称:sdes:简化的数据加密标准

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-20 18:23:18

Python

数据中心 简化的数据加密标准 这是基于 William Stallings 的“密码学和网络安全第 2 版”一书的简化数据加密标准 (S-DES) 的 Python 实现。 这个实现只是一个原型,不应该实际用于加密任何重要的东西,因为: 1. The key is only 10-bit, which makes brute force a very easy job. 2. The python implementation is slow as molasses, taking up to 2 minutes to encrypt a 5 mb file on a Core i3, and up to 46 minutes to do the same on a Raspberry Pi. 用法: 1. Encryption: ./file_encryptor.py


【文件预览】:
sdes-master
----.gitignore(544B)
----s_des_encryption_tools.py(1KB)
----s_des_key_creator.py(550B)
----LICENSE(1KB)
----README.md(760B)
----bit_manipulator.py(605B)
----general_functions.py(355B)
----file_encryptor.py(1KB)
----s_des_parameters.py(684B)

网友评论