搜索资源列表
dllexe
- 设计DLL调用方法EXE 利用到动态链接库编译完BUG中的.lib 和.dll文件,拷贝到创建完成的DESDlltest.exe工程目录下,要看到调用的结果,必须完成加密函数的实现,对输入的明文在输入的密钥后对其进行DES 加密,解密也是DES加密的逆过程!-design EXE DLL call methods used to dynamic link library compiler End of BUG. And lib. Dl l documents, copies of buildin
SystemHelps
- C# 常用系统操作函数库包括加密解密路径操作等几十个函数,具体内容见源码注释
RSA
- 若要使用公钥系统对消息进行数字签名,发送方先向该消息应用哈希函数以创建消息摘要。然后,发送方用自己的私钥对消息摘要进行加密,以创建发送方的个人签名。在收到消息和签名后,接收方使用发送方的公钥解密该签名,以恢复消息摘要,并使用发送方所用的同一哈希算法对该消息进行哈希运算。如果接收方计算的消息摘要与从发送方收到的消息摘要完 全匹配,则接收方可以假定消息在传输中未被更改。请注意,因为发送方的公钥是公共知识, 所以任何人都可以验证签名。
DES-Encrypt
- 这是一个用才c井写的DES加密程序,界面美观,可以加密文本文件,文本框中只能加密数字和字母,我把源码都发上去了,希望大家可以完善加密图片的功能,只要做好图片转化为比特流再传给加密函数就可以了,用vs2005打开*.sln即可,然后再运行编译就可以看到结果了。本程序采用C#中的内封装好的类,仔细看开始加密的那个类,可以看到C#的加密功能也是蛮强大的-This is a well written with only c the DES encryption process, interface ae
c
- c#实现数据加密-哈希算法,哈希加密类的构造函数 -c# data encryption- the hash algorithm, Micronesia哈希加class constructor
TomCrypt
- 专为VC++开发的加密函数库,由Rinick编写了makefile文件,可以在bcc下编译成lib,内含使用教程和帮助文档。 -Developed specifically for VC++ encryption library from Rinick prepared makefile file can be compiled under bcc into lib, includes the use of tutorials and help documentation.
bccrypto-net-1.6.1-src
- 好东西当然要再这里拿出来了!关于.NET的数字签名,加密函数等等啦!具体的下载下来看看吧!-Of course, good things come out here again! On. NET' s digital signature, encryption function and so on it! Down to see specific download it!
Core4
- Py.Core提供了以下的功能: - 字符串/日期/数字/正则表达式/文件/数据检查/类型转换 等常见操作。 - 缩略图/验证码/水印 等图片操作。 - 排序/搜索/加密/遍历 等常用算法。 - 日志功能(内置包括向 屏幕、窗口、文件、数据库 输出日志的工具)。 - HTML/INI/ZIP 压缩/JSON/XML/常用集合 等文件或数据结构的处理。 - FTP/上传/下载/邮件/登陆网站 等网络功能 。 -
HardInfoMACaddress
- 获取系统中网卡的MAC地址,做软件加密的常用函数之一。-Get the MAC address of the network card in the system, do one of the commonly used functions in software encryption.
RSA
- 文件里包含了头文件(rsa.h),主函数(main.c)还有rsa.c。用C语言实现的一种非对称加密算法。拿出来给大家分享一下-The file contains header files (rsa.h), the main function (main.c) rsa.c. A non-symmetric encryption algorithm with C language. Out for everyone to share
Test
- 用对称加密算法和MD5散列函数实现加解密-With a symmetric encryption algorithm and MD5 hash function to achieve encryption and decryption
DesCrack
- assembly> <name>ZYBEncrypt</name> </assembly> <members> <member name="T:ZYBEncrypt.Rijndael_"> <summary> Rijndael </summary> </member> <member name="M:ZYBEncrypt.Rijndae
md5
- 通过C语言编程调用libtomcrypt函数库实现MD5加密-Libtomcrypt function called by C language programming library MD5 encryption
CsUser
- c#调用SQL存储过程进行用户注册及登录功能的封装类。代码中包含了c#封装代码和对应的存储过程代码。使用哈希函数对密码进行加密。-c# calling SQL stored procedures to encapsulate class user registration and login functions. C# code contains the package code and the corresponding stored procedure code. Using a hash
PointerDemo
- C# 指针Pointer演示源码,在控制台窗口中运行,不要双击生成的Exe文件哦。代码中包括了对字符的加密和解密,将字符串指针p指向字符数组b,并将参数p传给函数,对给定字符串进行加密处理,异或运算等。-C# pointerdemo.
Base64Generation
- C#中对字符串进行MD5加密的接口,直接调用类中对应函数即可返回加密后的串,调用形式如下:MD5_Generation.MD5Generation(string str),返回str加密后的字符串-C#, the string MD5 encryption interfaces directly call the corresponding function string class to return the encrypted call the following form: MD5_Gen
CSharp-string-encode-decode
- C# 字符串加密,解密函数.值得收藏,希望对你有帮助。-C# string encode decode
SHOPPING-WEBSITE
- 本系统采用B/S(浏览器/服务器)结构进行设计,使用SQL Server 2008构建数据库,并在.NET环境下使用Visual Studio 2010软件c#语言开发的一个功能较为完善的网上购物系统。前台功能实现了用户注册、修改信息、商品查询、订单管理、购物车管理、收藏管理和留言管理等功能;后台功能实现了商品管理、订单处理、留言管理、用户管理等功能。 系统对网站安全性做了一些规划,比如对后台管理的功能有权限限制,防止恶意破坏,有些功能还需要最高权限才能操作;对一些较为重要的信息有进行加密措
网站源码
- 软件介绍 md5在线加密,采用的时php内置的md5函数,16位32位均可显示大小写。点击后即可复制。 Tags: md5在线加密工具(Software MD5 online encryption, the use of PHP built-in MD5 function, 16 bits and 32 bits can be displayed in size. You can copy it after clicking. Tags:md5 online encryption tool)
php邮箱系统(无加密版)
- 软件介绍 md5在线加密,采用的时php内置的md5函数,16位32位均可显示大小写。点击后即可复制。 Tags: md5在线加密工具(Software MD5 online encryption, the use of PHP built-in MD5 function, 16 bits and 32 bits can be displayed in size. You can copy it after clicking. Tags:md5 online encryption tool)