How To Protect Files?

12 replies
Hi,

I'm creating an online site that I will give access to by password.

There was quite a bit of programming that went into the functionality that the site has.

Can anyone tell me how I can protect the source code and the .js files that the index page calls? After all the work that went into this, I don't want someone else to be able to imitate the functionality on my site just by copying my source code.

Thank you,
Bob
#files #protect #security #source code
  • Profile picture of the author AdFocus
    Here's a way you can use .htaccess to protect server-side pages:

    .Htaccess Guides: Password Protecting Files, SSI-Developer.net
    {{ DiscussionBoard.errors[3701716].message }}
  • Profile picture of the author WPpro
    Originally Posted by bob dorris View Post

    Hi,

    I'm creating an online site that I will give access to by password.

    There was quite a bit of programming that went into the functionality that the site has.

    Can anyone tell me how I can protect the source code and the .js files that the index page calls? After all the work that went into this, I don't want someone else to be able to imitate the functionality on my site just by copying my source code.

    Thank you,
    Bob
    You cannot prevent anyone of taking your JS code and using it. Any competent developer can readily get it from your site. So don't worry about it since there's nothing you can do about it.
    {{ DiscussionBoard.errors[3714478].message }}
  • Profile picture of the author oknoorap
    just use javascript packer, but don't protect your html code, keep pure, its affects with google robots.
    {{ DiscussionBoard.errors[3725708].message }}
    • Profile picture of the author Jay Rhome
      Originally Posted by oknoorap View Post

      just use javascript packer, but don't protect your html code, keep pure, its affects with google robots.
      Can you protect inside pages and leave pages you want indexed without such coding?

      Personally, I'm not really looking to protect the pages from being copied, but I want to prevent html sites to be copied as a whole, which would show all my inside pages with I don't want to share.
      {{ DiscussionBoard.errors[3737724].message }}
  • Profile picture of the author digitalguy
    It is often required to protect files containing important financial data or text or images intended for private access only. Despite the fact there are many software solutions offering password protection for files, most of them offer only data encryption cycle.
    {{ DiscussionBoard.errors[3738162].message }}
  • Profile picture of the author Alvasin
    System Protect is a free, easy-to-use computer protection software that helps keep your operating system stable and protected. Prevent deletion of important programs, files and folders caused by viruses, antivirus/antispyware programs, other users on your computer such as kids, or unintentional removal.
    {{ DiscussionBoard.errors[3747745].message }}
  • Profile picture of the author soharox
    use some java scipt
    {{ DiscussionBoard.errors[3748100].message }}
  • Profile picture of the author bob dorris
    Hi Soharox,

    It's the java script files that I'm trying to protect!
    {{ DiscussionBoard.errors[3748175].message }}
  • Profile picture of the author rulez05
    decrypt your java script simple as that..
    {{ DiscussionBoard.errors[3763108].message }}

Trending Topics