From 21d4f0e6d16f59788cf519d2b2a267404c32be25 Mon Sep 17 00:00:00 2001 From: marvin Date: Mon, 8 Jun 2009 21:42:07 +0000 Subject: [PATCH] Updated some comments in preparation for move to git --- Makefile | 3 +-- README | 5 +++-- xor-analyze.cc | 4 ++-- xor-enc.c | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index b13f386..ba3e101 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ -# -# $Id: Makefile,v 1.6 2001/09/25 17:19:30 marvin Exp $ +# xor-analyze/Makefile # TARGETS=xor-enc xor-dec xor-analyze diff --git a/README b/README index 5584da1..c997b4a 100644 --- a/README +++ b/README @@ -1,8 +1,9 @@ -$Id: README,v 1.7 2002/04/13 01:04:03 marvin Exp $ +xor-analyze/README XOR Cipher implementation and breaking By Thomas Habets + Written around 2000-2002 Introduction @@ -85,7 +86,7 @@ A: Here's a nickel kid, go buy yourself a *real* OS. --- Q: Where can I find a compiled version (as in: "I run windows and can't code") -A: ftp://ftp.habets.pp.se/pub/synscan/xor-analyze-*-BINARY.tar.gz +A: http://www.habets.pp.se/synscan/files/xor-analyze-*-BINARY.tar.gz --- Q: I can't seem to crack this file, I'm sending it to you as an attachment. Will you take a look at it? diff --git a/xor-analyze.cc b/xor-analyze.cc index 901d0d2..393f05a 100644 --- a/xor-analyze.cc +++ b/xor-analyze.cc @@ -1,4 +1,5 @@ -/* +/* xor-analyze/xor-analyze.cc + * * xor-analyze: XOR Cipher cryptanalysis program * Copyright (C) 2000-2002 Thomas Habets * @@ -16,7 +17,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: xor-analyze.cc,v 1.12 2002/04/13 01:04:03 marvin Exp $ */ #include #include diff --git a/xor-enc.c b/xor-enc.c index aa27dfe..c403ea1 100644 --- a/xor-enc.c +++ b/xor-enc.c @@ -1,6 +1,7 @@ -/* +/* xor-analyze/xor-enc.c + * * xor-enc: XOR Cipher - * Copyright (C) 2000 Marvin (marvin@rootbusters.net) + * Copyright (C) 2000 Thomas Habets * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public @@ -12,11 +13,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public + * You should have received a copy of the GNU General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: xor-enc.c,v 1.4 2001/09/25 17:19:31 marvin Exp $ */ #include