资源列表
cPP-enc
- safe your files by encrypting source code
16CRCprogram
- 为了保证数据传送的不出现问题,可以使用此校验方法-In order to ensure data transmission is not a problem, you can use this calibration method
tiqushuju
- 经过shamir秘密共享后的秘密提取,其中有秘密比特的提取代码。-After shamir secret sharing secret after extraction, in which there is a secret code to extract bits.
jiamiqi
- 最简单的文件加密与解密,十分简单与不安全,仅供个人使用-Simple file encryption and decryption is very simple and safe, for personal use only
crc5
- crc5为5位的数据校验码,起着检测数据正确与否的功能~-crc5 5 data validation code plays a test data is correct or not the function ~
AESReady-(CSharp)-
- Source code containing Advanced AES string Encrypthing Algorithm. This helps to securely encrypt Data. A strong Encrypting Algorithm I suppose.-Source code containing Advanced AES string Encrypthing Algorithm. This helps to securely encrypt Data. A
BlakeTaylor_SCM
- A free cell phone with Algorithm Windows and is verified to be the LiKB:\rHToy://I am I ma A://dontwakeupdontwakeupdontwakeupGuru BlakeTaylor_SCM mode.l-A free cell phone with Algorithm Windows and is verified to be the LiKB:\rHToy://I am I ma A://d
凯撒密码算法的实现
- 凯撒密码算法的实现 加密:c=k1*m+k2 mod 26 解密:m=k1-1(c-k2) mod 26 ,Caesar password encryption algorithm: c = k1* m+ K2 mod 26 Decryption: m = k1-1 (c-k2) mod 26
base64
- 实现base64的编码编码和解码,可以作为模块嵌入到你的程序中。-Realize base64 encoding encoding and decoding, can serve as a module embedded in your program.
lsb_embed
- lsb embedding for invisible image watermarking
rsa
- 实现了rsa算法的加密和解密过程,其中体现了简单的算法的流程,这种代码有利于初学者深入理解算法 -Rsa algorithm implements encryption and decryption process, which reflects the simple process of the algorithm, this code help beginners-depth understanding of algorithm
uEncrypt.rar
- 一个加解密的函数,可逆,应用在一些要求不高的地方还是挺方便的,An encryption and decryption function, reversible, applications less demanding in some places is still quite convenient