代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/253570/12214218
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// DES_Test.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.
www.eeworm.com/read/150878/12253027
cpp wjcdestest.cpp
// 3-Des test
#include "WjcDes.h"
#include "stdio.h"
#include "string.h"
#include "memory.h"
void main()
{
char key[]={0,2,0,0,9,3,5,1,9,8,0,0,9,1,7},buf[255];
char str[]="Welcome to My
www.eeworm.com/read/252270/12290538
txt solaris安全faq ,待续(转).txt
作者:studyboy
email: studyboy@21cn.com
日期:2001-7-19 21:17:03
by quack
参考资料:The Solaris Security FAQ by Peter Baer Galvin
1) (概述--略)
2) 怎样将Solaris配置得更加强壮?
2.1) 哪些文件的许可权限需要改变?
有个叫fix-
www.eeworm.com/read/337750/12343037
c gendeskd.c
/*
* Create a C program which is a des key definition for
* key represesting the output from desMakeKey with the passphrase supplied
* by the user.
*/
#define _POSIX_SOURCE
#include /*
www.eeworm.com/read/337617/12356756
cpp wjcdestest.cpp
// 3-Des test
#include "WjcDes.h"
#include "stdio.h"
#include "string.h"
#include "memory.h"
void main()
{
char key[]={0,2,0,0,9,3,5,1,9,8,0,0,9,1,7},buf[255];
char str[]="Welcome to My
www.eeworm.com/read/149411/12382394
plg decrypt.plg
Build Log
--------------------Configuration: decrypt - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\cn1xx
www.eeworm.com/read/130467/14191147
s d-out.s
# Don't even think of reading this code
# It was automatically generated by des-586.pl
# Which is a perl program used to generate the x86 assember for
# any of elf, a.out, BSDI, Win32, gaswin (
www.eeworm.com/read/130467/14191194
s d-sol.s
/ Don't even think of reading this code
/ It was automatically generated by des-586.pl
/ Which is a perl program used to generate the x86 assember for
/ any of elf, a.out, BSDI, Win32, gaswin (
www.eeworm.com/read/130467/14191351
s d-elf.s
# Don't even think of reading this code
# It was automatically generated by des-586.pl
# Which is a perl program used to generate the x86 assember for
# any of elf, a.out, BSDI, Win32, gaswin (
www.eeworm.com/read/232401/14196028
h strcasecmp.h
#ifndef __STRCASECMP_H__
#define __STRCASECMP_H__
#if defined(_WIN32)
bool inline strcasecmp(const char *ori, const char *des)
{
int j,nLen1,nLen2;
bool sameChar;
nLen1 = strlen(ori);
nLen2 = strl