Ada95 =>ciphertext only attack=>pattern matching...help!!!!
From: Tyler (minuet440_at_hotmail.com)
Date: 11/17/03
- Next message: Falcon: "looking for a quick&dirty fix to remove memory leaks in freepascal"
- Previous message: Chris Dollin: "Re: Programming Language Productivity: The Stupidity of Programmers"
- Next in thread: John Woodruff: "Re: Ada95 =>ciphertext only attack=>pattern matching...help!!!!"
- Reply: John Woodruff: "Re: Ada95 =>ciphertext only attack=>pattern matching...help!!!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 17 Nov 2003 03:50:35 -0800
hi, i have a problem, im using Ada95 to conduct a ciphertext only
attack, and i want to conduct pattern matching (distance matching?) on
it, i have a dictionary in an array, with a parallel array running
adjacent to it, which contains the number of characters of each word
in the dictionary array (the ciphertext is stored in a string of 7000
characters)...can anyone help me out with an algorithm, checking the
patterns of the dictionary words and matching them with the
ciphertext...? (i have already conducted frequency analysis for single
letters, digraphs & trigraphs) many thanks for taking the time 2 read
this.
ps if u need more info just ask!
- Next message: Falcon: "looking for a quick&dirty fix to remove memory leaks in freepascal"
- Previous message: Chris Dollin: "Re: Programming Language Productivity: The Stupidity of Programmers"
- Next in thread: John Woodruff: "Re: Ada95 =>ciphertext only attack=>pattern matching...help!!!!"
- Reply: John Woodruff: "Re: Ada95 =>ciphertext only attack=>pattern matching...help!!!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|