Results 1 to 3 of 3

Thread: How to encrypt my url

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2006
    Posts
    43

    How to encrypt my url

    was visit some pages and see http://nhacso.net/Music/News/2008/01/05F64E41/
    Please tell me about how to encrypt same it

  2. #2
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: How to encrypt my url

    2008 looks like a year.
    01 extrapolating is probably a month.
    05F64E41 looks like a hexadecimal number to me.

    It doesn't look encrypted to me. If you want to hide a name I suggest you use a hashing scheme such as SHA1 or MD5. You will then have to store the original file names along with the hashes as they cannot be reversed.

    If you want to use two way encryption I would recommend the use of AES (MCRYPT_RIJNDAEL_256, MCRYPT_RIJNDAEL_192) in the Mcrypt library. You should be more careful here as it will be more open to attack. But to make it more secure you can change the key every 30mins. .
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: How to encrypt my url

    Also see mod_rewrite

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width