• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Application of RSA, CRT, and FME?

Status
Not open for further replies.

Kazeon

Hosted Project: EC
Level 34
Joined
Oct 12, 2011
Messages
3,449
Guys, I'm a noob at c++ so I need some helps here :'D
I have task to build any program (coded using c++) which applies three of them at the same time. So I think the program must be about encrypting and decrypting. I dont understand what thing must be en/decrypted, and how? Some of my friends said: you just need to generate the public and private key. But I still dunno how. Can anybody give me an example of it? Don't be worry I wont copy yours and submit it :D thanks for any help.

EDIT:
Shhh! I thought I post this in programming forum, please someone move this to Programming forum, thanks :D!
 
Level 29
Joined
Jul 29, 2007
Messages
5,174
What help do you want exactly?
First you should actually understand your assignment, the only person that can help with that is your teacher.
Other than that, go over what you learned and/or check wiki/google for implementation details of the different algorithms.
 

Kazeon

Hosted Project: EC
Level 34
Joined
Oct 12, 2011
Messages
3,449
What help do you want exactly?
First you should actually understand your assignment, the only person that can help with that is your teacher.
Other than that, go over what you learned and/or check wiki/google for implementation details of the different algorithms.

I just don't know what can I use each of them for :/


thanks!

yeah these are questions that better yet talked about with your teacher

she won't help so much D:
 
Status
Not open for further replies.
Top