搜索资源列表
base64src
- C++ Base64编码/解码源代码 inline int Base64Encode(char * base64code, const char * src, int src_len = 0) inline int Base64Decode(char * buf, const char * base64code, int src_len = 0) 以上两个函数内联定义在base64.h中,使用时include \"base64.h\" 即可,编码后的长度一般比原文多占1/3的存储空间,
rsa_tool
- 1、使用MIRCL大整数库开发的,支持最高4096位。 2、加密时原文的长度一旦超过密钥长度,就会解密错误。 这里不实现任意长度字串的加密原因有二: 1)。便于观察及测试用 2)。偷懒 3、如果在使用时发现原文和密码不一样的时候,就说明出现了第二点的情况 4、如果在生成素数及密钥的时候,如果原文已经存在,则会自动加密及解密; 但当密钥长度大于1024的时候,则想要加密及解密都需要点击按钮。 现在想到的就这几点了,以后想到了再补。-1, the use of
LinuxMake
- GNU Make 使用手册(中译版) 翻译:于凤昌 译者注:本人在阅读Linux源代码过程中发现如果要全面了解Linux的结构、理解Linux的编程总体设计及思想必须首先全部读通Linux源代码中各级的Makefile文件。目前,在网上虽然有一些著作,但都不能全面的解释Linux源代码中各级的Makefile文件,因此本人认真阅读了GNU Make 使用手册(3.79)版原文,在此基础上翻译了该手册,以满足对Linux源代码有兴趣或者希望采用GCC编写程序但对缺乏GNU Make全面了解
LinuxOperatingSystemCLeading
- linux操作系统下c语言编程入门 整理编写:007xiong 原文:Hoyt等 1)Linux程序设计入门--基础知识 2)Linux程序设计入门--进程介绍 3)Linux程序设计入门--文件操作 4)Linux程序设计入门--时间概念 5)Linux程序设计入门--信号处理 6)Linux程序设计入门--消息管理 7)Linux程序设计入门--线程操作 8)Linux程序设计入门--网络编程 9)Linux下C开发工具介绍
tea
- tea加密解密DLL,可调用相应的原文,密钥实现加密,然后通过密文,密钥解密
foxmail5
- foxmail邮箱密码破译,使用时请将 “Foxmail目录/mail/帐号名/Account.stg”文件里面的ESMTPPassword字段输入到对话框中,按下按钮即可出现原文
LIBCTINY
- 使用 LIBCTINY.LIB 为 EXE 和 DLL 文件 减肥 原著:Matt Pietrek 翻译:crazyd 原文出处:MSDN Magazine January 2001 Reduce EXE and DLL Size with LIBCTINY.LIB 原代码下载:Hood0101.exe (45KB) 在 October 1996 column 我讨论过一个有关可执行文件大小的问题。那个时候,一个简单的
RSAB
- 利用RSA加密算法对输入的原文进行加密,输入的可以是主键盘上的任何符号-use RSA encryption algorithm on the importation of the original encrypted input is the main keyboard can be any of the symbols
get_MAChd_CPU_BIOS_ID.rar
- 获取网卡MAC、硬盘序列号、CPU ID、BIOS编号 你可以保存、在非商业软件中使用、在非盈利性文章中引用本文中的部分或全部文字,但请注明作者及原文地址。 ,Access to the network card MAC, hard drive serial number, CPU ID, BIOS number you can be saved in non-commercial software used in the non-profit article qu
PE_EXEVIEW_PEFILE
- The Portable Executable File Format from Top to Bottom原文、译文及源代码 1、The Portable Executable File Format from Top to Bottom 是最早讲解PE格式的文章之一,是了解PE格式入门很好的文章,原文可以在MSDN1998光盘找到中。 2、这篇文章被国内网友多次翻译,有代表性的译文有两个: 看雪软件安全论坛(bbs.pediy.com)中的ah007译为:可移植的
poyimima
- 破译密码:有个叫“猪头帮”的国家,采用一种简单的文法加密,他们所用的语言里面只有大写字母,没有其他任何字符;现在还知道他们加密的方法是:只用一个大写字母和原文进行异或运算生成密文。请你帮忙解开。-Code-breaking: a man named "pig gang" of countries, using a simple grammar encryption, they use language which only capital letters, no other characters
encryption
- 采用一种类似于凯撒密码加密方式对输入的一段文字进行加密,同时编写完成其对应得解密程序对加密后的密文进行解密恢复原始输入的原文。-Caesar uses a password encryption method is similar to the input section of text is encrypted, at the same time to complete its preparation of a corresponding encrypted decryption progra
encryption
- 采用AES算法对输入的一段文字进行加密,同时编写完成其对应得解密程序对加密后的密文进行解密恢复原始输入的原文。-AES algorithm using the input section of text is encrypted, at the same time to complete its preparation of a corresponding encrypted decryption program to decrypt the ciphertext to restore the
hdhs
- 回调函数是基于C编程的Windows SDK的技术,不是针对C++的,程序员可以将一个C函数直接作为回调函数,但是如果试图直接使用C++的成员函数作为回调函数将发生错误,甚至编译就不能通过。 文章来源:iT人家 (www.itrenjia.org) 原文地址:http://www.itrenjia.org/2010/1028/672.html-Callback function is based on C programming Windows SDK technology, not
program_RSA
- 这个文件夹中包含两个程序,假设分别有不同的用户使用,pro_dec程序先执行,以产生一个密码对,pro_enc程序一方创建一个plain.txt文件,并用此程序及获得的公钥生成密文。pro_dec一方可以用私钥还原得到原文。(此程序由于密码长度的关系,须加载NTL\ZZ.h包以支持大数字使用)-This folder contains two programs, assuming each with a different user, pro_dec program first implemen
javaMail
- 该系统同样是在MFC的框架上进行编写。系统实现过程如下:用POP3协议完成邮件接收,用SMTP协议完成邮件的发送,并且对原文内容进行AES加密。然后对AES的密钥进行RSA加密,并将加密后的AES密钥随邮件的正文一起发送给接收方。而接收方在收到邮件之后,首先还原出AES密钥,接着对邮件的内容进行解密,还原出邮件正文。-The system is also in preparation on the MFC framework. System implementation process is a
hESS
- 基于身份的数字签名HESS算法文档的中文翻译!根据Florian Hess论文原文翻译而来!-HESS-based digital signature algorithm as the Chinese translation of the document! According to Florian Hess translated from the original papers!
OSK.src
- 原文是这样说的I made this small program and use it to store my passwords. It uses encryption to store the passwords list in a constant 1 KB file filled with noise in the same principle as TrueCrypt (you can t tell if there is anything there until the right
Vigenere
- 实现维吉尼亚密码,用键盘接收明文和密钥,屏幕打印密文和解密后的明文。 可以实现:大小写敏感,明文小写则密文大写,明文大写则密文小写输出,注意输入的健壮性控制,明文字符超出字符集后保留原文-Virginia to achieve the password, use the keyboard to receive the plaintext and the key, the screen printing ciphertext and the decrypted plaintext. Can
Index
- 全套《LINUX内核注释》原文,全套《LINUX内核注释》原文 -whole《LINUX kernel》book,whole《LINUX kernel》book,whole《LINUX kernel》book
