资源列表
[加密解密] Base64-3
说明:Base64是一种基于64个可打印字符来表示二进制数据的表示方法。由于2的6次方等于64,所以每6个位元为一个单元,对应某个可打印字符。三个字节有24个位元,对应于4个Base64单元,即3个字节需要用4个可打印字符来表示。它可用来作为电子邮件的传输编码。-Base64 is based on 64 printable characters to represent binary data representation. Since 2 ^ 6 equals 64, so every six b<李其实> 在 2025-06-26 上传 | 大小:1kb | 下载:0
[加密解密] ESFENC
说明:本人对房管局和银行接口中房管局的合作公司提供的动态连接库中反汇编,并分析后重现的加密算法源程序,很不科学。只是为了再现公司原来动态库中的代码。对初学编程和初学加密的朋友很有用。-The bank interface provided by partner companies! this codes are got from a dynamic link library disassembly and analysis, very scientific. Just in order to<李朝英> 在 2025-06-26 上传 | 大小:13kb | 下载:0
[加密解密] Jwt
说明:oauth2.0核心加解密工具,里面有详细说明-oauth2.0 core encryption and decryption tool, which is described in detail<mikemaoamoa> 在 2025-06-26 上传 | 大小:1kb | 下载:0
[加密解密] Encrypt
说明:加密算法,先将表示时间的字符串进行加密,同时通过CRC进行校验。 (同时例子中也涉及到ini配置的读取、注册表的操作等)-Encryption algorithm, the first time a string that is encrypted by the CRC check at the same time. (And also the example related to the reading ini configuration, registry operations, etc<郭乐彬> 在 2025-06-26 上传 | 大小:3.32mb | 下载:0
[加密解密] RSAConfidentialSystem
说明:主要介绍了RSA的加密算法和已封装的包的使用-Introduces the RSA encryption algorithm and the use of the encapsulated packet<张楚阳> 在 2025-06-26 上传 | 大小:548kb | 下载:0
[加密解密] rsa
说明:rsa算法的实现,输入两个质数和公钥,即可计算出私钥,输入需加密内容,然后就可看到加密后的结果.这是rsa算法的简单应用,对于理解此算法很有帮助-rsa algorithm, the input of two prime numbers, and public key, the private key can be calculated, enter the content to be encrypted, and then you can see the encrypted result. r<王琪> 在 2025-06-26 上传 | 大小:1kb | 下载:0