联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 加密解密(475) 
按平台查找All Python(475) 

[加密解密] CryptoniteKeeper

使用Tkinter的简单密码管理器。快速存储站点密码对。免责声明:不加密密码。使用方便,公司…
Simple password manager using Tkinter. Store site-password pairs quickly. Disclaimer: Does not encrypt passwords. Use for convenience, co… (2024-01-07, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1704734731111095.html

[加密解密] Encrypted-FileTransfer-Socket-Programming

一种多线程客户机-服务器程序,使用AES和RSA加密来使用Socket编程发送或接收文件。
A multi-threading client-server program, that uses AES and RSA encryption to send or receive file using Socket programming. (2022-07-18, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1700623433276612.html

[加密解密] Modern-Cipher-Solver

现代密码解算器,一个用于加密、解密和暴力破解一些最常见密码的python程序。
Modern Cipher Solver, a python program to encrypt, decrypt and brute force some most common ciphers. (2022-10-01, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1700623375617226.html

[加密解密] python-keylogger-advanced-updated

我为键盘记录器添加了一些新功能,包括加密文件、使用一次性电子邮件地址和编译...
I have added a few new features to the keylogger, including the ability to encrypt the files, use a disposible email address, and compile the code into an executable (2020-03-11, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1700623003375281.html

[加密解密] krypton

一个功能丰富的命令行密码管理器,适用于高级用户和注重隐私的用户。,
A feature-rich command line password manager for power users and the privacy minded., (2023-10-11, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1697110912455086.html

[加密解密] P2Chat

它是一种用于秘密对话的工具,基于点对点原则,没有外部服务器,并且完全加密为...,
It is a tool for secret conversations that is based on the peer-to-peer principle without external servers and is completely encrypted between both parties with Base64 encryption as the primary encryption. (2023-09-30, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1696196126799032.html

[加密解密] VidXXC

StreamEnc是一种用于流媒体的加密工具,允许用户将服务器端的视频加密为另一个机密视频...,
StreamEnc is an encryption tool for streaming media that allows users to encrypt a video on the server side into another secret video that can be streamed, and decrypt the original video directly on the client side. (2023-08-25, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693000398970234.html

[加密解密] cph-argon2-csp

使用argon2密码哈希函数和简单的终端运行客户端服务器arc...的客户端密码哈希的OpenSSL实现...,
OpenSSL implementation of client-side password hashing using argon2 password hashing function and a simple terminal-run client-server architecture. Completed with classmate Samvit Jatia. (2023-08-06, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1691392253421782.html

[加密解密] Password_Manager

该程序是一个使用Fernet加密的Python密码管理器。它创建加载主密钥,管理安全密码文件,添加ret...,
The program is a Python password manager using Fernet encryption. It creates/loads a master key, manages a secure password file, adds/retrieves passwords for sites. Securely handles user input and clears sensitive data from memory. Simple command-line interface with basic menu options. (2023-07-25, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1690998949826646.html

[加密解密] RSA-Encryptor

简单的RSA加密器。注意:这种实现可能对超级计算机或量子计算机不安全,但应该...
Simple RSA encryptor. Note: This implementation may not be secure for supercomputers or quantum computers but should be secure compared to normal laptops and other PCs. (2020-09-03, Python, 2486KB, 下载0次)

http://www.pudn.com/Download/item/id/1599070704463212.html

[加密解密] Python-Secure-File-Server-Implementation

纯Python实现了一个安全的Dropbox克隆,它提供了使用RSA公钥的客户端-服务器文件接口...
Pure Python implementation of a secure Dropbox clone, that provides client/server file interface using RSA public-key cryptography. (2020-05-12, Python, 13KB, 下载0次)

http://www.pudn.com/Download/item/id/1589223217773176.html

[加密解密] Ransomware-McEliece

开发了Ransomware、Desencrypt方法和连接两者的服务器。它使用RSA和McEliece密码系统...
A Ransomwere, Desencrypt method and Server wich connects both are developed. It is used RSA and McEliece cryptosystem. It is made with python for EDUCATIONAL POURPOSES ONLY. (2022-12-09, Python, 12KB, 下载0次)

http://www.pudn.com/Download/item/id/1670554899313569.html

[加密解密] android-dumpkey

命令行工具,用于从X.509证书中提取RSA公钥,并输出带有数据初始化器的源代码...
Command line tool to extract RSA public keys from X.509 certificates and output source code with data initializers for the keys. (2020-03-04, Python, 8KB, 下载0次)

http://www.pudn.com/Download/item/id/1583275713855053.html

[加密解密] PassKeep

开源本地密码管理器,它使用PBKDF2哈希与随机盐来存储帐户密码,以及AES en...
Open-source local password manager which uses PBKDF2 hashing with random salts to store account passwords, and AES encryption in CBC mode to encrypt vault information. (2022-04-30, Python, 118003KB, 下载0次)

http://www.pudn.com/Download/item/id/1651333862829872.html

[加密解密] password-manager-aps

一个用python(2.7)编写的密码管理器,使用高级加密标准(AES)和安全哈希算法开发...
A password manager written in python(2.7), developed using Advanced Encryption Standard (AES) and Secure Hash Algorithm (SHA-256). (2017-10-06, Python, 87KB, 下载0次)

http://www.pudn.com/Download/item/id/1507225722834409.html

[加密解密] Egregore

Egregore信使-Python上的简单P2P信使,具有端到端加密。没有服务器。RSA、AES、Blowfish堆栈。
Egregore Messenger - simple P2P messenger on Python with end-to-end encryption. No server. RSA, AES, Blowfish stack. (2017-09-02, Python, 11KB, 下载0次)

http://www.pudn.com/Download/item/id/1504325534893888.html

[加密解密] CAPy

可以通过API接口生成服务器客户端证书的证书颁发机构微服务
A Certificate Authority microservice that can generate server client certificates through an API interface (2023-02-08, Python, 11KB, 下载0次)

http://www.pudn.com/Download/item/id/1675789918399218.html

[加密解密] Physical2FA

使用Python通过外部驱动器使用2因素身份验证进行加密
Encryption using 2 Factor Authentication through an external drive with Python (2020-06-07, Python, 868KB, 下载0次)

http://www.pudn.com/Download/item/id/1591544292893006.html

[加密解密] Chat-application

一个服务器-客户端聊天应用程序,在python中使用GUI,使用Sockets和RSA加密算法进行安全数据传输...
A server client chat application with GUI in python using Sockets and RSA cryptography algorithm for secure data transmission (2022-04-11, Python, 333KB, 下载1次)

http://www.pudn.com/Download/item/id/1649682098223297.html

[加密解密] python-codext

Python编解码器扩展,具有用于编码和解码任何内容的CLI工具
Python codecs extension featuring CLI tools for encoding decoding anything (2023-05-27, Python, 4388KB, 下载0次)

http://www.pudn.com/Download/item/id/1685193214767186.html