R
Rob
Hi all,
I'm very new to cryptography, and thus far have managed to created
password hashes using a salt value and an sha1 hash etc...
What I want to do now is encrypt some data that I am forced to send via
the querystring, but, obviously I'm going to need to decrypt it again
once received...I would like this functionality to be reused wherever
possible, so it wont be for just querystring data but thats the example
in this question.
Can anyone suggest to me where I should look for this, I've not found a
whole load of easy to follow examples on Google so hoped you may be
able to help...
Would RSA be the way to go?
Any info appreciated..
Regards
Rob
I'm very new to cryptography, and thus far have managed to created
password hashes using a salt value and an sha1 hash etc...
What I want to do now is encrypt some data that I am forced to send via
the querystring, but, obviously I'm going to need to decrypt it again
once received...I would like this functionality to be reused wherever
possible, so it wont be for just querystring data but thats the example
in this question.
Can anyone suggest to me where I should look for this, I've not found a
whole load of easy to follow examples on Google so hoped you may be
able to help...
Would RSA be the way to go?
Any info appreciated..
Regards
Rob