Skip to content

Commit

Permalink
Updated some comments in preparation for move to git
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin committed Jun 8, 2009
1 parent 94e5eb3 commit 21d4f0e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
3 changes: 1 addition & 2 deletions 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

Expand Down
5 changes: 3 additions & 2 deletions 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 <thomas@habets.pp.se>
Written around 2000-2002


Introduction
Expand Down Expand Up @@ -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?
Expand Down
4 changes: 2 additions & 2 deletions xor-analyze.cc
@@ -1,4 +1,5 @@
/*
/* xor-analyze/xor-analyze.cc
*
* xor-analyze: XOR Cipher cryptanalysis program
* Copyright (C) 2000-2002 Thomas Habets <thomas@habets.pp.se>
*
Expand All @@ -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 <stdio.h>
#include <stdlib.h>
Expand Down
8 changes: 4 additions & 4 deletions 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 <thomas@habets.pp.se>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
Expand All @@ -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 <stdio.h>

Expand Down

0 comments on commit 21d4f0e

Please sign in to comment.