Click here to Skip to main content
16,016,562 members
Home / Discussions / Algorithms
   

Algorithms

 
QuestionSplitting a Polygon into Rectangles Pin
notacake12-Nov-07 3:02
notacake12-Nov-07 3:02 
AnswerRe: Splitting a Polygon into Rectangles Pin
Luc Pattyn12-Nov-07 4:19
sitebuilderLuc Pattyn12-Nov-07 4:19 
GeneralRe: Splitting a Polygon into Rectangles Pin
Skippums16-Nov-07 9:07
Skippums16-Nov-07 9:07 
QuestionAssymetric Encryption Algorithms Pin
Skippums8-Nov-07 8:56
Skippums8-Nov-07 8:56 
AnswerRe: Assymetric Encryption Algorithms Pin
El Corazon8-Nov-07 9:17
El Corazon8-Nov-07 9:17 
AnswerRe: Assymetric Encryption Algorithms Pin
Luc Pattyn8-Nov-07 9:18
sitebuilderLuc Pattyn8-Nov-07 9:18 
QuestionRe: Assymetric Encryption Algorithms Pin
Skippums8-Nov-07 9:33
Skippums8-Nov-07 9:33 
AnswerRe: Assymetric Encryption Algorithms Pin
Luc Pattyn8-Nov-07 9:56
sitebuilderLuc Pattyn8-Nov-07 9:56 
Well it is not really irreversible, the fact is the cost is several orders of magnitude
larger to decrypt (without the prime factors) than it is to encrypt.

Some operations are just more difficult to undo than they are to do. Example:
what is the value of 1234567 ^ 7 modulo 2^32 is easy
but which number x satisfies x^7 modulo 2^32 = 7654321 is hard.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- use PRE tags to preserve formatting when showing multi-line code snippets
- before you ask a question here, search CodeProject, then Google


GeneralRe: Assymetric Encryption Algorithms Pin
Skippums8-Nov-07 10:04
Skippums8-Nov-07 10:04 
QuestionDisplay Equations in Articles Pin
Ryan Harm7-Nov-07 12:10
professionalRyan Harm7-Nov-07 12:10 
AnswerRe: Display Equations in Articles Pin
Paul Conrad7-Nov-07 12:21
professionalPaul Conrad7-Nov-07 12:21 
QuestionRe: Display Equations in Articles Pin
Ryan Harm7-Nov-07 12:38
professionalRyan Harm7-Nov-07 12:38 
AnswerRe: Display Equations in Articles Pin
Luc Pattyn7-Nov-07 12:24
sitebuilderLuc Pattyn7-Nov-07 12:24 
GeneralRe: Display Equations in Articles Pin
Ryan Harm7-Nov-07 12:40
professionalRyan Harm7-Nov-07 12:40 
GeneralRe: Display Equations in Articles Pin
Luc Pattyn7-Nov-07 13:12
sitebuilderLuc Pattyn7-Nov-07 13:12 
GeneralRe: Display Equations in Articles Pin
Ju@ncho14-Nov-07 8:31
Ju@ncho14-Nov-07 8:31 
QuestionStoring more values in single BYTE. Pin
Sameerkumar Namdeo5-Nov-07 22:29
Sameerkumar Namdeo5-Nov-07 22:29 
JokeRe: Storing more values in single BYTE. Pin
CPallini6-Nov-07 2:08
mveCPallini6-Nov-07 2:08 
JokeRe: Storing more values in single BYTE. Pin
El Corazon6-Nov-07 3:29
El Corazon6-Nov-07 3:29 
GeneralRe: Storing more values in single BYTE. Pin
CPallini6-Nov-07 3:33
mveCPallini6-Nov-07 3:33 
JokeRe: Storing more values in single BYTE. Pin
El Corazon6-Nov-07 4:01
El Corazon6-Nov-07 4:01 
AnswerRe: Storing more values in single BYTE. Pin
Dan Neely6-Nov-07 2:14
Dan Neely6-Nov-07 2:14 
AnswerRe: Storing more values in single BYTE. Pin
Sameerkumar Namdeo6-Nov-07 19:33
Sameerkumar Namdeo6-Nov-07 19:33 
GeneralRe: Storing more values in single BYTE. Pin
Dan Neely7-Nov-07 2:19
Dan Neely7-Nov-07 2:19 
GeneralRe: Storing more values in single BYTE. Pin
Sameerkumar Namdeo7-Nov-07 17:04
Sameerkumar Namdeo7-Nov-07 17:04 

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.