Jump to content

protect local html files


Simple.

Recommended Posts

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
Link to comment
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

Link to comment

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...