I've downloaded and had a read through the code, but I can't get this to work.
Is this right for me?
Basically, i'm transferring information from one site to another and want to encrypt it when it's being sent then decrypt it when it's received.
i.e.
Info produced on site A, encoded, sent via GET to site B, then decoded and displayed.
Is this class right for what I want? |