Télécharger la liste

Description du projet

EverCrack is a cryptanalysis engine. The overall design goal is to systematically break down complex ciphers into their simplex components for cryptanalysis (by the kernel).
The kernel consists of an algebraic design (comparison and reduction) for breaking uniliteral, monoalphabetic ciphers instantaneously. Currently, it can break a 4000-word cipher in milliseconds.
EverCrack currently has multi-language support for the user interface and cracking encryption in
other language dictionaries (English, German,
French, Spanish, Italian, Swedish, Dutch, and
Portuguese).

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-10-06 19:28
1.1.0

Le jeu de dictionnaire a été changé pour des listes de mots par motif exact. Cela réduit l'espace de recherche complètement et augmente la vitesse d'environ 30%. Dictionnaires anciens ne fonctionneront pas avec cette version.
The dictionary set has been changed to lists of words by exact pattern. This reduces the search space completely and increases the speed by approximately 30%. Older dictionaries will not work with this release.

2006-10-03 02:33
1.0.8

Ce communiqué utilise un ensemble nouveau dictionnaire: des listes de mots divisé par le modèle exact (en enlevant l'espace de la recherche et augmenter la vitesse de fissuration à environ 30%). Older définit le dictionnaire ne fonctionne pas avec cette version. Un ensemble dictionnaire anglais est fourni, mais les dictionnaires de langue étrangère doivent être créés en utilisant l'utilitaire lexmod.
Tags: Minor feature enhancements
This release utilizes a new dictionary set: lists of words divided by exact pattern (removing the searching space and increasing the cracking speed by approximately 30%). Older dictionary sets will not work with this version. An English dictionary set is provided, but foreign language dictionaries must be created using the lexmod utility.

2005-09-25 11:15
1.0.9

Le statword "utilitaire" a été ajouté pour l'analyse de la distribution de fréquence des mots par longueur de texte chiffré.
The "statword" utility was added for analyzing the
frequency distribution of words by length in
ciphertext.

2005-09-06 22:54
1.0.8

Un utilitaire pour exécuter l'analyse juxtapositional de symboles qui les précèdent / suivent symboles dans chiffré a été ajoutée, ainsi que d'un affichage rapide des lettres qui sont statistiquement susceptibles de faire précéder / suivre une lettre donnée.
Tags: Minor feature enhancements
A utility for performing juxtapositional analysis of symbols that precede/follow symbols in ciphertext has been added, as well as a quick display of letters that are statistically likely to precede/follow a given letter.

2005-08-31 23:33
1.0.7

Les modifications comprennent une plus grande stabilité, un moteur amélioré pour épuiser toutes les voies possibles pour casser un algorithme de chiffrement, et une plus grande adaptation aux principes Unix de style de programmation. Une option verbose a été ajouté pour l'inclusion de texte chiffré, le temps de décoder, le nombre de décode, etc de la production contre seulement le décode premières pour tuyauterie / redirection.
Tags: Code cleanup
Changes include greater stability, an improved engine for exhausting all possible avenues for cracking a cipher, and greater adaption to Unix principles of programming style. A verbose option has been added for including ciphertext, time to decode, number of decodes, etc. in output versus just the raw decodes for piping/redirecting.

Project Resources