Uses of Interface
org.ninjasoft.magiccodes.plugins.Plugin

Packages that use Plugin
org.ninjasoft.magiccodes.logic   
org.ninjasoft.magiccodes.plugins   
org.ninjasoft.magiccodes.swingui   
 

Uses of Plugin in org.ninjasoft.magiccodes.logic
 

Methods in org.ninjasoft.magiccodes.logic with parameters of type Plugin
 void Processor.addPlugin(Plugin plugin)
           
 

Uses of Plugin in org.ninjasoft.magiccodes.plugins
 

Classes in org.ninjasoft.magiccodes.plugins that implement Plugin
 class AnalyzeFrequency
          Plugin to analyze letter frequency
 class Base64Decoder
          Decodes BASE-64 data
 class Base64Encoder
          Encodes data as BASE64
 class Md5
          Plugin for turning something into an MD5 hash
 class NoOp
          Plugin to do nothing
 class RotN
          Plugin for performing ROT-N on text
 class TexelCode
          The Texel code from the MU arg.
 class VigenereCrypt
          Vigenere Encryption
 class VigenereDecrypt
          Vigenere Decryption
 class Xor
          Plugin to compute simple XOR values
 class XorAnalysis
          Compute the index of coincidence-related data for XOR ciphers, using the pseudocode: for i is 1 to length(cyphertext) do cyphertext2 = shift(cyphertext,i) for j is 1 to length(cyphertext) do if (cyphertext[i] = cyphertext2[j]) then do counter = counter +1 index = (counter / length(cyphertext)) if index > .4 then do return i (Note: you might have to change .4 to something else depending on your character set.) as described on http://md2600.net/newsletter/issue2/122.html
 

Uses of Plugin in org.ninjasoft.magiccodes.swingui
 

Methods in org.ninjasoft.magiccodes.swingui that return Plugin
 Plugin PluginItem.getPlugin()
           
 

Constructors in org.ninjasoft.magiccodes.swingui with parameters of type Plugin
PluginItem(Plugin plugin)
           
 



Copyright © 2004 Ninjasoft. All Rights Reserved.