Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > How to Hide file link

Reply
Thread Tools

How to Hide file link

 
 
Lee Jong Sung
Guest
Posts: n/a
 
      07-07-2003
Hi

I have to hide my file link, so I use 'iframe'.
( In iframe, use script to insert file link value at parent window's script
variable)

However It's easy to find the file link value!!
(If someone see the iframe's source)

Is there more powerful way for hiding?
Or using iframe more well?

Thanks.


 
Reply With Quote
 
 
 
 
Lee Jong Sung
Guest
Posts: n/a
 
      07-07-2003
Yes, you're right.
but isn't there some way to make hard to know the link value ?
I just like to bother some one to try find it.

Can you tell me hint or something of encrytion in PHP and decreiption at
Javascript?
I think it's a good way for me.

Or anyother ideas?


"rf" <> wrote in message
news:VucOa.1122$...
>
> "Lee Jong Sung" <> wrote in message
> news:beb8ed$aea$...
> > Hi
> >
> > I have to hide my file link, so I use 'iframe'.
> > ( In iframe, use script to insert file link value at parent window's

> script
> > variable)
> >
> > However It's easy to find the file link value!!
> > (If someone see the iframe's source)
> >
> > Is there more powerful way for hiding?
> > Or using iframe more well?

>
> There is no way to hide anything.
>
> Cheers
> Richard.
>
>



 
Reply With Quote
 
 
 
 
Richard Cornford
Guest
Posts: n/a
 
      07-08-2003
"Lee Jong Sung" <> wrote in message
news:becvu9$b9l$...
>Yes, you're right.
>but isn't there some way to make hard to know the link
>value ? I just like to bother some one to try find it.


The most extreme attempts to conceal information in web pages take just
10 minutes to reverse (often much less). So it's no bother.

Extraction information such as the SRC attributes of IFRAME tags is even
easier. For example, the javascript: URL:-

javascript:void (function(){var
s='';n=document.getElementsByTagName('iframe');for (var
c=n.length;c--{s+=n[c].src+'\n';}alert(s);}());

- can be bookmarked and then executed in any page and will list the -
src - attributes of all IFRAME elements on the page. Similar approaches
might list all of the location.href values for each item in the frames
collection, or the href of all links in the document.links collection
and so on. That is all getting the browser to tell you about its current
state so any source encoding/decoding is completely side-stepped. (The
list can also be displayed in a new window for easy cut-n-paste and an
IE specific javascript URL could put the list in the clipboard for easy
copying).

>Can you tell me hint or something of encrytion in PHP and
>decreiption at Javascript?
>I think it's a good way for me.


You would turn a page that does not need to be JavaScript dependent into
a page that is JavaScript dependent but you will not be doing anything
useful towards acheaving your stated goal.

> Or anyother ideas?


If you don't want the user of a web browser to know something your
_only_ option is not to send that information to them.

Richard.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Show Details/Hide Details link button =?Utf-8?B?Sm9l?= ASP .Net 1 03-13-2006 04:51 PM
RE: Link Link Link =?Utf-8?B?REw=?= Windows 64bit 0 05-17-2005 12:15 PM
Re: Link Link Link DANGER WILL ROBINSON!!! Kevin Spencer ASP .Net 0 05-17-2005 10:41 AM
[HIDE LAN] Hide a part of hosts into the LAN at VPN users? Paolo Bresi Cisco 1 04-04-2005 02:41 PM



Advertisments