python-rsa:纯Python RSA实现。 使用Python 3和Pandas

时间:2021-02-13 23:37:01
【文件属性】:
文件名称:python-rsa:纯Python RSA实现。 使用Python 3和Pandas
文件大小:2.45MB
文件格式:ZIP
更新时间:2021-02-13 23:37:01
cryptography rsa pure-python rsa-cryptography rsa-key-encryption :warning: 这个程序是仅用于演示目的,并不适用于现实世界的加密。 如果这是您的用例,并且需要免费软件,请尝试 ,它是OpenPGP标准的免费实现。 RSA纯Python实现 该项目是RSA,OS2IP和I2OSP的纯Python 3实现。 请注意,此实现目前尚不包括OAEP,但有望添加。 特征 纯Python RSA实现。 使用Miller Rabin和Python secrets模块一起生成素数。 文件分块,可以通过将任意长度的文件分成多个块并将其重新加入来加密和解密。 将Pandas DataFrame用作数据库后端。 具有CLI和用户登录系统。 可移植到任何运行Python的计算机上。 相当快。 安装 克隆这个目录和cd到/src 。 运行python main.py :warning: 您的系统可以使用python命令运行Python 2而不是3。 确保python运行Python3
【文件预览】:
python-rsa-master
----.gitignore(9B)
----src()
--------usr_data.py(1KB)
--------prime_generator.py(1KB)
--------file.txt(3.69MB)
--------interaction_functions.py(4KB)
--------rsa_primitive.py(987B)
--------__pycache__()
--------data_conversion_primitives.py(1KB)
--------main.py(4KB)
--------first_primes.py(16KB)
--------math_functions.py(998B)
----README.md(1KB)
----docs()
--------images()
--------python_rsa.bib(2KB)
--------python_rsa.tex(72KB)
--------python_rsa.pdf(738KB)

网友评论