资源列表
base64
- Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,Base64就是一种基于64个可打印字符来表示二进制数据的方法。可查看RFC2045~RFC2049,上面有MIME的详细规范。 Base64编码是从二进制到字符的过程,可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他
Authentication
- 本例基于C/C++开发平台实现了MD5加密算法(This example is based on the C/C++ development platform to achieve the MD5 encryption algorithm)
SMS4
- Java实现国标SMS4算法,加密+解密 第11行为加解密参数(SMS4 ALgorithm In Java,param is in line 11)
four
- RSA的密钥生成,加密,解密.RSA算法基于一个十分简单的数论事实:将两个大质数相乘十分容易,但是想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。(RSA's key generation, encryption, decryption)
sha512
- sha512算法的C程序,程序结果正确!(SHA512 algorithm of the C program, the program results are correct!)
Client
- 集成各种算法,包括国际、国密算法等,SM2,SM3,SM4(Integration of various algorithms)
Trusted Third party
- Trusted third party implementation in python
md5
- Message-Digest algorithm 5 algorithm
encrptsss
- 一个用c语言编写的加密算法。希望大家喜欢,不过功能有些欠缺。-a language with the encryption algorithm. Hope you like, but lacks some features.
Sintesis
- Captura de la fase y habilitación, deshabilitación de botones fase
RSADES
- RSA DES加密解密的是实现-RSA DES encryption and decryption is the Implementation
KAISER
- 凯撒密文的破解编程实现-Caesar ciphertext crack Programming
