in reply to Re^5: How to do encryption in perl with aes-128-cbc
in thread How to do encryption in perl with aes-128-cbc

Thanks for the quick replay. let me check the details and let me see what i can understand and what i can do.
  • Comment on Re^6: How to do encryption in perl with aes-128-cbc

Replies are listed 'Best First'.
Re^7: How to do encryption in perl with aes-128-cbc
by saysuri (Initiate) on Aug 30, 2013 at 13:03 UTC

    Thanks for the information.

    I tried tried converting hext o 16 bit string and then used in the code.

    Finally it worked.

    once again thanks for the information.

    you made my day, waiting for this since last 2 days