-
Caesar-code
凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。例如,如果密匙是把明文字母的位数向后移动三位,那么明文字母B就变成了密文的E,依次类推,X将变成A,Y变成B,Z变成C,由此可见,位数就是凯撒密码加密和解密的密钥。个人原创。(Caesar password as one of the most ancient symmetric encryption system in ancient Rome have been very popular, his basic idea is: by the letters move a certain number of bits to achieve encryption and decryption. For example, if the key is the number of bits of plaintext letters backward move three, the plaintext letter B into a ciphertext E, and so on, X will become Y-become a B,, and Z becomes C Thus, the median is the Caesar cipher encryption and decryption keys. Personal originality.)
- 2012-05-11 16:37:09下载
- 积分:1
-
共享软件加密算法库v2.0 (C++)
共享软件加密算法库v2.0 (C++)-sharing software encryption algorithm library v2.0 (C)
- 2023-01-07 10:15:03下载
- 积分:1
-
数据加密的一个库:Crypto++,功能很多,接口完善。
数据加密的一个库:Crypto++,功能很多,接口完善。-A data encryption library: Crypto++, Features a lot of perfect interfaces.
- 2022-07-23 23:48:12下载
- 积分:1
-
md5通用加密算法,采用C编写,也可以在C++下使用
md5通用加密算法,采用C编写,也可以在C++下使用-General md5 encryption algorithm, using C to prepare, you can also use C++
- 2022-01-24 13:44:33下载
- 积分:1
-
title = Windows NT/2000/XP a RAM
title=Windows NT/2000/XP 一个RAM-DISK文件系统驱动 memo=SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a disk filter driver.-title = Windows NT/2000/XP a RAM-DISK file system driver memo = SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a filter driver disk.
- 2023-05-25 04:30:03下载
- 积分:1
-
sm2工具 SM9-misc-master
说明: 验证sm2工具,具有加密、解密、签名、验签等功能(Verification SM2 tool, with encryption, decryption, signature, signature verification and other functions)
- 2020-06-08 10:39:24下载
- 积分:1
-
MD5源代码,可制成exe文件或者dll文件。
MD5源代码,可制成exe文件或者dll文件。-MD5 source code, can be made exe file or dll file.
- 2022-07-06 10:15:45下载
- 积分:1
-
这个类有一个方法叫make_crc,获取一个字节流和开始/结束…
The class has a methode named make_CRC that gets a byte stream and start/end offsets then calculate and return a 16 bit CRC according to determined POLYNAMIAL.The POLYNAMIAL is a private field of the class.
- 2023-01-18 02:15:04下载
- 积分:1
-
sm2
说明: 配置 miracl 库,熟练调用 miracl 函数库,特别是其中的椭圆曲线运算相关函数对大数进行运算。学习并掌握 SM2 椭圆曲线公钥密码算法,开发 C 语言程序实现对消息的 SM2 加密和解密。(Configure the miracl library, skillfully call the miracl function library, especially the elliptic curve operation related functions to operate on large numbers. Learn and master SM2 elliptic curve public key cryptography algorithm, develop C language program to realize SM2 encryption and decryption of messages.)
- 2020-07-20 17:08:45下载
- 积分:1
-
Encrypts/Decrypts a piece of text using vigenere algorithm.
Encrypts/Decrypts a piece of text using vigenere algorithm.
- 2022-01-24 13:58:13下载
- 积分:1