Url parameter Encoding and encryption

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rsuyambu
    New Member
    • Feb 2007
    • 1

    Url parameter Encoding and encryption

    How to encrypt URL Address ?

    Now i 'm play about PHP language .
    and now i want ot know how to " advance url display "
    like encrypt URL Address in browser ( IE , Opera , others )

    like Display ::





    it 's not show surname file ( .php .asp .html .others )
    Anyone can suggest me ? sir


    Thank you for advance

    Suyambulingam
  • Ganon11
    Recognized Expert Specialist
    • Oct 2006
    • 3651

    #2
    Moving this thread to the PHP forum...

    Comment

    • ronverdonk
      Recognized Expert Specialist
      • Jul 2006
      • 4259

      #3
      There are several classes available at phpclasses.org that handle this url encryption. See this one Class: Secure URL 2.0
      Originally posted by class doc
      This class can be used to encrypt the values of the parameters passed in the URLs of links.

      The class uses encoder to encrypt URL parameters.

      It uses PHP output buffer capture support to automatically process the URLs of the links and forms of the current page.

      An optional filter may be specified to restrict the URLs that are altered by the class.

      When the current page using the class is loaded, it decrypts the parameter variables and updates the respective global variables.
      Ronald :cool:

      Comment

      • Motoma
        Recognized Expert Specialist
        • Jan 2007
        • 3236

        #4
        You may also want to take a look at the apache module mod_rewrite.

        Comment

        Working...