Click here to Skip to main content
15,914,419 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerRe: Relative Speed of Trigonometry functions Pin
Alan Balkany29-Nov-07 5:02
Alan Balkany29-Nov-07 5:02 
AnswerRe: Relative Speed of Trigonometry functions Pin
serge_bal19-Dec-07 5:38
serge_bal19-Dec-07 5:38 
QuestionAlogorithim to compare two pictures Pin
w2094-Nov-07 3:33
w2094-Nov-07 3:33 
AnswerRe: Alogorithim to compare two pictures Pin
Luc Pattyn4-Nov-07 4:10
sitebuilderLuc Pattyn4-Nov-07 4:10 
AnswerRe: Alogorithim to compare two pictures Pin
FriendOfAsherah6-Nov-07 5:26
FriendOfAsherah6-Nov-07 5:26 
AnswerRe: Alogorithim to compare two pictures Pin
schoetbi26-Nov-07 10:50
schoetbi26-Nov-07 10:50 
QuestionInput suffers security. Pin
Cryptogrpahy2-Nov-07 21:33
Cryptogrpahy2-Nov-07 21:33 
AnswerRe: Input suffers security. Pin
cp98762-Nov-07 21:59
cp98762-Nov-07 21:59 
It is really hard to work out what you are trying to do. Sometimes you seem to have an 8 bit key - which suggests that you will have no hope of avoiding any sort of brute force attack, whereas at other times it seems that the message that you are encoding is only 8 bits.

If you are encoding only 8 bits, potentially you have only 256 possible messages, so an eavesdropper can determine, for example, if the same message is sent. The traditional way around this is to salt the message by appending a random number. As an example, to send 8 bits, add 56 random bits, then encode the resulting 64 bit message. Repeated messages with the same 8 message bits would be different and brute force searching becomes more complex.




Peter
"Until the invention of the computer, the machine gun was the device that enabled humans to make the most mistakes in the smallest amount of time."

GeneralRe: Input suffers security. Pin
Cryptogrpahy2-Nov-07 22:32
Cryptogrpahy2-Nov-07 22:32 
QuestionWhat kind of the key exchange protocol better to use in my symmetric key algorithm? Pin
Cryptogrpahy2-Nov-07 12:19
Cryptogrpahy2-Nov-07 12:19 
AnswerRe: What kind of the key exchange protocol better to use in my symmetric key algorithm? Pin
cp98762-Nov-07 14:07
cp98762-Nov-07 14:07 
GeneralRe: What kind of the key exchange protocol better to use in my symmetric key algorithm? Pin
Cryptogrpahy2-Nov-07 20:37
Cryptogrpahy2-Nov-07 20:37 
QuestionAll readers [modified] Pin
Cryptogrpahy30-Oct-07 4:43
Cryptogrpahy30-Oct-07 4:43 
AnswerRe: All readers Pin
MikeMarq30-Oct-07 12:15
MikeMarq30-Oct-07 12:15 
GeneralRe: All readers Pin
User 171649230-Oct-07 13:05
professionalUser 171649230-Oct-07 13:05 
QuestionDistance between two GPS points. Pin
chandu00429-Oct-07 2:06
chandu00429-Oct-07 2:06 
AnswerRe: Distance between two GPS points. Pin
V.29-Oct-07 3:12
professionalV.29-Oct-07 3:12 
GeneralRe: Distance between two GPS points. Pin
chandu00429-Oct-07 3:26
chandu00429-Oct-07 3:26 
GeneralRe: Distance between two GPS points. Pin
yuneiv29-Oct-07 4:20
yuneiv29-Oct-07 4:20 
AnswerRe: Distance between two GPS points. Pin
DQNOK29-Oct-07 4:10
professionalDQNOK29-Oct-07 4:10 
JokeOf course straight line... Pin
CPallini29-Oct-07 4:24
mveCPallini29-Oct-07 4:24 
GeneralRe: Of course straight line... Pin
El Corazon29-Oct-07 10:22
El Corazon29-Oct-07 10:22 
AnswerRe: Distance between two GPS points. Pin
El Corazon29-Oct-07 10:22
El Corazon29-Oct-07 10:22 
AnswerRe: Distance between two GPS points. Pin
David Crow1-Nov-07 9:45
David Crow1-Nov-07 9:45 
GeneralRe: Distance between two GPS points. Pin
chandu0042-Nov-07 3:22
chandu0042-Nov-07 3:22 

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.