Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
D
dAlbNormedPermString(String, String)
- Method in class hcrypto.cipher.
Alphabet
dAlbNormedPermString(shStr, permStr) returns a String which defines the first shift defined in shStr followed by the permutation of permStr.
DECIPHER_LIMIT
- Static variable in interface hcrypto.analyzer.
Analyzer
decrypt(boolean)
- Method in class hcrypto.analyzer.
DigramAnalyzer
Applies the current key, d_key, to the cryptogram itself.
decrypt(String)
- Method in class hcrypto.cipher.
Cipher
decrypts its String parameter returning the plaintext string.
decryptFile(String, String)
- Method in class hcrypto.cipher.
Cipher
decrypts a ciphertext input file into an output file by simply calling the engineDecryptFile() method implemented in the ENGINE.
decryptFile(String, String, String)
- Method in class hcrypto.cipher.
Cipher
decrypts a ciphertext input file into an output file by simply calling the engineDecryptFile() method implemented in the ENGINE.
DEFAULT_KEY_DESCRIPTOR_PROMPT_STRING
- Static variable in class hcrypto.engines.
AffineKey
A description for an Affine Key.
DEFAULT_KEY_DESCRIPTOR_PROMPT_STRING
- Static variable in class hcrypto.engines.
CaesarKey
A description for a Caesar Key.
DEFAULT_KEY_DESCRIPTOR_PROMPT_STRING
- Static variable in class hcrypto.engines.
NullKey
DEFAULT_KEY_DESCRIPTOR_PROMPT_STRING
- Static variable in class hcrypto.engines.
PlayfairKey
A keyword description.
DEFAULT_KEY_DESCRIPTOR_PROMPT_STRING
- Static variable in class hcrypto.engines.
PolySubstitutionKey
A keyword description.
DEFAULT_KEY_DESCRIPTOR_PROMPT_STRING
- Static variable in class hcrypto.engines.
RailfenceKey
A description for a RailFence Key.
DEFAULT_KEY_DESCRIPTOR_PROMPT_STRING
- Static variable in class hcrypto.engines.
SubstitutionKey
A prompt for the keyword
DEFAULT_KEY_DESCRIPTOR_PROMPT_STRING
- Static variable in class hcrypto.engines.
TranspositionKey
A keyword description.
DEFAULT_KEY_DESCRIPTOR_PROMPT_STRING
- Static variable in class hcrypto.engines.
VigenereKey
A keyword description.
DEFAULT_KEY_DESCRIPTOR_PROMPT_STRING
- Static variable in class plugins.
CaesarKey
A description for a Caesar Key.
DEFAULT_KEYWORD_STRING
- Static variable in class hcrypto.engines.
AffineKey
Default key values.
DEFAULT_KEYWORD_STRING
- Static variable in class hcrypto.engines.
CaesarKey
A default key value.
DEFAULT_KEYWORD_STRING
- Static variable in class hcrypto.engines.
PlayfairKey
A default keyword.
DEFAULT_KEYWORD_STRING
- Static variable in class hcrypto.engines.
PolySubstitutionKey
A default keyword.
DEFAULT_KEYWORD_STRING
- Static variable in class hcrypto.engines.
RailfenceKey
A default key value.
DEFAULT_KEYWORD_STRING
- Static variable in class hcrypto.engines.
SubstitutionKey
A default keyword.
DEFAULT_KEYWORD_STRING
- Static variable in class hcrypto.engines.
TranspositionKey
A default key.
DEFAULT_KEYWORD_STRING
- Static variable in class hcrypto.engines.
VigenereKey
A default keyword.
DEFAULT_KEYWORD_STRING
- Static variable in class plugins.
CaesarKey
A default key value.
DefaultProvider
- Class in
hcrypto.provider
This class represents the default provider for the
Historical Cipher API
.
DefaultProvider(String)
- Constructor for class hcrypto.provider.
DefaultProvider
The constructor sets the name of the provider and puts an entry into the main provider's internal lists for the engine and the key of each algorithm it implements.
DELIMITER
- Static variable in class hcrypto.provider.
Provider
The delimiter used to return a list of algorithm names.
DETERMINISTIC_SEEDING
- Static variable in class hcrypto.analyzer.evolutionary.
GaParameters
dict_name
- Variable in class hcrypto.analyzer.evolutionary.
GaParameters
Dictionary
- Class in
hcrypto.analyzer.tool
Implements a searchable dictionary that can be used by cryptanalysis objects.
Dictionary()
- Constructor for class hcrypto.analyzer.tool.
Dictionary
The default constructor reads words from the Unix word list.
Dictionary(String)
- Constructor for class hcrypto.analyzer.tool.
Dictionary
Dictionary(String, boolean)
- Constructor for class hcrypto.analyzer.tool.
Dictionary
Creates a dictionary from the named file.
Dictionary(String, boolean, int)
- Constructor for class hcrypto.analyzer.tool.
Dictionary
digram_chars
- Static variable in class hcrypto.analyzer.tool.
TextStatistics
digram_data
- Static variable in class hcrypto.analyzer.tool.
TextStatistics
DigramAnalyzer
- Class in
hcrypto.analyzer
Analyzes traditional cryptograms of the sort you find in the newspaper.
DigramAnalyzer()
- Constructor for class hcrypto.analyzer.
DigramAnalyzer
DigramAnalyzer(AnalyzerFrame)
- Constructor for class hcrypto.analyzer.
DigramAnalyzer
DigramAnalyzer(TextStatistics)
- Constructor for class hcrypto.analyzer.
DigramAnalyzer
displ
- Variable in class hcrypto.analyzer.tool.
KasiskiRecord
display
- Variable in class applications.cryptotoolj.
CryptoToolJ
displayBest()
- Method in class hcrypto.analyzer.evolutionary.
NgramGaPopulation
displayBest()
- Method in class hcrypto.analyzer.evolutionary.
WordBasedGaPopulation
displayCrossData()
- Method in class hcrypto.analyzer.evolutionary.
GaIndividual
displayCrossData()
- Method in class hcrypto.analyzer.evolutionary.
NgramGaIndividual
displayCrossData()
- Method in class hcrypto.analyzer.evolutionary.
WordBasedGaIndividual
displaySummary()
- Method in class hcrypto.analyzer.evolutionary.
NgramGaPopulation
displaySummary()
- Method in class hcrypto.analyzer.evolutionary.
WordBasedGaPopulation
doAnalysis(String)
- Method in class hcrypto.analyzer.
AffineAnalyzer
doAnalysis()
- Method in class hcrypto.analyzer.
AffineAnalyzer
This method prints an analysis of the text assuming a Affine (linear) cipher was used.
doAnalysis(String)
- Method in class hcrypto.analyzer.
CaesarAnalyzer
doAnalysis()
- Method in class hcrypto.analyzer.
CaesarAnalyzer
This method performs an analysis of the text assuming a Caesar (shift) cipher was used.
doAnalysis()
- Method in class hcrypto.analyzer.
DigramAnalyzer
This method performs an analysis of the text using the algorithm described above.
doAnalysis(String)
- Method in interface hcrypto.analyzer.
ExpertAnalyzer
doAnalysis(String)
- Method in class hcrypto.analyzer.
VigenereAnalyzer
doAnalysis()
- Method in class hcrypto.analyzer.
VigenereAnalyzer
doAnalysis()
- Method in class hcrypto.analyzer.
WordBasedAnalyzer
This method performs an analysis of the text.
doAnalyzerCommand(String)
- Method in class applications.cryptotoolj.
CryptoToolJ
doAnalyzerCommand() does both built-in and plugin analyzers.
doCommand(String)
- Method in class applications.cryptotoolj.
CryptoToolJ
Executes the command given by its parameter.
doCryptoAnalyzerCommand(String)
- Method in class applications.cryptotoolj.
CipherFrame
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Y