I'm looking for a way to encrypt user id numbers that are being passed via <a href=""> tags. Basically, rather than have the url read
I would like it to be more like
I've used encryption several times, but I always use Hash with SHA and MD5, but this makes for a very long url, and I just don't like the look of it. Anyone have any ideas?
I would like it to be more like
I've used encryption several times, but I always use Hash with SHA and MD5, but this makes for a very long url, and I just don't like the look of it. Anyone have any ideas?