On Sat, Mar 9, 2013 at 9:13 AM, Ramesh Kumar <[email protected]> wrote: > > Hey Friends, > > I’m about to complete my final year project based on Linux. In that I am > trying to initialize communication between two systems on the network. > > To begin this process, one needs to do encryption and decryption algorithm
Until here everything sounded fun and cool. > using the Shell script. These four words ruined it for me. Either I am understanding wrong or your approach is wrong. You *never *use shell script to implement cryptographic algoritms. You can use it to chain together an array of tools to accomplish your goals. Like others have mentioned, take a look at openssl. Sincerely, A. Narendiran _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
