d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Paying 500fg For Help With My Final Project C++ > Encryption/decryption Program
12Next
Add Reply New Topic New Poll
Member
Posts: 6,140
Joined: Jan 10 2005
Gold: 10.00
Apr 24 2017 01:32pm
Hello fellow programmers. I need some help with my final project for my C++ class and will pay 500fg if someone can help me get this done.

My final project is to create a C++ program for encrypting and decrypting strings. The two methods that I need to use for encrypting and decrypting are by Substitution cipher and Transposition cipher.

The program will be capable of the following;

- Encrypt a string entered by the user
- Choose between two different encryption methods
- Decrypt a string entered by the user
- Choose between two different decryption methods
-Decrypt without knowing the encryption method (provide all possible outputs)

The program will be menu driven.

The program will use a class to define and implement each of the methods as member functions and will store the original string and the encrypted/decrypted strings as data members.

The program also has to use selection statements (if, if-else, switch) and loops (while, for, do-while).

If anyone can help me with this (via skype, PM, email, whatever) I will pay either the 500fg that I have or cash via PayPal. whichever you prefer.

Thank you for any insight that anyone can offer me on this project. Up until this point I haven't had any problems with any of the programming labs that I've done, but this one is really a doozy.

I'm spending 10fg for the bold/red title but I'll get the FG back later when I get home and can put some of my d2 items up for sale to get the 10 back.
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Apr 24 2017 02:23pm
If you use discord I can answer questions.

I won't do the project for 500. It's a waste of my time.
Member
Posts: 6,140
Joined: Jan 10 2005
Gold: 10.00
Apr 25 2017 10:01am
Quote (AbDuCt @ Apr 24 2017 03:23pm)
If you use discord I can answer questions.

I won't do the project for 500. It's a waste of my time.


what if I up the ante to $40 via paypal? let me know what you think
Member
Posts: 6,953
Joined: Sep 27 2003
Gold: 518.50
Apr 25 2017 07:18pm
Heh. I can't speak for AbDuCt, but my consulting fee is $250/hour. I'm happy to help for free, though.
Member
Posts: 17,090
Joined: Nov 22 2008
Gold: 169.00
Apr 29 2017 04:46am
Hi,

I have done that a year ago in C, if you could use a logic help from it, I can send you a code.
Member
Posts: 6,140
Joined: Jan 10 2005
Gold: 10.00
May 17 2017 08:30pm
I completed this project and for an 86/100 grade and got a C in the course :) Sweet! it was a lot of fun, a group of us got together during the last few days of classes and worked on our final projects together. so here's the program:



This post was edited by LambOfGod on May 17 2017 08:41pm
Member
Posts: 12,080
Joined: May 3 2017
Gold: Locked
Trader: Scammer
May 19 2017 10:42am
Quote (LambOfGod @ May 17 2017 10:30pm)
I completed this project and for an 86/100 grade and got a C in the course :) Sweet! it was a lot of fun, a group of us got together during the last few days of classes and worked on our final projects together. so here's the program:

http://i.imgur.com/ZYkKpAW.png


Grats
Member
Posts: 36,123
Joined: Jul 18 2008
Gold: 2,407.00
May 19 2017 10:59am
Glad you got it working. Group programming sessions are always fun.
Member
Posts: 5,984
Joined: Jan 8 2010
Gold: 745.69
May 19 2017 02:28pm
Doesn't it also feel much more satisfying to have done the project yourself and know that you understand the material than to have just paid your way through it? :)
Member
Posts: 6,140
Joined: Jan 10 2005
Gold: 10.00
May 19 2017 11:31pm
Quote (Zekdawg @ May 19 2017 11:42am)
Grats


Quote (Mastersam93 @ May 19 2017 11:59am)
Glad you got it working. Group programming sessions are always fun.


Quote (Magicman657 @ May 19 2017 03:28pm)
Doesn't it also feel much more satisfying to have done the project yourself and know that you understand the material than to have just paid your way through it? :)



thanks guys ^_^
Go Back To Programming & Development Topic List
12Next
Add Reply New Topic New Poll