卢开澄,《计算机密码学-计算机网络中的数据保密与安全》第三版中的DES程序。在网上搜索过

源代码在线查看: function.plg

软件大小: 20 K
上传用户: wjm197811
关键词: DES 计算机 密码 数据
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				Build Log
				
				--------------------Configuration: function - Win32 Debug--------------------
				
				Command Lines
				Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP18.tmp" with contents
				[
				/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/function.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
				"F:\加密 解密\DES程序\复件 复件function\function\destest.cpp"
				]
				Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP18.tmp" 
				Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19.tmp" with contents
				[
				kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/function.pdb" /debug /machine:I386 /out:"Debug/function.exe" /pdbtype:sept 
				".\Debug\DESF.obj"
				".\Debug\destest.obj"
				]
				Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19.tmp"
				Output Window
				Compiling...
				destest.cpp
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(15) : warning C4129: 'm' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(20) : warning C4129: 'm' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(20) : warning C4129: 'c' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(27) : warning C4129: 'c' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(29) : warning C4129: 'c' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(29) : warning C4129: 'm' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(30) : warning C4129: 'm' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(33) : warning C4129: 'm' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(33) : warning C4129: 'c' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(34) : warning C4129: 'c' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(36) : warning C4129: 'c' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(36) : warning C4129: 'm' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(37) : warning C4129: 'm' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(39) : warning C4129: 'c' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(39) : warning C4129: 'c' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(45) : warning C4129: 'm' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(45) : warning C4129: 'c' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(46) : warning C4129: 'c' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(48) : warning C4129: 'c' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(48) : warning C4129: 'm' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(49) : warning C4129: 'm' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(51) : warning C4129: 'c' : unrecognized character escape sequence
				f:\加密 解密\des程序\复件 复件function\function\destest.cpp(51) : warning C4129: 'c' : unrecognized character escape sequence
				Command line warning D4028 : minimal rebuild failure, reverting to normal build
				Linking...
				
				
				
				Results
				function.exe - 0 error(s), 0 warning(s)
				
				
				
							

相关资源