CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - A-MAC

搜索资源列表

  1. 基于SHA-256的HMAC文件校验器

    1下载:
  2. HMAC即带密钥的HASH函数,用它产生的报文鉴别码(MAC)可以实现报文鉴别。这里我将其做成一个软件,用于对文件的合法性进行校验。以下我先简单介绍软件相关背景知识再介绍其代码实现。 -HMAC key is to bring the hash function, used the text of the report identifying code (MAC) can realize the text identification. I am here to create a soft
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:48.84kb
    • 提供者:杨飞
  1. Des-Mac

    0下载:
  2. DES和MAC加解密算法,已经在多个产品中得到了实际应用,不需任何修改就可使用。-DES encryption and decryption and MAC algorithm, in a number of products have been practical applications, without any modification to use.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:39.54kb
    • 提供者:陈强
  1. My_Des

    1下载:
  2. 自己动手写的一个基于VC6的加密解密的动态库,包括常用的PBOC规范的DES,3DES,MAC,等加密函数。-Write yourself a VC6-based encryption and decryption of the dynamic libraries, including the commonly used PBOC standard DES, 3DES, MAC, and other encryption functions.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-07-22
    • 文件大小:6.82mb
    • 提供者:colorsky
  1. ChattingSystemWithSecurityFunction

    0下载:
  2. 这是我上学时的一个作业,使用symetric key和mac给一个聊天程序发送的信息加密和解密。使用c#编写。单机测试的时候,打开2个实例,然后其中一个点listen,另一个的hostname填上localhost,然后点连接。两个chat就可以互相发送信息了。-This is my school, a job, use symetric key and the mac to a chat program to send the message encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:215.75kb
    • 提供者:刘洋
  1. AESHash

    0下载:
  2. 基于AES加密算法的Hash散列生成器,采用CBC模式,能产生一个文件的HMac散列值-Hash-based AES encryption algorithm hash generator, using CBC mode, can produce a hash value of file HMac
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:944.17kb
    • 提供者:wangurey
  1. ophcrack-3.3.1

    0下载:
  2. Ophcrack是一款密码破解软件,功能非常强大,它能在几秒钟内恢复99.9 %的数字密码。13位密码都可以在5分钟内破解出来。它有一个图形用户界面,可运行在多个平台之上。 特点: 可运行在Windows,Linux/Unix,Mac OS X LM和NTLM哈希 可用于Windows XP和Vista的自由表格 蛮力模块,简单的密码 使用LiveCD,以简化过程 从Windows分区载荷加密哈希,包括Vista在内 自由和开放源码软件(GPL)-Op
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:344.91kb
    • 提供者:geddy
  1. MIMO_Final

    0下载:
  2. A presentation on MIMO includes both PHY and MAC layer prepared by for class presenatation.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3.71mb
    • 提供者:kenu
  1. auth

    0下载:
  2. 利用网卡Mac地址给程序加密的类. _Authorate.pas 是该类的delphi源码 testauth.dpr 是引用该类给程序加密的delphi程序实例-It is a delphi class to authorate a program by using the MAC number of NIC card.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:4.4kb
    • 提供者:Viktor
  1. TrueCrypt-7.1-Source

    0下载:
  2. 该压缩包是TrueCrypt的源代码,TrueCrypt是一款免费开源的加密软件,同时支持Windows Vista,7/XP, Mac OS X, Linux 等操作系统。TrueCrypt不需要生成任何文件即可在硬盘上建立虚拟磁盘,用户可以按照盘符进行访问,所有虚拟磁盘上的文件都被自动加密,需要通过密码来进行访问。-The archive is the source code of TrueCrypt, TrueCrypt is a free open source encryption s
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.64mb
    • 提供者:轩儿
  1. opensslsource

    0下载:
  2. Openssl 是一个功能丰富且自包含的开源安全工具箱。它提供的主要功能有: SSL 协议实现(包括SSLv2、SSLv3 和TLSv1)、大量软算法(对称/非对称/摘要)、 大数运算、非对称算法密钥生成、ASN.1 编解码库、证书请求(PKCS10)编解码、 数字证书编解码、CRL 编解码、OCSP 协议、数字证书验证、PKCS7 标准实现 和PKCS12 个人数字证书格式实现等功能。 Openssl 采用C语言作为开发语言,这使得它具有优秀的跨平台性能。Openssl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-21
    • 文件大小:5.95mb
    • 提供者:韩冬冬
  1. RegLib

    0下载:
  2. 本人采用MD5算法编制的一个软件注册类库,通过软件名、MAC、时间加密。-I used a MD5 algorithm for software registration class library, through the software name, MAC, time encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:111.15kb
    • 提供者:liu
  1. 6pinleaks

    0下载:
  2. Tenda、部分电信路由根据算法漏洞,由后3位MAC可以推算出全部pin码的秒破工具代码。-According to Tenda and Netcore something like these,a kind of pin leak, it can caculate the whole pin on the basis of the last 3 MAC address.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-11-20
    • 文件大小:1.67kb
    • 提供者:一火灭
  1. DecryptCSR

    0下载:
  2. 服务器认证签名的程序,通过读取应用服务器的mac地址,网卡等信息通过秘钥加密生成密文,再管理端对应密文生成解密文件,然后将解密文件再应用签名之后应用才可以正常使用。从而限制一个应用多台服务器使用的情况-Server authentication and signature of the program, by reading the MAC address of the application server, cards and other information through a secre
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:11.29kb
    • 提供者:李求智
  1. MyCipherTool

    0下载:
  2. 用JAVA语言设计并实现一个密码学综合工具,实现常用的称加密算法、非对称加密算法、HASH算法、MAC算法、数字签名算法- Design and implement a comprehensive tool cryptography JAVA language, called achieve common encryption algorithms, asymmetric encryption algo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-26
    • 文件大小:8.62mb
    • 提供者:LiYj
  1. 算法工具

    0下载:
  2. SmartCos 算法工具,内含DES,MAC,RSA,HASH,LRC计算,一键生成(SmartCos algorithm tools, including DES, MAC, RSA, HASH, LRC computing, a key generation)
  3. 所属分类:加密解密

    • 发布日期:2017-12-19
    • 文件大小:118kb
    • 提供者:Frank Ao
搜珍网 www.dssz.com