Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - rsa free
Search - rsa free - List
DL : 0
本文根据发表在CUJ Expert Forum上的两篇文章编译而成。C/C++ User s Journal是目前最出色的C/C++语言专业杂志,特别是在C++ Report闭刊之后,CUJ的地位更加突出。CUJ Expert Forum是CUJ主办的网上技术专栏,汇集2000年10月以来C++社群中顶尖专家的技术短文,并免费公开发布,精彩纷呈,是每一个C/C++学习者不可错过的资料。由Jim Hyslop和Herb Sutter主持的Conversation系列,是CUJ Expert Forum每期必备的精品专栏,以风趣幽默的对话形式讲解C++高级技术,在C++社群内得到广泛赞誉。译者特别挑选两篇设计模式方面的文章,介绍给大家。设计模式方面的经典著作是GoF的Design Patterns。但是那本书有一个缺点,不好懂。从风格上讲,该书与其说是为学习者而写作的教程范本,还不如说是给学术界人士看的学术报告,严谨有余,生动不足。这一点包括该书作者和象Bjarne Stroustrup这样的大师都从不讳言。实际上Design Pattern并非一定是晦涩难懂的,通过生动的例子,一个中等水平的C++学习者完全可以掌握基本用法,在自己的编程实践中使用,得到立竿见影的功效。这两篇文章就是很好的例证。本文翻译在保证技术完整性的前提下作了不少删节和修改,以便使文章显得更紧凑。 -Based on the published in CUJ Expert Forum on the two articles from compiler. C/C User's Journal is the most excellent C/C language magazine, especially in the C Report to be closed, the status of CUJ more prominent. CUJ CUJ Expert Forum is sponsored by the online technology column Survey October 2000 C community has been the top technical expert appeared, and free public release, brilliant, Each is a C/C learners should not miss the information. By Jim Hyslop and Herb Sutter auspices of the Conversation series, CUJ Expert Forum is an essential quality each column a humorous forms of dialogue on the High C technology, the C community has been widely acclaimed. Translator selected two design patterns of articles introducing to you. Design patterns of the classics is GoF Design Pat
Date : 2025-07-08 Size : 131kb User :

1、 图形设计:静态、移动、睡觉时的形态,各种物品的形状; 2、 清洁:使宠物实现洗澡和刷马桶的功能; 3、 状态:宠物的身体各种状况有饥饿、口渴、劳累、生病等; 4、 自由活动:宠物玩各种游戏; 5、 上厕所:即大小便。 -1, Graphic Design : static, moving, sleeping form, the shape of various items; 2, clean : make pet a bath and brush to achieve the functional toilets; 3, state : pet various physical situation of hunger, thirst, exhaustion, illness, etc.; 4, the free activities : pets playing games; 5, the toilet : the urine.
Date : 2025-07-08 Size : 763kb User : 阎玲

1. 软件简介 - IPMsg 是一款局域网内即时通信软件, 基于 TCP/IP(UDP). 可运行于多种操作平台(Win/Mac/UNIX/Java), 并实现跨平台信息交流. - 不需要服务器支持. - 支持文件/文件夹的传送 (2.00版以上) - 通讯数据采用 RSA/Blofish 加密 (2.00版以上) - 十分小巧, 简单易用, 而且你可以完全免费使用它-1. Software- IPMsg is a LAN instant messaging software, based on TCP/IP (UDP). Can be run on multiple operating platforms (Win/Mac/UNIX/Java), and to achieve cross-platform exchange of information.- Do not need to server support.- Support for file/folder transfer (version 2.00 and above)- communication of data using RSA/Blofish encryption (version 2.00 and above)- very compact, easy-to-use, and you can be completely free to use it
Date : 2025-07-08 Size : 118kb User : 吴鸣仕

是一款局域网内即时通信软件, 基于 TCP/IP(UDP).可运行于多种操作平台(Win/Mac/UNIX/Java), 并实现跨平台信息交流. 不需要服务器支持. 支持文件/文件夹的传送 (2.00版以上) 通讯数据采用 RSA/Blofish 加密 (2.00版以上) 十分小巧, 简单易用, 而且你可以完全免费使用它. 目前已有的版本包括: Win32, Win16, MacOS, MacOSX, X11, GTK, GNOME, Java 等, 并且公开源代码.-Is a LAN instant messaging software, based on TCP/IP (UDP). Can be run on multiple operating platforms (Win/Mac/UNIX/Java), and to achieve cross-platform exchange of information. Do not need server support. Supporting documents/files transmission folder (version 2.00 and above) data communications using RSA/Blofish encryption (version 2.00 and above) are very compact, easy-to-use, and you can be completely free to use it. So far, including the version of: Win32, Win16, MacOS, MacOSX, X11, GTK, GNOME, Java, etc., and Open Source.
Date : 2025-07-08 Size : 393kb User : zy

DL : 0
RSA加密算法的源代码,VC环境编译后可运行,编译无错误-RSA encryption algorithm source code, VC environment to run after the compiler, the compiler error-free
Date : 2025-07-08 Size : 1.88mb User : nichoals

高安全文件加密系统 可靠 实用 无错误 -High-security file encryption system, practical and reliable error-free high-security file encryption system is reliable and practical error-free
Date : 2025-07-08 Size : 16kb User : sdsdafdsf

TXmlIni支援以下功能(特征):         1. 具有压缩能力(使用ZLib)         2. 储存成其他程式语言看得懂得xml(在非压缩的情况下)         3. 具Stream串流载入与输出能力         4. 具字串载入与输出能力         5. 具Base64能力(当使用压缩时, 则输出字串将强迫为Base64格式)         6. 具自动存档能力         7. 支援压缩、AES加密、RSA加密。 范例: uses XmlIni proceduree ...() var XmlIni: TXmlIni Ret: string begin XmlIni := TXmlIni.Create try XmlIni.LoadFromFile( C:\...\sample.xi ) Ret := XmlIni[ section ][ key ] XmlIni[ section ][ key ] := Value XmlIni.SaveToFile( C:\...\sample.xi ) finally XmlIni.Free end end -TXmlIni supports the following functionality (features): 1. Has compressed capacity (ZLib) Saved as other programming languages ​ ​ to see to know how to xml (in the case of non-compressed) 3 with Stream streaming load output capability 4 with string loaded with output capacity 5 the Base64-capacity (when using compressed output string will be forced to Base64 format) 6 with automatic archiving capabilities Support compression, AES encryption, RSA encryption. Example:         uses                 XmlIni         proceduree ... ()         var             XmlIni: TXmlIni             Ret: string         begin             XmlIni: = TXmlIni.Create             try                 XmlIni.LoadFromFile ( C: \ ... \ sample.xi )   &nbs
Date : 2025-07-08 Size : 3.84mb User : 刘孟雄

Free an RSA key for Linux Driver.
Date : 2025-07-08 Size : 1kb User : leneino

DL : 0
用C语言实现教科书式的RSA加密算法,无错版-C language textbook RSA encryption algorithm, error-free version
Date : 2025-07-08 Size : 254kb User : Echo Luo

DL : 0
RSA对任意数据进行加解密,用C-FREE编写的小程序,根据书本的具体流程编写-RSA encryption on arbitrary data, small programs written in C- FREE, according to the specific process of book writing
Date : 2025-07-08 Size : 25kb User : duan

rsa加密 免费的 赶快进来下载吧 最近自己刚做的-this title is free
Date : 2025-07-08 Size : 1.01mb User : dwt

加/解密测试助手,空闲时间弄出的一个小软件,把平时项目上用到的加\解密算法整合,方便测试,现打包分享。 目前支持的加\解密算法有:AES,DES,RC,BLOWFISH,TWOFISH,CAMELLIA,KEELOQ,XTEA 还不支持:mdx,sha,rsa等,将在后面陆续增加。 如在使用过程中,软件出现各种BUG,可联系反馈,将在空闲时间里修改。-Encryption/decryption test assistant, came up with a little free time software, the use of the usual items plus \ decryption algorithm integrated, easy to test, now packaged to share. Currently supported plus \ decryption algorithms: AES, DES, RC, BLOWFISH, TWOFISH, CAMELLIA, KEELOQ, XTEA not support: mdx, sha, rsa, etc., will continue to increase later. As in the course, the emergence of various software BUG, ​ ​ contact feedback will be modified in the spare time.
Date : 2025-07-08 Size : 745kb User : 黄山
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.