Click here to Skip to main content
15,918,168 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: If encryption input is small Pin
El Corazon24-Oct-07 12:49
El Corazon24-Oct-07 12:49 
GeneralRe: If encryption input is small Pin
Cryptogrpahy24-Oct-07 13:05
Cryptogrpahy24-Oct-07 13:05 
GeneralRe: If encryption input is small Pin
El Corazon24-Oct-07 13:08
El Corazon24-Oct-07 13:08 
GeneralRe: If encryption input is small Pin
Cryptogrpahy24-Oct-07 13:20
Cryptogrpahy24-Oct-07 13:20 
AnswerRe: If encryption input is small Pin
Jeffrey Walton29-Oct-07 2:55
Jeffrey Walton29-Oct-07 2:55 
GeneralThanks for Jeff Pin
Cryptogrpahy29-Oct-07 4:30
Cryptogrpahy29-Oct-07 4:30 
QuestionCritiques of measurements for the cryptography Pin
Cryptogrpahy24-Oct-07 4:36
Cryptogrpahy24-Oct-07 4:36 
AnswerRe: Critiques of measurements for the cryptography Pin
El Corazon24-Oct-07 5:41
El Corazon24-Oct-07 5:41 
The first step is to verify random-ness. You can do this by simply analyzing the output. If the output of any cipher is not near random results for decent amount of text then there is a good chance you are leaking bits. Leaking bits is a term to say that a bit comes through with minimal operatons performed on it and can lead you to the answer by reducng the possibilities.

The next step should be to verify the key is not inferred directly by result. encrypt a text file or large text using one key, and another which is only ONE byte dfference (preferably one bit also). For instance keys: TexasHoldem1 and TexasHoldem2. the two files should have no overlapping characters. If any characters are the same in the same position, it may be chance, but you will want to test again with TexasHoldem3 and TexasHoldem4. If that same byte is not changing, or the byte is changing less oftan than others, again this is an obvious sign you are leaking bits.

Then find a mathematician to help with the final assessment.

_________________________
Asu no koto o ieba, tenjo de nezumi ga warau.
Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

GeneralRe: Critiques of measurements for the cryptography Pin
Cryptogrpahy24-Oct-07 9:34
Cryptogrpahy24-Oct-07 9:34 
GeneralRe: Critiques of measurements for the cryptography Pin
El Corazon24-Oct-07 10:21
El Corazon24-Oct-07 10:21 
GeneralRe: Critiques of measurements for the cryptography Pin
CPallini24-Oct-07 21:26
mveCPallini24-Oct-07 21:26 
Questionbarcode algorithm Pin
memaia23-Oct-07 22:19
memaia23-Oct-07 22:19 
AnswerGoogle Pin
CPallini23-Oct-07 22:32
mveCPallini23-Oct-07 22:32 
QuestionLogic for Billing Pin
briogene21-Oct-07 21:07
briogene21-Oct-07 21:07 
AnswerRe: Logic for Billing Pin
Dan Neely22-Oct-07 2:15
Dan Neely22-Oct-07 2:15 
GeneralRe: Logic for Billing Pin
DQNOK22-Oct-07 9:20
professionalDQNOK22-Oct-07 9:20 
AnswerRe: Logic for Billing [modified] Pin
DQNOK22-Oct-07 9:00
professionalDQNOK22-Oct-07 9:00 
GeneralRe: Logic for Billing Pin
briogene26-Oct-07 22:08
briogene26-Oct-07 22:08 
GeneralRe: Thanks Pin
DQNOK29-Oct-07 10:25
professionalDQNOK29-Oct-07 10:25 
AnswerRe: Logic for Billing Pin
Duane in Japan23-Oct-07 6:08
Duane in Japan23-Oct-07 6:08 
QuestionPlease HELP! Carl Gauss Algorithm for getting Easter on specified year JAVA Pin
Mr. Deja Vu16-Oct-07 15:01
Mr. Deja Vu16-Oct-07 15:01 
AnswerRe: Please HELP! Carl Gauss Algorithm for getting Easter on specified year JAVA Pin
cp987616-Oct-07 15:55
cp987616-Oct-07 15:55 
GeneralRe: Please HELP! Carl Gauss Algorithm for getting Easter on specified year JAVA Pin
Mr. Deja Vu16-Oct-07 18:15
Mr. Deja Vu16-Oct-07 18:15 
QuestionPlotting large amount of data points Pin
nico8015-Oct-07 11:26
nico8015-Oct-07 11:26 
AnswerRe: Plotting large amount of data points Pin
cp987615-Oct-07 12:38
cp987615-Oct-07 12:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.