crypto dongle
共 71 篇文章
crypto dongle 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 71 篇文章,持续更新中。
Crypto++软件包
Crypto++软件包,包括11个例子,25种加密算法的源程序,从AES到XTEA。
蓝牙a2dp_source_dongle的例程
蓝牙a2dp_source_dongle的例程,基于bluelab3.52
It is an experimental testing for python M2Crypto module. M2Crypto is not well document. User may no
It is an experimental testing for python M2Crypto module. M2Crypto is not well document. User may not know how to use SHA256 when signing and verify with RSA. It also have not enough document to show
blue-usu: (Search, Connect, Playback, Record) with bluetooth devices like headset. Rely on usu dr
blue-usu: (Search, Connect, Playback, Record) with bluetooth devices like headset.
Rely on usu driver specialized for usb-bluetooth dongle.
Use GPL license.
最新HID DONGLE软件,给大家参考
最新HID DONGLE软件,给大家参考
实现蓝牙鼠标功能
实现蓝牙鼠标功能,可与HID——DONGLE实现无线连接。
A Linux port of the OpenBSD/FreeBSD Cryptographic Framework (OCF). This port aims to bring full asyn
A Linux port of the OpenBSD/FreeBSD Cryptographic Framework (OCF). This port aims to bring full asynchronous HW/SW crypto acceleration to the Linux kernel, OpenSwan, OpenSSL and applications using DES
例子中的pcsc驱动不是一个服务读卡器和智能卡的全功能的pcsc驱动
例子中的pcsc驱动不是一个服务读卡器和智能卡的全功能的pcsc驱动,如大家所知,驱动安装以后,系统就能识别pcsc读卡器,应用程序就可以通过微软的smartcard组件来访问智能卡。现在流行的usbkey(国外习惯叫usbtoken或usb dongle)是一种安全认证的设备,集成了读卡器和卡片,上层应用利用pcsc框架调用微软的csp进行数字签名,身份认证等功能。 如果不走pcsc架构,这些功
Holtek audio decoder , Dongle 参考范例
Holtek audio decoder , Dongle 参考范例
dongle蓝牙适配器(a2dp_source_dongle)源代码
dongle蓝牙适配器(a2dp_source_dongle)源代码,支持A2DP(AV),HSP和HSP 协议
这是一个简单的文件加密的例子
这是一个简单的文件加密的例子,该例子采用了Crypto Api实现文件的加密,例子中可以使用不同的算法,对称加密文件
加密crypto dll 5.1 des 3des
加密crypto dll 5.1 des 3des
Crypto Checker
Crypto Checker,使用CyrtoApi做成
With OpenSSL 0.9.6, a new component has been added to support external crypto devices, for example a
With OpenSSL 0.9.6, a new component has been added to support external crypto devices, for example accelerator cards. The component is called ENGINE, and has still a pretty experimental status and alm
Cryptest (MFC Style Crypto++ v4.2 Library GUI).
Cryptest (MFC Style Crypto++ v4.2 Library GUI).
加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an
加密算法
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To calculate
Most code samples included on this CD were developed with Microsoft Visual C++ version 5.0 and the M
Most code samples included on this CD were developed with Microsoft Visual C++ version 5.0 and the Microsoft Windows CE Toolkit for Visual C++ version 5.0. The Sspi and Crypto samples were developed w
Crypto Library User Interface
Crypto Library User Interface
VIP专区-嵌入式/单片机编程源码精选合集系列(155)
<b>VIP专区-嵌入式/单片机编程源码精选合集系列(155)</b><font color="red">资源包含以下内容:</font><br/>1. 阳初底版原理图 pdf格式的,仅供参考. e.<br/>2. 汽车电气线路图读图基础.<br/>3. 西门子编程教程:详述SIMATIC S7-300 PLC系统特性及硬件构成
3.1 S7-300 PLC系统结构.<br/>4. 改进的胶印机
Crypto++是一个非常强大的密码学库,主要是功能全
Crypto++是一个非常强大的密码学库,主要是功能全,统一性好,基本上密码学中需要的主要功能都可以在里面找得到。Crypto++是由标准的C++写成的,学习C++、密码学、网络安全都可以通过阅读Crypto++的源代码得到启发和提高。