in reply to Re: finding length of encrypted(binary) string
in thread finding length of encrypted(binary) string

Thanks for your reply. I realized I was not using the

use bytes pragma

in a different place in the program while extracting the encrypted text, and this was causing my program to fail. My program works like a charm now!

  • Comment on Re^2: finding length of encrypted(binary) string