资源列表

« 1 2 ... .52 .53 .54 .55 .56 1657.58 .59 .60 .61 .62 ... 1665 »

[加密解密RSA

说明:五位数以上的rsa加密算法,能自动产生五位数以上的明文,并产生对应密文(RSA encryption algorithm over five digits)
<7890ewufluwfhis;iofe > 在 2025-01-24 上传 | 大小:1kb | 下载:0

[加密解密Desktop

说明:对数字图像进行加密运算,然后再将加密的图像解密(The digital image is encrypted and then the encrypted image is decrypted)
<小马华腾 > 在 2025-01-24 上传 | 大小:1kb | 下载:0

[加密解密rijndael.c

说明:该代码实现完整的AES加密和解密流程。 二次开发者可对照AES的算法步骤自行调整设置。(This C code is used to fulfill the whole procedure of AES(Advanced Encryption Standard) . The developer can modify the configuration in the code to help himself by referring
<zhouzhengzzcc > 在 2025-01-24 上传 | 大小:1kb | 下载:0

[加密解密维吉尼亚加密

说明:维吉尼亚加密源代码,是由法国密码学家提出的,是多表代换典型代表。(vigenere encryption)
<卿雪> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[加密解密EncryptDecrypt

说明:数据或文件的加密与解密()
<陌生人ch> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[加密解密SM4

说明:国密标准分组密码算法SM4的MATLAB仿真实现 ,仅供参考(The MATLAB simulation implementation of the national secret standard block cipher algorithm SM4 is only for reference)
<ABC-ing> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[加密解密Telnet_Password_Guessing

说明:Telent登陆密码猜解代码段。 代码来自“[Visual.C.黑客编程揭秘与防范.].梁洋洋.扫描版”3.1.8章节。(Telent landing password guessing)
<学习编程> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[加密解密text_1

说明:该程序针对图像近似系数和高频系数进行加密,以达到加密的效果(The program encrypts the image approximation coefficient and the high frequency coefficient to achieve the encrypted effect.)
<sun3312> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[加密解密Encrypt

说明:DES加密解密算法,用于实现本地密码加密存储(DES encryption and decryption algorithm)
<waynebdl> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[加密解密base64

说明:C语言实现base64加解密,直接编译可使用,亲测好用(C Language implementation plus decryption.)
<Joshour> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[加密解密AESUtil

说明:public static String encode(String in, String key) throws InvalidKeyException, NoSuchAlgorithmException, NoSuchPaddingException, IllegalBlockSizeException, BadPaddingException { String hex = "";
<少郎> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[加密解密MD5

说明:public static String MD5(String inStr) { MessageDigest md5 = null; try { md5 = MessageDigest.getInstance("MD5"); } catch (Exception e) { System.out.println(e
<少郎> 在 2025-01-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .52 .53 .54 .55 .56 1657.58 .59 .60 .61 .62 ... 1665 »

源码中国 www.ymcn.org