搜索资源列表
凯撒加密
- 实现恺撒密码加密、解密以及破译,(破译若编码有困难,可以用文字描述算法) 【要求】:可允许用户输入密钥-achieve Caesar encryption, decryption and deciphered, (if deciphering coded difficulties can be written descr iption algorithm) -- request : allow users to input key
cipher_design
- 一个自己设计的加密体制。本体制采用分组密码思想,对128位的明文分组进行加解密。具体思想是:把128bits的明文分组分成了4×4×4的2bits单位然后用key进行控制变换,round key相当于是变换方式的编码,可视作变换的指令流。加密解密过程过程中是指令流和数据流混合。
ThesimulationoftheencryptionanddecryptionofCRCwith
- 实现CRC编码的加解密过程仿真,包含常用的MFC下的界面编程源码(对话框、按钮、编辑框等)及CRC加密解密算法。
RSA解密和加密算法的实现和应用
- RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a,
DES 加解密算法
- 此加解密算法DES使用56位密钥对64位的数据块进行加密,并对64位的数据块进行16轮编码。-DES encryption and decryption algorithms use 56 to 64 key pieces of data encryption, as well as 64 pieces of data for 16 coding.
一款用来解密网页POST封包所加密的信息的编码解码工具
- 一款用来解密网页POST封包所加密的信息的编码解码工具 源码简单易懂-POST is used to decrypt a packet of pages of information coding and decoding encrypted source code easy to understand tools
RSA.rar
- RSA加密解密,密码编码学与网络安全课程的重点之一。本程序用于模拟实现RSA的加密和解密算法,RSA encryption and decryption, password, encoding and network security course learn one of the key points. This procedure used to simulate the realization of RSA encryption and decryption algorithm
encryption-
- 文件加密解密软件,利用Openssl开发,轻松实现文件加密解密,base64编码,大密钥自动生成等功能-File encryption and decryption software, using Openssl development, easy file encryption and decryption, base64 encoding, large key features such as automatic generation of
EST-Evilhsu
- 系统锁定功能为单独软件被认为是病毒(应该是对软件加壳进行报警),部分杀毒软件会认为blackskylock.bin是病毒。 软件功能: 1.系统信息获取 2.文件信息获取 3.系统进程管理 4.系统服务管理 5.系统驱动管理 6.硬盘信息获取 7.注册表启动项管理 8.终端服务(3389)端口修改 9.MD5算法加密模块 10.BASE64算法加密解密模块 11.URL编码功能和十六进制转换功能 12.文件压缩模块(Dwing的算法)
HuffmanCoding(usingClanguage)
- 哈夫曼编码(用C语言编写), 可对输入的字符串进行加密解密-Huffman Coding (using C language), can enter the string encryption and decryption
x3chun_base64encodedecode
- base64编码解码单元,字符串加加密解密-base64 encoding decoding unit, add the string encryption and decryption
huffman
- 通过本程序实现图像的huffman编码加密解密以及解码。以及运行结果的输出-Through this program achieve the image encryption and decryption huffman encoding and decoding. And output the results of
EncodeDecodeSystem
- QT5为开发环境,对哈夫曼编码加密解密的实现。-QT5 development environment, to achieve Huffman coding encryption and decryption.
Base64
- Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。Base64编码可用于在HTTP环境下传递较长的标识信息。再次运用java语言实现加密/解密、base64与图片互相转化。(Base64 is one of the most common coding methods used to transmit 8Bit byte code on the network. We can check RFC2045 ~
CTFcryptoCrack
- 各种加解密(凯撒,base64,rot等),各种编码解码,可添加识别py脚本(Various encryption (Kaiser, base64, rot, etc.), various encoding decoding, can be added to identify the py scr ipt)
多种加密算法工具测试
- 多种加解密工具,c#写的,可以多种编码输出。(A variety of encryption and decryption tools, written by c#, can be encoded in a variety of output.)
encoding
- 常见古典密码加解密:栅栏密码、仿射密码、摩斯密码、base64(Common classical password encryption and decryption: fence password, affine password, morse password, base64)
huffman
- 使用C++语言实现了huffman的编码和解码功能,对于霍夫曼树和加密解密有深入的了解(Using the C++ language to implement the coding and decoding functions of Huffman, we have a deep understanding of the Hoffman tree and encryption decryption)
DES_AES_For_ASP_VBScript
- asp版AES加密解密源代码,模式:ECB/CBC 默认:ECB 填充:PKCS5/NONE/ZERO 默认:PKCS5 编码:GK2312/UTF-8(Function: implementation of DES standard encryption algorithm with VBscr ipt)
密码编码学与网络安全:原理与实践 (1)
- 关于密码编制与网络安全的书籍,详细的介绍了密码的加密解密以及网络的安全问题(About password compilation and network security books, the encryption and decryption of passwords and the security of network are introduced in detail.)