Jump to content

protect local html files


Simple.

Recommended Posts

Posted
3 hours ago, MIKI785 said:

teaEncode/teaDecode

EncodeString/DecodeString *updated functions

 

3 hours ago, Simple. said:

Is there a way to protect a local ( HTML , JS and CSS ) files from cache in client resources file ؟

i tried to protect it using raw data + temporary file but if i delete it, html won't work. Saving files on own website unsafe too

  • Like 1
Posted (edited)
5 hours ago, Simple. said:

Can you please explain?

this function encodes/decodes strings. For example you can read whole file using fileRead and fileGetSize functions (added this on wiki), encode them with password, save client-side. Nobody won't steal decoded file if they don't have password. This method is a little bit better but is unsafe too because you should always keep html file opened to work on client-side. Someone may steal it using common software

Edited by JeViCo
  • Like 1
  • Discord Moderators
Posted (edited)

Inject it using executeBrowserJavaScript

Edited by Pirulax
  • Like 1
Posted
18 hours ago, JeViCo said:

this function encodes/decodes strings. For example you can read whole file using fileRead and fileGetSize functions (added this on wiki), encode them with password, save client-side. Nobody won't steal decoded file if they don't have password. This method is a little bit better but is unsafe too because you should always keep html file opened to work on client-side. Someone may steal it using common software 

 

6 hours ago, Pirulax said:

Inject it using executeBrowserJavaScript 

 

Thanks , I will try

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...