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

[加密解密] Huffman-Encryption-Program

哈夫曼算法不仅可以用于数据压缩编解码,同样也可以用于实现简单的加解密功能。设计多字典加密程序利用cpp
Huffman algorithm can not only be used for data compression encoding and decoding, but also for simple encryption and decryption functions. Designing multi dictionary encryption program using cpp (2024-01-08, C++, 0KB, 下载0次)

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

[加密解密] Algorithm_OaldresPuzzleCryptic

功能名:隐秘的奥尔德雷斯之谜 Function Name: OaldresPuzzle-Cryptic,
Function Name: OldresPuzzle Cryptographic, (2023-07-24, C++, 0KB, 下载0次)

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

[加密解密] RSA_Example

C语言模拟RSA加解密算法。对一特定的信息进行RSA加密与解密;p,q位数可自己设定,最大512bits。
C language simulates RSA encryption and decryption algorithm. RSA encryption and decryption of a specific information; p. The q digits can be set by oneself, with a maximum of 512 bits. (2017-06-01, C++, 383KB, 下载0次)

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

[加密解密] RSA_tiny

一个简单的线程池RSA demo,支持自定义密钥长度,利用大数运算库gmp实现,利用线程池提交加解密任务
A simple thread pool RSA demo, which supports user-defined key length, is implemented by using the large number operation library gmp, and uses the thread pool to submit encryption and decryption tasks (2022-04-26, C++, 8KB, 下载0次)

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

[加密解密] Arduino-RFScomm

Arduino库,用于曼彻斯特编码和AES-256加密的安全射频通信
Arduino library for secure RF communication with Manchester encode and AES-256 encryption (2018-07-16, C++, 54KB, 下载0次)

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

[加密解密] plication-of-encryption-algorithm-collection-tool

将常用的加解密算法实现在一个桌面应用上,方便日常使用,并利用其中的部分算法实现加密通信。 将几种加密算法(DES, RSA...)和密钥协商协议(D-H)打包为 DLL 采用 QT 实现桌面前端和接口,调用相应 DLL 实现功能 用 JN...
Implement commonly used encryption and decryption algorithms on a desktop application for daily use, and use some of these algorithms to achieve encrypted communication. Package several encryption algorithms (DES, RSA...) and key agreement protocol (D-H) into DLLs using QT to implement desktop front-end and interface, and call corresponding DLLs to implement functions using JN (2020-08-04, C++, 2004KB, 下载0次)

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

[加密解密] ENaDE

提出了一种新的数据加解密方法,该方法利用明文中字符的ASCII值和二进制值...
A new data encryption and decryption method is proposed using ASCII values of characters in the plaintext and Binary Tree Traversal (BTT). (2021-11-21, C++, 2KB, 下载0次)

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

[加密解密] RSA_tool

rsa加解密工具,自带测试数据!非常好用,可以直接测试!
rsa encryption and decryption tool that comes with the test data! Very easy to use, it can be tested directly! (2016-10-22, C++, 221KB, 下载21次)

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

[加密解密] main

AES加解密算法的实现和详细的注释,包括一个main.cpp和aes.cpp和aes.h文件,main.cpp中是一个具体的实现的例子
Examples implement AES encryption algorithm and detailed notes, including a main.cpp and aes.cpp and aes.h file, main.cpp is a specific implementation of (2015-05-07, C++, 37KB, 下载3次)

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

[加密解密] des

des加密根据des加解密算法,可以分别完成加密和解密功能
des encryption des encryption des encryption des encryption des encryption des encryption des encryption des encryption des encryption des encryption des encryption des encryption des encryption (2013-07-18, C++, 4KB, 下载5次)

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

[加密解密] DES

在linux下的透明文件加密解密程序,运用des算法加解密,程序很简单,大家可以借鉴学习
Linux transparent file encryption and decryption procedures, the use of des algorithm encryption and decryption, the program is very simple, we can learn from (2012-08-26, C++, 6KB, 下载17次)

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

[加密解密] caesar

凯撒密码,通过明文移位实现加解密.解密时要注意当密钥太大时,可能引起数组下标为负导致程序错误。
Caesar passwords, encryption and decryption through the clear shift to achieve. Decrypt should pay attention when the key is too large, may cause negative array index errors cause the program. (2011-11-29, C++, 1KB, 下载4次)

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

[加密解密] mychat

使用mfc编程实现了一个网络聊天工具。该工具具有加解密功能,分为客户端和服务器端。用到了rsa,des,sha1安全算法。
Mfc programming using an online chat tool. The tool has the encryption and decryption functions, divided into client and server side. Used in the rsa, des, sha1 security algorithms. (2011-05-29, C++, 52335KB, 下载40次)

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

[加密解密] rsa

C#实现RSA加解密,包括公私钥的生成,已实现大整数算法,可以生成任意位的PuKey和PrKey
C# implement RSA encryption and decryption, including public-private key generation, has achieved a large integer arithmetic, you can generate any bit PuKey and PrKey (2011-04-19, C++, 15KB, 下载23次)

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

[加密解密] aes

AES的实现.其中有几个类....是用java所开发的一个加解密算法....比较好用好学
AES implementations. .... Which has a number of categories is developed in java encryption and decryption algorithm of a relatively easy to learn .... (2008-05-13, C++, 977KB, 下载98次)

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

[加密解密] encryptdll3.7final

共享软件加密算法库,一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具:VC、VB、Delphi、PB、VFP等,算法库集成的算法有:BlowFish、MD5、Secret16、AES、SHA、CRC32、RSA、DES、字符串加/解密、文件加/解密等多种功能强大的算法。其提供了DLL文件-Reg.dll,可以通过复用它来实现数据加密与解密。
sharing software encryption algorithm library, one individual, enterprise development sharing software encryption tools, support Windows platforms in various types of development tools : Visual C++, Visual Basic, Delphi, PowerBuilder, Visual FoxPro. Integration Algorithm for the algorithm are : BlowFish, MD5, Secret16, AES, SHA, CRC32-, RSA, DES, string encryption/decryption, document encryption/decryption and other powerful algorithms. Provide a DLL files-Reg.dll, through reuse it to achieve data encryption and decryption. (2007-04-28, C++, 664KB, 下载883次)

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

[加密解密] DES_BMP

利用DES算法(包括ECB和CBC模式)加解密BMP图像
using DES algorithm (including the ECB and the CBC mode) encryption BMP images (2007-03-12, C++, 294KB, 下载65次)

http://www.pudn.com/Download/item/id/254517.html
12345
总计:97