Encryption in ge
Posted: Sun Oct 02, 2011 5:52 am
Been working with the openurl trick and now I'm trying to figure out how to encrypt my query string. I know this is pretty advanced but was wondering if anyone had any ideas on how to achieve this in ge. I'm thinking the steps need to go like this:
string->[rotate ancii codes]->[encode to base64]
Also I heard I could encode to base64 with a custom alphabet.
At times like these I wish I could use external libraries for GE haha. But seriously, I've been working all day on this, I did get some simple encryption working but sometimes it screwed up the url too much, which is why I think I need to base64 it for a genuine url. And I know this is extremely advanced probably but I figured I'd go ahead and throw it out there and see if I could get some input.
string->[rotate ancii codes]->[encode to base64]
Also I heard I could encode to base64 with a custom alphabet.
At times like these I wish I could use external libraries for GE haha. But seriously, I've been working all day on this, I did get some simple encryption working but sometimes it screwed up the url too much, which is why I think I need to base64 it for a genuine url. And I know this is extremely advanced probably but I figured I'd go ahead and throw it out there and see if I could get some input.