I am working on implementing the RSA encryption system for a class or mine and to be able to implement it we obviously would need to convert strings to integers and then the reverse of that. Using basic level haskell can someone explain to me how this might be done. I have a function that will tell me the max length that a character code can be for your consideration as well.
Thank you everyone.