CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - c l
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - c l - List
[
Crack Hack
]
200561673082201
DL : 0
DES,MD5,ZLIB算法源代码 文件列表: Adler32.cpp ArithDLL.cpp ArithDLL.def ArithDLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL.h ArithDLL.lib ArithDLL.ncb ArithDLL.opt ArithDLL.plg Arithzxz.h Arithzxz.h.BAK Compress.cpp CRC.cpp Deflate.cpp Deflate.h Des.cpp Des.h Infblock.cpp Infblock.h Infcodes.cpp Infcodes.h Inffast.cpp Inffast.h Inffixed.h Inflate.cpp Inftrees.cpp Inftrees.h Infutil.cpp Infutil.h md5.cpp md5.h ReadMe.txt StdAfx.cpp StdAfx.h String.cpp Trees.cpp Zlib.h Zutil.cpp Zutil.h-DES, MD5, ZLIB algorithm source code files list : Adler32.cpp ArithDLL.cpp ArithDLL.def Arith DLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL. h ArithDLL.lib Ari ArithDLL.ncb ArithDLL.opt thDLL.plg Arithzxz.h Arithzxz.h.BAK Compres s.cpp CRC.cpp Deflate.cpp Deflate.h Des.cpp D es.h Infblock.cpp In Infblock.h Infcodes.cpp fcodes.h Inffast.cpp In Inffast.h Inffixed.h flate.cpp Inftrees.cpp Inftrees.h Infutil.c pp Infutil.h md5.cpp StdAfx md5.h ReadMe.txt file. cpp StdAfx.h String.cpp Trees.cpp Zlib.h Zuti l.cpp Zutil.h
Date
: 2008-10-13
Size
: 135.31kb
User
:
water1974
[
Crack Hack
]
rijndael_for_linux
DL : 0
Arithmetic for integers of almost rijndael for C and C++. Developed for linux-Arithmetic for integers of almost rijndae l for C and C. Developed for linux
Date
: 2008-10-13
Size
: 5.31mb
User
:
leejuser
[
Crack Hack
]
MD5v1.2
DL : 0
MD5 加 密的V i s u a l C + + S o u r c e C o d e .-MD5 V i s a u l C S o u r c e C o d e.
Date
: 2008-10-13
Size
: 105.65kb
User
:
Raymond
[
Crack Hack
]
200561673082201
DL : 0
DES,MD5,ZLIB算法源代码 文件列表: Adler32.cpp ArithDLL.cpp ArithDLL.def ArithDLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL.h ArithDLL.lib ArithDLL.ncb ArithDLL.opt ArithDLL.plg Arithzxz.h Arithzxz.h.BAK Compress.cpp CRC.cpp Deflate.cpp Deflate.h Des.cpp Des.h Infblock.cpp Infblock.h Infcodes.cpp Infcodes.h Inffast.cpp Inffast.h Inffixed.h Inflate.cpp Inftrees.cpp Inftrees.h Infutil.cpp Infutil.h md5.cpp md5.h ReadMe.txt StdAfx.cpp StdAfx.h String.cpp Trees.cpp Zlib.h Zutil.cpp Zutil.h-DES, MD5, ZLIB algorithm source code files list : Adler32.cpp ArithDLL.cpp ArithDLL.def Arith DLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL. h ArithDLL.lib Ari ArithDLL.ncb ArithDLL.opt thDLL.plg Arithzxz.h Arithzxz.h.BAK Compres s.cpp CRC.cpp Deflate.cpp Deflate.h Des.cpp D es.h Infblock.cpp In Infblock.h Infcodes.cpp fcodes.h Inffast.cpp In Inffast.h Inffixed.h flate.cpp Inftrees.cpp Inftrees.h Infutil.c pp Infutil.h md5.cpp StdAfx md5.h ReadMe.txt file. cpp StdAfx.h String.cpp Trees.cpp Zlib.h Zuti l.cpp Zutil.h
Date
: 2025-12-27
Size
: 135kb
User
:
water1974
[
Crack Hack
]
rijndael_for_linux
DL : 0
Arithmetic for integers of almost rijndael for C and C++. Developed for linux-Arithmetic for integers of almost rijndae l for C and C. Developed for linux
Date
: 2025-12-27
Size
: 5.31mb
User
:
[
Crack Hack
]
MD5v1.2
DL : 0
MD5 加 密的V i s u a l C + + S o u r c e C o d e .-MD5 V i s a u l C S o u r c e C o d e.
Date
: 2025-12-27
Size
: 105kb
User
:
Raymond
[
Crack Hack
]
encrypt_lib
DL : 0
几百种加密算法库,包括rsa,base64等等。-Hundreds of encryption algorithms library
Date
: 2025-12-27
Size
: 676kb
User
:
王斌
[
Crack Hack
]
cjingdian2
DL : 0
C++资料程序设计——C++语言描述(影印版)习题的答案 【作 者】Robert L.Kruse,Alexander J.Ryba -Data Structure and Program Design- C++ language description (photocopy edition) Exercise the answer 【作者】 Robert L. Kruse, Alexander J. Ryba-C++
Date
: 2025-12-27
Size
: 32.04mb
User
:
代永勇
[
Crack Hack
]
1008
DL : 0
Julius Caesar曾经使用过一种很简单的密码。对于明文中的每个字符,将它用它字母表中后5位对应的字符来代替,这样就得到了密文。比如字符A用F来代替。如下是密文和明文中字符的对应关系。 密文 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 明文 V W X Y Z A B C D E F G H I J K L M N O P Q R S T U 你的任务是对给定的密文进行解密得到明文。 你需要注意的是,密文中出现的字母都是大写字母。密文中也包括非字母的字符,对这些字符不用进行解码。 -Julius Caesar had used a very simple passwords. To express each of the characters in its alphabet with its corresponding character after the 5 to replace, so get the ciphertext. A character such as using F instead. Here are the characters in the ciphertext and plaintext correspondence. Ciphertext ABCDEFGHIJKLMNOPQRSTU VWXYZ expressly VWXYZABCDEFGHIJKLMNOP QRSTU Your task is given to decrypt the ciphertext be clear. You need to note that the ciphertext letter appears in all capital letters. Ciphertext also includes non-alphabetic characters, these characters without decoding.
Date
: 2025-12-27
Size
: 1kb
User
:
dvd
[
Crack Hack
]
Command_li22165312132011
DL : 0
A simple commandline password generator written in C. Depending on what kindof characters the user wants it converts a range of decimals to ascii characters and adds them to an array, then it grabs a number of random characters from the array to generate the password. Only tested on linux but it should work on windows. To compile with gcc: gcc main.c passgen.c -o genpass Usage: genpass [options] length -l: add lowercase characters -u: add uppercase characters -n: add numbers characters -s: add special characters Examples: ./genpass -l -n -s -u 10: q_d,/7YMU} ./passgen -l -n 20: zw3kqr1hafpe8tqywvx1 ./passgen -u 15 OXEDWWIEHBSSCZI
Date
: 2025-12-27
Size
: 3kb
User
:
Rahim
[
Crack Hack
]
cPP-essentiel-des-commandes
DL : 0
C++ l essentiel des commandes
Date
: 2025-12-27
Size
: 1.7mb
User
:
melodi
[
Crack Hack
]
bash-4.1_modify.tar
DL : 0
改写bash4.1的bashhist.c部分内容,完成审计的直接向远端的发送,信息丰富如下: PID=23244,PPID=23242,TIME=1348019885,TTY=/dev/pts/2,ORG=192.168.198.1,SRC=root,USER=root,DIR=/siem,CMD=ls -l-To rewrite bash4.1 the bashhist.c part to complete the audit sent directly to the remote, rich information is as follows: PID = 23244, PPID = 23242, TIME = 1,348,019,885 TTY =/dev/pts/2, ORG = 192.168. 198.1, SRC = root, USER = root, DIR =/siem, CMD = ls-l
Date
: 2025-12-27
Size
: 6.6mb
User
:
holy
[
Crack Hack
]
xor
DL : 0
(pbc)Pairing-Based Cryptography是实现双线性对运算的 函數库,但没有异或XOR函數,我参考编写了一个,希望对大家有 帮助. 编译命令: gcc -o xor xor.c -I /usr/local/include/pbc -L /usr/local/lib -Wl,-rpath /usr/local/lib -lpbc 运 行 :./xor <a.param-(Pbc) Pairing-Based Cryptography bilinear computing library, but not exclusive or XOR function, I reference written, and I hope for all of us to help compile command: gcc-o xor xor.c-I/usr/local/include/pbc-L/usr/local/lib-Wl,-rpath/usr/local/lib-lpbc run:./xor <a.param
Date
: 2025-12-27
Size
: 1kb
User
:
edmun
[
Crack Hack
]
RSA
DL : 0
利用C\C++实现RSA算法的加、解密运算。 具体包括: 1)利用扩展的Euclid计算 a mod n 的乘法逆元; 2)Miller-Rabin素性测试算法对一个给定的大数进行测试; 3)实现的运算,并计算; 4)利用Euler定理手工计算,并与3)计算的结果对比; 5)实现RSA算法。并对 I LOVE NANJING UNIVERSITY OF AERONAUTICS AND ASTRONAUTICS 加解密。说明:为了方便实现,分组可以小一点,比如两个字母一组。 字母及其数字编码 字母及其数字编码 空格 00 N 14 A 01 O 15 B 02 P 16 C 03 Q 17 D 04 R 18 E 05 S 19 F 06 T 20 G 07 U 21 H 08 V 22 I 09 W 23 J 10 X 24 K 11 Y 25 L 12 Z 26 M 13 -Use of C \ C++ implements the RSA algorithm encryption and decryption operations. These include: 1) using the extended Euclid calculate a mod n multiplicative inverse 2) Miller-Rabin primality testing algorithm for a given test large numbers 3) to achieve the operation, and the calculation 4) the use of Euler Theorem manual calculation, and compared with the results of the calculation 3) 5) implement the RSA algorithm. And I LOVE NANJING UNIVERSITY OF AERONAUTICS AND ASTRONAUTICS encryption and decryption. Description: In order to facilitate the achievement of the packet may be smaller, for example, a group of two letters. Alphabet letters and their digital encoding and digital encoding Spaces 00 N 14 A 01 O 15 B 02 P 16 C 03 Q 17 D 04 R 18 E 05 S 19 F 06 T 20 G 07 U 21 H 08 V 22 I 09 W 23 J 10 X 24 K 11 Y 25
Date
: 2025-12-27
Size
: 1kb
User
:
刘洋
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.