Re: Encrypt a text file in Openssl

2013-03-22 Thread Taraniteja Vishwanatha
Refer to this link: http://bbs.csdn.net/topics/380163925 Tarani On Fri, Mar 22, 2013 at 3:15 PM, Jevin Sonut wrote: > Can anyone post a sample code how to load and break a text file and > prepare the text to be encrypted using AES or DES > > thanks > > -- > > From:- > Shanil J.S >

Re: Encrypt a text file in Openssl

2013-03-22 Thread Matt Caswell
See: http://wiki.opensslfoundation.com/index.php/EVP http://wiki.opensslfoundation.com/index.php/EVP_Symmetric_Encryption_and_Decryption http://wiki.opensslfoundation.com/index.php/EVP_Authenticated_Encryption_and_Decryption Matt On 22 March 2013 19:15, Jevin Sonut wrote: > Can anyone post a sa