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.

2005-08-13 21:54
1.0.6

La fonctionnalité de EverCrack a été divisé en modules séparés exécutable pour simplifier l'utilisation. Un makefile a été ajouté et une grande partie du code et des répertoires ont été nettoyés.
Tags: Code cleanup
The functionality of EverCrack was divided into
separate executable modules to simplify the usage.
A makefile was added and a lot of the code and
directories were cleaned up.

2005-08-07 06:13
1.0.5

Quelques bugs plus ont été fixés. dict a été renommée en DICT, et toutes les références dans le code pour ce type ont été modifiées. Une erreur découlant du fait que «. / Evercrack-Ct matrix1.txt" pense que le mot de taille était trop grande (ce qui était une garde contre la substitution de craquage) a été fixée. Le noyau a été optimisé et gère maintenant environ 8,5 fois plus rapide pour les chiffres de substitution monoalphabetic.
Tags: Minor bugfixes
Some more bugs were fixed. dict was renamed to
DICT, and all references in the code to such were
changed. An error resulting from the fact that
"./evercrack -Ct matrix1.txt" thought the
word-size was too large (which was a guard against
substitution cracking) was fixed. The kernel was
optimized and now runs approximately 8.5 times
faster for monoalphabetic substitution ciphers.

2005-08-05 20:28
1.0.4

L'objectif principal de cette version est la stabilité du noyau EverCrack. Le travail a été fait de rendre les composants soit arrêter gracieusement ou produire des résultats valables indépendamment de l'entrée. io.h a été changé pour sys / io.h (il était à l'origine une erreur de compilation sur Linux). Les noms de fichiers dans les dictionnaires (dont certains de *. txt en *. TXT) qui a causé des core dumps ont été changés. dos2unix a été utilisée sur des fichiers de sortie. La capacité à forcer simple transposition ciphers matrice (chiffres en colonne) a été ajoutée.
The primary focus of this release is the stability of the EverCrack kernel. Work has been done on making the components either stop gracefully or produce valid output regardless of the input. io.h has been changed to sys/io.h (it was causing a compile error on Linux). Filenames in dictionaries (some from *.txt to *.TXT) that caused core dumps have been changed. dos2unix has been used on release files. The ability to crack simple matrix transposition ciphers (columnar ciphers) has been added.

2005-07-31 17:40
1.0.3

Un module d'analyse de fréquence a été ajoutée pour calculer les fréquences de caractères [ASCII 32-254] dans le texte de chiffrement dans une substitution de chiffrement monoalphabetic ou en définissant une taille de clé spécifique de scinder le texte chiffré en alphabets K. Cela affiche le CIO de chaque alphabet en fonction de K et un IOC moyenne. Sur la base de la COI, EverCrack tente d'identifier le langage sous-jacent du texte chiffré.
Tags: Minor feature enhancements
A frequency analysis module was added for calculating the frequencies of characters [ASCII 32-254] in cipher text as a monoalphabetic substitution cipher or by setting a specific key size to split the ciphertext into K alphabets. This displays the IOC of each alphabet according to K and an average IOC. Based on the IOC, EverCrack attempts to identify the underlying language of the ciphertext.

2005-07-26 08:54
1.0.2

La capacité de convertir un chiffre multiliteral substitution monoalphabetic en forme uniliteral pour le craquage par le noyau a été ajouté. Deux chiffres de l'échantillon pour utiliser cette fonctionnalité ont été inclus (multi1.txt et multi2.txt).
Tags: Minor feature enhancements
The capability to convert a multiliteral
monoalphabetic substitution cipher into uniliteral
form for cracking by the kernel was added. Two
sample ciphers for utilizing this feature have
been included (multi1.txt and multi2.txt).

Project Resources