Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Obfuscate Text in HTTP Post
#2
Well PHP as far as I know, has only base64_encode() and base64_decode(), the functions encode text to base64 and decodes it back to original string.
However, base64 text is longer then real text, the data being sent to the server will be larger, if you don't care about that you can use those functions.
Encoding Strings to Base64
VB.NET Base64 Encoder and Decoder
base64_encode()
base64_decode()

On the other hand, you can write your own encoding/decoding function in PHP and C#/VB.NET.
Take a look at this pages and see how other try to do it, learn from it.
http://stackoverflow.com/questions/12890...nd-decrypt
http://strugglingdevelopers.blogspot.com...n-php.html
http://www.osix.net/modules/article/?id=606
http://stackoverflow.com/questions/26351...e64-encode
http://www.php.net/manual/en/refs.crypto.php
Reply


Messages In This Thread
Obfuscate Text in HTTP Post - by cipherwar - 05-04-2011, 02:37 AM
RE: Obfuscate Text in HTTP Post - by Gaijin - 05-04-2011, 04:57 AM
RE: Obfuscate Text in HTTP Post - by milopeach - 05-04-2011, 05:00 AM
RE: Obfuscate Text in HTTP Post - by KoBE - 05-04-2011, 07:04 AM
RE: Obfuscate Text in HTTP Post - by cipherwar - 05-04-2011, 07:35 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  TextBox2.Text | Transfer Text to ListBox Die 3 2,622 01-02-2012, 06:09 PM
Last Post: AceInfinity
  Text Converter. Turn your text upside down! Red X 29 8,195 08-01-2011, 07:46 AM
Last Post: Red X

Forum Jump:


Users browsing this thread: 2 Guest(s)