![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
|
Can anyone direct me towrds a good FREE encryption program that I can use for my C++ program source code?
__________________
Sig Removed by Admin. Signatures: Maximum length - The maximum length of a forum signature is 4 to 5 lines. |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
|
hint: large prime numbers
__________________
i dont know much about programming but i try to help |
|
|
|
|
|
#3 |
|
Newbie
|
I dont really have money to spen on a file encryptor so anything free you guys can throw my way would be a huge help.
__________________
Sig Removed by Admin. Signatures: Maximum length - The maximum length of a forum signature is 4 to 5 lines. |
|
|
|
|
|
#4 | |
|
SEXY SHOELESS GOD OF WAR!
![]() Join Date: Jun 2005
Location: Wet west coast of Canada
Posts: 1,193
Rep Power: 5
![]() |
Quote:
If instead you mean an encryption library that you can use from your C++ code (as opposed to simply encrypting your source files), you should be able to find an open-source implementation with a little legwork, or you could research some algorithms and roll your own. In many cases, the algorithms themselves are available free of charge, even if some implementations of these algorithms are not. I recommend against trying to devise your own algorithm (except possibly as a learning exercise), as it is not likely to be anywhere near as robust as those created by people who make a living from creating cryptographic algorithms. [edit] You might wanna change your sig, too. If my past experience with people with an interest in programming (including classroom demographics) is any indication, I expect 90+% of the users here are male, and unless you're female or gay, you probably don't want a sig that looks like you're propositioning the forum's userbase for intimate liasons. [/edit]
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot. - Vaarsuvius, Order of the Stick |
|
|
|
|
|
|
#5 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
When I googled for "C++ encryption library" I got this link: http://www.eskimo.com/~weidai/cryptlib.html
|
|
|
|
|
|
#6 |
|
Newbie
|
Hi,
I am using LibTomCrypt. It is public domain source codes and is easy to use with C++. The URL is http://www.libtomcrypt.com/ Best Regards, Yeoh -- http://www.yeohhs.com |
|
|
|
|
|
#7 |
|
Expert Programmer
|
I have a question... Lets say me and a friend our writing our own interpreted scripting language for work (to enchance production tremendously) and our "cheap compilation" will encryption. Wehn a user wants to run the script it will simply decrypt and parse the script. How do you think i should go about encrypting these files?
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
|
|
#8 | |
|
Programmer
Join Date: May 2006
Posts: 85
Rep Power: 3
![]() |
Quote:
__________________
Code Forums |
|
|
|
|
|
|
#9 |
|
Newbie
|
Hi msk420,
In the folder, libtomcrypt-1.11, there is a make file, makefile.msvc. You can use VC++ 6.0 (in console window) to build the static library, tomcrypt.lib. After you have built tomcrypt.lib, you can build encrypt.c in the demos folder. Hope this helps in some way. Best Regards, Yeoh
__________________
FREE downloads: Assembly, C, C++, C# and .NET tips, tutorials, source codes and sample eBooks at http://www.yeohhs.com |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|