Xref: utzoo sci.crypt:4652 alt.security:2492 comp.protocols.kerberos:718 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!dali.cs.montana.edu!decwrl!deccrl!news.crl.dec.com!nntpd.lkg.dec.com!koning.enet.dec.com From: koning@koning.enet.dec.com (Paul Koning) Newsgroups: sci.crypt,alt.security,comp.protocols.kerberos Subject: Re: DES testcases Message-ID: <22534@shlump.lkg.dec.com> Date: 8 May 91 18:47:15 GMT References: <1991Apr23.211122.1687@jarvis.csri.toronto.edu> Sender: newsdaemon@shlump.lkg.dec.com Reply-To: koning@koning.enet.dec.com Followup-To: sci.crypt Distribution: na Organization: Digital Equipment Co., distributed systems architecture Lines: 26 |> |>I'm looking for a set of standard testcases for some software DES routines. |>The functions to be tested include DES ECB (verifiers) and CBC (encryption). |>Could anyone recommend an existing source of testcases? |> |> |>Thanks in advance, |>Ping Lin |> There's a nice comprehensive set of test cases in the publication: Validating the correctness of hardware implementations of the NBS Data Encryption Standard NBS Special Publication 500-20 My edition is 9/80; there may be later ones. (NBS is called NIST these days, of course...) The title talks about hardware, but the test cases don't care whether it's hardware or software you're using. The nice point about the test cases is that they are constructed in groups; each group exhaustively checks a piece of the DES machinery. Note: this verifies ECB. I don't know of a test set for CBC specifically. paul