登录
首页 » C++ Builder » at88sc0104_linux

at88sc0104_linux

于 2014-04-22 发布 文件大小:122KB
0 187
下载积分: 1 下载次数: 187

代码说明:

  ATSHA204加密IC驱动,附件是基于华为的安防处理器写的,用IO口模拟的I2C驱动,方便移植。(ATSHA204 encryption IC driver, attachment security processor-based Huawei written with analog IO I2C driver, easy to transplant.)

文件列表:

at88sc0104
..........\at88sc0104
..........\..........\88SC0104GPIO
..........\..........\............\gpioset
..........\..........\............\.......\gpioset.c,1775,2012-08-22
..........\..........\............\.......\gpioset.h,78,2012-08-21
..........\..........\............\.......\gpioset.ko,2443,2012-11-21
..........\..........\............\.......\gpioset.mod.c,456,2012-11-21
..........\..........\............\.......\gpioset.mod.o,1404,2012-11-21
..........\..........\............\.......\gpioset.o,1632,2012-11-21
..........\..........\............\.......\Makefile,345,2012-11-21
..........\..........\............\.......\Makefile.bak,345,2012-11-21
..........\..........\............\.......\Module.symvers,0,2012-11-21
..........\..........\CATsha204.cpp,23667,2012-11-21
..........\..........\CATsha204.h,11362,2012-11-21
..........\..........\CATsha204.o,11236,2012-11-21
..........\..........\gpa.cpp,7026,2010-03-09
..........\..........\GpioApi.cpp,2920,2012-07-30
..........\..........\GpioApi.o,2964,2012-11-21
..........\..........\gpioiic.cpp,10071,2012-08-21
..........\..........\gpioiic.o,8152,2012-11-21
..........\..........\hi_gpio.c,7326,2011-05-03
..........\..........\hi_gpio.h,318,2011-05-03
..........\..........\include
..........\..........\.......\AT88SC.h,11241,2012-08-24
..........\..........\.......\common.h,11431,2012-07-30
..........\..........\.......\GpioApi.h,1423,2012-07-30
..........\..........\.......\gpioiic.h,1138,2010-03-09
..........\..........\libencrpt.a,28444,2012-11-21
..........\..........\Makefile,659,2012-11-21
..........\..........\Makefile.bak,716,2012-11-21
..........\..........\sha256.cpp,15833,2012-11-20
..........\..........\sha256.h,2847,2010-01-27
..........\..........\sha256.o,4076,2012-11-21
..........\..........\SourceInsight
..........\..........\.............\ATSHA204.CF3,132929,2012-11-21
..........\..........\.............\ATSHA204.IAB,53248,2012-11-21
..........\..........\.............\ATSHA204.IAD,848,2012-11-21
..........\..........\.............\ATSHA204.IMB,16384,2012-11-21
..........\..........\.............\ATSHA204.IMD,488,2012-11-21
..........\..........\.............\ATSHA204.PFI,64,2012-11-21
..........\..........\.............\ATSHA204.PO,776,2012-11-21
..........\..........\.............\ATSHA204.PR,7064,2012-11-21
..........\..........\.............\ATSHA204.PRI,43016,2012-11-21
..........\..........\.............\ATSHA204.PS,152732,2012-11-21
..........\..........\.............\ATSHA204.WK3,23653,2012-11-21
..........\..........\test,22978,2012-11-21
..........\..........\test.cpp,5785,2012-11-21
..........\..........\test.o,14760,2012-11-21

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

发表评论

0 个回复

  • AES
    用C/C++实现加解密算法及其应用:AES 和基于AES 的CMAC(Encryption and decryption algorithm and its application with C/C++: AES and CMAC based on AES)
    2020-07-04 10:00:02下载
    积分:1
  • Affine
    本程序是仿射密码的加密与解密,用C语言编写的,经测试没有问题(This procedure is affine password encryption and decryption, written in C, tested no problem)
    2012-05-11 02:21:27下载
    积分:1
  • AT88SA102S
    AT88SA102S,ATMEL首款密钥256位的加密芯片,开发比较简单,内含数据手册,介绍(AT88SA102S, ATMEL first 256-bit key encryption chip, the development is relatively simple, containing data sheets, introduced)
    2010-11-17 10:13:30下载
    积分:1
  • CUDA-AES
    基于CUDA的AES快速加密解密文档,系统介绍饿AES算法的设计与优化(CUDA-based AES encryption and decryption of documents quickly, the system introduced hungry AES algorithm design and optimization)
    2014-04-11 18:14:43下载
    积分:1
  • test-des-linux
    说明:  一个完整的des演示程序 ,在linux下编译通过(Des a complete demonstration of the procedures adopted in the compiler under linux)
    2008-09-17 17:51:15下载
    积分:1
  • ArduinoDES-master
    Arduino DES and Triple DES master
    2018-09-28 14:45:32下载
    积分:1
  • Windows_Password_Logger
    windows登陆密码信息拦截,获取明文口令。程序对不同系统做了处理,在2000,2003,xp,vista上都可以截取, 在2000,2003,xp中,通过UNICODE_STRING.Length 的高8位取xor key,如果密码是编码过的,则通过ntdll.RtlRunDecodeUnicodeString解码, vista则通过AdvApi32.CredIsProtectedW判断密码是否编码过,解码用AdvApi32.CredUnprotectW。(The windows Password intercept, access to the plaintext password. Processing program on a different system in 2000, 2003, xp, vista can intercept, 2000,2003, xp UNICODE_STRING.Length high eight take xor key if the password is encoded by the ntdll.RtlRunDecodeUnicodeString decoding, vista, to judge by AdvApi32.CredIsProtectedW and password whether encoding, decoding AdvApi32.CredUnprotectW.)
    2012-09-27 11:09:00下载
    积分:1
  • elgamal
    c++实现elgamal非对称密码加解密(C++ implementation of asymmetric encryption and decryption of ElGamal)
    2021-04-19 18:08:50下载
    积分:1
  • SM3,SM4_UI
    将国密算法SM3, SM4 ECB的C代码打包成dll库。 然后在C#中进行调用。 有输入输出接口,测试结果正确。 包含所有源代码,可在此基础上进一步开发(The C code of the Chinese national algorithm SM3, SM4 ECB is packaged into a dll library and then called in C# with input and output interfaces. The test result is correct. Contains all source code and can be further developed on this basis)
    2020-11-17 01:49:39下载
    积分:1
  • s26
    C++ implementation for S26
    2012-01-25 04:34:16下载
    积分:1
  • 696518资源总数
  • 105562会员总数
  • 1今日下载