登录
首页 » 加密解密 » études and implementation ofaesin c

études and implementation ofaesin c

于 2022-03-23 发布 文件大小:75.36 kB
0 155
下载积分: 2 下载次数: 1

代码说明:

études and implementation ofaesin c

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 程序在VB
    Program In VB
    2022-02-26 22:20:14下载
    积分:1
  • Base64 算法(Author 蒋柏良 Jerry Jiang)
    Base64 加密算法(Author 蒋柏良 Jerry Jiang)-* * DESCRIPTION * Base64 processes input in 24bit chunks by converting each chunk into 4 * bytes of output. It does so by splitting input into four 6bit groups and * using these as indexes in the following substitution table- * const char base64_map[] = * "ABCDEFGHIJKLMNOPQRSTUVWXYZ" * "abcdefghijklmnopqrstuvwxyz" * "0123456789+/" * If an input is not a multiple of 3 bytes, it s padded with zeros. In * this case the output bytes that consist entirely of the pad data are * replaced with = . * * Example * An input of 0x00 0x45 0xF2 is equivalent to 00000000 01000101 11110010 * bit sequence, which s then split into 000000 000100 010111 110010 * and these are substituted to produce the following base64 encoding * A E X y * * RETURN VALUE * b64_length() should return output length for the input of len bytes. * b64_encode() should encode len bytes from src int
    2022-07-18 16:55:26下载
    积分:1
  • C++实现的椭圆曲线算法。已经写成一个库文件只要调用就行了...
    C++实现的椭圆曲线算法。已经写成一个库文件只要调用就行了-C++ Realized elliptic curve algorithm. Has been written in a library file as long as the call on the list
    2023-05-13 05:50:03下载
    积分:1
  • des算法的c程序实现,能够8位明文,经测试通过编译。...
    des加密算法的c程序实现,能够加密8位明文,经测试通过编译。-des encryption algorithm c Program to express encryption eight, the test compiler.
    2022-09-03 17:15:02下载
    积分:1
  • 128 bit AES Pipelined Cipher
    The Advanced Encryption Standard (AES) specifies a FIPS- approved cryptographic algorithm that can be used to protect electronic data.  The AES-128 pipelined cipher module uses AES algorithm which is a symmetric block cipher to encrypt (encipher) information. This module is optimized for speed as it pipeline hardware to perform repeated sequence called round
    2022-01-25 21:48:15下载
    积分:1
  • c++实现钥为4的凯撒,其中支持明文的大小写
    c++实现密钥为4的凯撒密码加密,其中支持明文的大小写-c++ achieve key for Caesar 4 password encryption, which supports the explicit case
    2023-05-05 14:55:03下载
    积分:1
  • AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于电子数据的规范。它被预期能成为人们公认的包括金融...
    AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。-AES (The Advanced Encryption Standard) is the National Institute of Standards and Technology for electronic data encryption standards. It was expected to be recognized by encryption including financial, telecommunications and government of digital information. This paper showed a picture of AES and its use of analytic algorithm. Including a complete C# and encryption.NET data, for example. After reading this you will be able to use AES encryption, AES-based testing and software in your system to use AES encryption.
    2023-05-23 08:40:04下载
    积分:1
  • MD5算法,有个 getMD5() 方法可以传入字符串并生成一个 MD5 码。...
    MD5加密算法,有个 getMD5() 方法可以传入字符串并生成一个 MD5 码。-MD5 encryption algorithm, there" s getMD5 () method can pass a string and generate an MD5 code.
    2022-03-29 00:05:12下载
    积分:1
  • 码学的经典程序
    密码学的经典程序-cryptography classic procedures
    2022-06-27 16:03:33下载
    积分:1
  • cryptography experiments SDES
    密码学实验 SDES-cryptography experiments SDES
    2022-07-08 17:04:52下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载