Click here to Skip to main content
15,889,527 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Line through X Pin
Luc Pattyn15-May-07 6:59
sitebuilderLuc Pattyn15-May-07 6:59 
GeneralRe: Line through X Pin
crash89315-May-07 7:24
crash89315-May-07 7:24 
Generalnew attempt Pin
crash89315-May-07 12:01
crash89315-May-07 12:01 
GeneralRe: new attempt2 Pin
crash89315-May-07 12:42
crash89315-May-07 12:42 
AnswerRe: Line through X Pin
Michael Sadlon22-May-07 12:01
Michael Sadlon22-May-07 12:01 
GeneralRe: Line through X Pin
crash89322-May-07 16:48
crash89322-May-07 16:48 
GeneralRe: Line through X Pin
crash89322-May-07 16:51
crash89322-May-07 16:51 
GeneralRe: Line through X Pin
cp987622-May-07 17:37
cp987622-May-07 17:37 
I think this thread is a lot of effort for very dubious security benefits. I think that there are much simpler methods of achieving what you want, e.g.

1. Take your password and map it to a 256 bit number A (longer if you want to allow more characters in your password, shorter if you need less). Do this in some reversible way, e.g. encryption

2. Generate a 256 bit random number B.

3. Give A^B to one user and B to the other.

Neither user can decode the password, but together, (A^B)^B = A which can be decoded to the original password.

This can be easily extended to needing three users, generate an additional random number C, the keys are (A^B)^C, B, C and so on.

There are almost certainly recognised methods of achieving this that have been subjected to significant scrutiny.



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: Line through X Pin
crash89322-May-07 19:57
crash89322-May-07 19:57 
GeneralRe: Line through X Pin
cp987622-May-07 20:15
cp987622-May-07 20:15 
GeneralRe: Line through X Pin
crash89329-May-07 15:33
crash89329-May-07 15:33 
Question[Message Deleted] Pin
#12310-May-07 20:05
#12310-May-07 20:05 
JokeRe: Integer Geometry Pin
CPallini11-May-07 4:18
mveCPallini11-May-07 4:18 
GeneralRe: Integer Geometry Pin
CPallini11-May-07 9:40
mveCPallini11-May-07 9:40 
GeneralRe: Integer Geometry Pin
CPallini31-May-07 20:31
mveCPallini31-May-07 20:31 
GeneralRe: Integer Geometry Pin
CPallini31-May-07 20:57
mveCPallini31-May-07 20:57 
AnswerRe: Integer Geometry Pin
stevepqr17-May-07 3:13
stevepqr17-May-07 3:13 
GeneralRe: Integer Geometry Pin
stevepqr17-May-07 7:30
stevepqr17-May-07 7:30 
General[Message Deleted] Pin
#12317-May-07 8:01
#12317-May-07 8:01 
GeneralRe: Integer Geometry Pin
stevepqr17-May-07 9:21
stevepqr17-May-07 9:21 
General[Message Deleted] Pin
#12317-May-07 10:35
#12317-May-07 10:35 
GeneralRe: Integer Geometry Pin
cp987617-May-07 21:14
cp987617-May-07 21:14 
GeneralRe: Integer Geometry Pin
stevepqr18-May-07 2:45
stevepqr18-May-07 2:45 
GeneralRe: Integer Geometry Pin
stevepqr18-May-07 15:13
stevepqr18-May-07 15:13 
GeneralRe: Integer Geometry Pin
stevepqr18-May-07 18:07
stevepqr18-May-07 18:07 

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.