in reply to generating an encoded text

See pack, unpack, Digest, Crypt::CBC, MIME::Bas64.

Replies are listed 'Best First'.
Re^2: generating an encoded text
by shekarkcb (Beadle) on Dec 21, 2011 at 21:40 UTC
    Thanks for the reply monks. As i am not that good in Perl, it would be great if somebody post some sample code.

    Thanks.

      There is sample code at the top of the documentation of each module that I linked to -- did you look at it? and if yes, which parts did you not understand?