C Board  

Go Back   C Board > General Programming Boards > Networking/Device Communication

Reply
 
LinkBack Thread Tools Display Modes
Old 07-20-2004, 03:43 PM   #1
Registered User
 
Join Date: Jul 2004
Posts: 9
Need RSA encoder / decoder / keygen

I need an RSA encoder / decoder that has the following functions

void GenerateKeys(char *d, char *e, char* n);
void EncryptDecrypt(char *result, char* source,
char* e_or_d, char *n)

It has to be reliable and fast.
Rak'kar is offline   Reply With Quote
Old 07-20-2004, 04:14 PM   #2
C++ Developer
 
XSquared's Avatar
 
Join Date: Jun 2002
Location: UWaterloo
Posts: 2,718
There's this really cool thing called Google. We won't do your homework for you, but it might, if you're lucky.
__________________
Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie
XSquared is offline   Reply With Quote
Old 07-20-2004, 04:20 PM   #3
Registered User
 
Join Date: Jul 2004
Posts: 9
There aren't any with those properites on google other than the one I'm already using, which is slow and unreliable. If there was, why would I be asking here?
Rak'kar is offline   Reply With Quote
Old 07-20-2004, 04:38 PM   #4
Super Moderator
 
Join Date: Sep 2001
Posts: 4,746
Because most of the new people at this board aren't as inteligent and as respectful as you. Welcome to the boards. I'm afraid I can't help you, however.
sean is offline   Reply With Quote
Old 07-20-2004, 09:40 PM   #5
mustang benny
 
bennyandthejets's Avatar
 
Join Date: Jul 2002
Posts: 1,401
1. Buy a book/read a web site about how RSA encryption works
2. Learn how to program
3. Write your own RSA program
4. Come to us when it doesn't work
__________________
benforbes@optusnet.com.au
Microsoft Visual Studio .NET 2003 Enterprise Architect
Windows XP Pro

Code Tags
Programming FAQ
Tutorials
bennyandthejets is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
RSA algorithm implementations and corresponding bin sizes rohit99 C Programming 2 04-03-2008 09:00 AM
Zebra P310 Encoder newgirl Networking/Device Communication 3 10-25-2004 12:38 AM
C decoder for files encoded in Morse code amsy C Programming 5 10-22-2004 12:40 AM
ASCII Art Decoder and Encoder jessweetd C Programming 7 09-05-2004 07:12 PM
string encoder / decoder mbell C Programming 0 09-12-2001 09:45 PM


All times are GMT -6. The time now is 04:08 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22