vote up 1 vote down star
1

I am trying to find a class or something that would allow me to do Shamir's Secret Sharing.

I found a program in C# that allows you to do it but it does not supply source code. I was just wondering if anyone has a class that already does what I need.

flag

66% accept rate
added the "homework" tag, since it sounds like it may be homework. – GregD Mar 4 at 20:01
@Dana: Are you going to provide justification for undoing my valid edits? – Rich B Mar 4 at 20:08
@Rich B: Actually revision 4 is the best of the bunch, because "wandering" is a completely different word than "wondering". Your edits didn't really help that much. – toast Mar 4 at 20:12
Addendum: actually Dana didn't really undo any edits, just changed the title along with a bunch of other edits. – toast Mar 4 at 20:13
So apparently nobody else thinks this is homework? – GregD Mar 4 at 20:14
show 17 more comments

2 Answers

vote up 4 vote down check

SecretSharp (linked from the wikipedia article) is GPL - you can browse the code here.

link|flag
vote up 1 vote down

Why not use ILDASM or Reflector to get the source from the application you have?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.