Re: DES decrpytion tools
From: Kevin Drapel (kevin.drapel_at_epfl.ch)
Date: 02/28/05
- Next message: Randy Howard: "Re: Thou shalt have no other gods before the ANSI C standard"
- Previous message: Randy Howard: "Re: Thou shalt have no other gods before the ANSI C standard"
- In reply to: efenner: "DES decrpytion tools"
- Next in thread: MP: "Re: DES decrpytion tools"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 28 Feb 2005 13:50:26 +0000
efenner wrote:
> Hello,
>
> I am looking for a shareware or freeware tool that uses standard DES
> implementation. I need the tool to accept an image that has been
> encrypted by DES. The tool should be able to take as input a user
> specified key, which will then be used to decrypt the file.
>
> Any help or pointers would be really useful.
You have to consider the mode of encryption too. DES is a block cipher
but to encrypt a file with more than 64 bits, you have to convert it
into a stream cipher with modes of encryption (ECB, CBC, etc.), ie. a
way to connect more than one DES blocks together
- Next message: Randy Howard: "Re: Thou shalt have no other gods before the ANSI C standard"
- Previous message: Randy Howard: "Re: Thou shalt have no other gods before the ANSI C standard"
- In reply to: efenner: "DES decrpytion tools"
- Next in thread: MP: "Re: DES decrpytion tools"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|