![]() |
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.
|
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? |
Re: Cryptography
Google is your friend: http://www.cryptopp.com/
|
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.
|
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. |
Re: Cryptography
But the question is: can the government crack it? Just kidding :icon_cheesygrin:
|
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. |
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)
|
Re: Cryptography
I rather not pay for information. I'll just dig around more. Thanks for pointing me in the right direction guys. ;)
|
| All times are GMT -5. The time now is 3:31 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC