Menu

Tree [r37] /
 History

HTTPS access


File Date Author Commit
 icons 2006-08-11 dougreed [r21] Added README file.
 include 2007-07-07 dougreed [r36] changed REMOVE_RETURNS to REMOVE_NEWLINES_ONLY
 source 2007-07-07 pmlowry [r37] Fixed the compile issue for people not using gc...
 COPYING 2006-08-01 dougreed [r5] Added GPL notices to all files and included a c...
 Makefile 2007-07-07 pmlowry [r37] Fixed the compile issue for people not using gc...
 README 2006-08-11 dougreed [r21] Added README file.

Read Me

SCART - Simple Cipher Analysis and Recovery Tool
========================
Patrick Lowry <pmlowry@users.sourceforge.net> 
Douglas Reed <dougreed@users.sourceforge.net>

SCART is meant to be a simple tool useful in aiding the decryption and 
analysis of text encrypted with any of a number of simple ciphers.


BUILD
=====

Building instructions are fairly straightforward.

tar xjf scart-version-number.tar.bz2
cd scart
make

No automatic "installation" procedures will occur; you may want to
symlink the resulting scart binary into your PATH.


CIPHER INFORMATION
=====

SCART currently supports a number of methods of decryption of common
classical ciphers, namely substitution, caeser, and atbash ciphers.

For caeser cipher decryption simply select 'Caeser' from the menu on 
the left, and then paste your ciphertext into the box on top.  The rest
is left to you; scroll through the bottom box until you find the line
that is plaintext... there are only twenty-five possibilities.

For atbash cipher decryption, things are even easier.  Simply select
'Atbash' from the menu on the left, and paste your ciphertext into the
box on top.  The decrypted text should appear automagically in the
bottom box.

For substitution ciphers, there are a couple of different ways to
decode your ciphertext:

1. FREQUENCY ANALYSIS
	Go to Tools->Generate Frq. Tables to generate frequency tables
	from a large text characteristic of the English language.  Then
	choose the degree of analysis, and press "Execute".

2. DICTIONARY ANALYSIS
	Go to Tools->Load Dictionary, and select a text file (one word 
	per line) to be used as a dictionary.  Then customize your 
	parameters and press "Execute".




Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.