[Botan-devel] TripleDES /ECB Mode
Brought to you by:
randombit
|
From: JnMlMe <jn...@fr...> - 2004-09-06 13:46:14
|
Hi,
I need to decrypt a string who was encrypted with Triple DES (ECB Mode)
under SUN Solaris.
First, I would like to compile Botan under Windows 2K environment.
I have a problem when i process the nmake command :
=20
D:\botan>perl configure.pl msvc-windows-i586 --module-set=3Dwin32
Disabling use of symlink()/link() due to Win32 FS limitations
AUTOCONFIG: Enabling module ml_win32
AUTOCONFIG: Enabling module tm_win32
=20
D:\botan>nmake
=20
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
=20
CL /nologo -Iinclude /O2 /G5 /GX /GR /D_CONSOLE /c =
src\adler32.cpp
/Fob
uild\lib\adler32.obj
'CL' n'est pas reconnu en tant que commande interne
ou externe, un programme ex=E9cutable ou un fichier de commandes.
NMAKE : fatal error U1077: 'CL' : return code '0x1'
Stop.
=20
Second point, i have looked the encrypt and decrypt cpp examples files.
These files used the CBC mode.
Should i only changed the mode with ECB in line 117 ?
=20
=20
Thks for your response.
=20
JM
=20
____________
Virus checked by G DATA AntiVirusKit
Version: BD 14.0.534 from 04.09.2004
Virus news: www.antiviruslab.com
|