![]() |
| | #1 |
| Registered User Join Date: Feb 2010
Posts: 3
| need simple file encryption library I need simple file encryption library to encrypt files with symmetric key and decrypt them. I went through open ssl and its too confusing.I just need simple library to perform just file encrypt and decrypt. I am new in C, just done programming in java/php before. Thanks all Akaash Edit/Delete Message |
| akaash19 is offline | |
| | #2 |
| Registered User Join Date: Jan 2010
Posts: 238
| XOR cipher - Wikipedia, the free encyclopedia That's about as simple encryption method as you can get I think |
| _Mike is offline | |
| | #3 |
| Registered User Join Date: Feb 2010
Posts: 3
| Thanks a lot for your reply. However i needed a library with functions to encrypt and decrypt.I am naive to C programming. Regards akaash |
| akaash19 is offline | |
| | #4 | ||
| C++ Witch Join Date: Oct 2003 Location: Singapore
Posts: 12,459
| Quote:
Quote:
__________________ C + C++ Compiler: MinGW port of GCC Build + Version Control System: SCons + Bazaar Look up a C/C++ Reference and learn How To Ask Questions The Smart Way | ||
| laserlight is offline | |
| | #5 |
| Registered User Join Date: Feb 2010
Posts: 3
| I wok in java/php. i just need to build a code in c to encrypt and decrypt files. I could have used tools to do the encryption jobs,but the code has to do it itself automatically. Its not learning exercise.and i believe there is no need for me to dive into creating my encryption code which can not be promised to be flawless.why not use whats available and tested. Regards sumit |
| akaash19 is offline | |
| | #6 | |
| C++ Witch Join Date: Oct 2003 Location: Singapore
Posts: 12,459
| Quote:
I hope that you are aware that encryption is usually just one piece of the security puzzle, and that you have some knowledge to appropriately pick an encryption algorithm and encryption mode, and use the library correctly in your program.
__________________ C + C++ Compiler: MinGW port of GCC Build + Version Control System: SCons + Bazaar Look up a C/C++ Reference and learn How To Ask Questions The Smart Way | |
| laserlight is offline | |
| | #7 | |
| Registered User Join Date: Dec 2009 Location: Henderson, NV
Posts: 887
| Quote:
| |
| jeffcobb is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help With Header library file.. | kensam | C Programming | 8 | 01-27-2010 01:39 PM |
| Formatting a text file... | dagorsul | C Programming | 12 | 05-02-2008 03:53 AM |
| Game Pointer Trouble? | Drahcir | C Programming | 8 | 02-04-2006 02:53 AM |
| airport Log program using 3D linked List : problem reading from file | gemini_shooter | C Programming | 3 | 03-04-2005 02:46 PM |
| System | drdroid | C++ Programming | 3 | 06-28-2002 10:12 PM |