![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Nov 2007
Posts: 9
Rep Power: 0
![]() |
Cryptography
I am thinking about making an encryption program in C++. I know little about cryptography and even less about how to implement a good encryption method with programming. Does anyone know of a encryption method, that would be very difficult to crack that could be used to encrypt plain text files.
|
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Re: Cryptography
I would suggest that you do some research in the cryptographic area. True, secure cryptography is not a trivial subject. Experts who have been doing it for years still often get it wrong when devising new techniques.
Lots of programmers dip their toes in the water from time to time, but the result is (predictably) mostly junk, which runs counter to your stated requirement. Have you Googled this subject at all?
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#3 |
|
Programming Guru
![]() ![]() ![]() |
Re: Cryptography
Google is your friend: http://www.cryptopp.com/
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#4 |
|
Newbie
Join Date: Nov 2007
Posts: 9
Rep Power: 0
![]() |
Re: Cryptography
I dug around alittle. But all I found is a bunch of unsecure methods, that could be crakced with a little playing around.
|
|
|
|
|
|
#5 |
|
Programming Guru
![]() ![]() ![]() |
Re: Cryptography
Did you look into the Advanced Encryption Standard?
http://en.wikipedia.org/wiki/Advance...ption_Standard The National Security Agency has approved it for the encryption/decryption of SECRET and TOP SECRET government data when used with 192 or 256 bit key lengths. I would surmise that such an algorithm would be sufficient for your project.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#6 |
|
Newbie
Join Date: Nov 2007
Posts: 9
Rep Power: 0
![]() |
Re: Cryptography
But the question is: can the government crack it? Just kidding
|
|
|
|
|
|
#7 |
|
Newbie
Join Date: Nov 2007
Posts: 9
Rep Power: 0
![]() |
Re: Cryptography
Looks good. Just got get a manual on this stuff. Hope it isn't hard to use.
Edit: Yeah, this manual isn't helping. I need help on this. |
|
|
|
|
|
#8 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 329
Rep Power: 3
![]() |
Re: Cryptography
Try reading Applied Cryptography by Bruce Schneier, I heard some good things about it. I actually purchased it this week from my local charity shop (£5.99, it was a bargain)
__________________
Quote:
|
|
|
|
|
|
|
#9 |
|
Newbie
Join Date: Nov 2007
Posts: 9
Rep Power: 0
![]() |
Re: Cryptography
I rather not pay for information. I'll just dig around more. Thanks for pointing me in the right direction guys.
![]() |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Public Key Cryptography: private key? | java_roshan | Coder's Corner Lounge | 2 | Sep 4th, 2006 10:33 PM |
| RSA Cryptography program | BucherPSU08 | Java | 8 | Mar 16th, 2006 10:38 AM |
| MS CryptoAPI frustration - Cryptography | SugarDaddy | C++ | 1 | Jul 6th, 2005 3:05 AM |