Code Monkey home page Code Monkey logo

Comments (2)

oleteacher avatar oleteacher commented on May 26, 2024 1

Search and read the issues, maybe what you need:

#140

from staticrypt.

robinmoisson avatar robinmoisson commented on May 26, 2024

Hi @g4spow,

Thanks for opening the issue. I think I'm not understanding your situation completely, let me know what I got right: you have an HTML page at a public URL with vue.js that fetches a json file located at a secret URL. You are encrypting the HTML page, so the URL of the JSON file isn't shown when you visit the encrypted HTML public URL.

The password you set for encryption is empty, so anyone who visits the page just has to click on button to decrypt the file. And you'd want for the file to decrypt automatically without any user interaction? This is where I'm a bit lost, why encrypt the file in the first place if it auto-decrypts by itself for everyone - don't you want to just let the HTML file unencrypted then?

Some context on who you want to protect the file from, what type of users you want to be able to see the file and how you are sharing the link might be useful to understand your use case.

Otherwise the couple of blanket suggestions I have would be sharing an auto-decrypt URL as @oleteacher suggested (thanks @oleteacher!), which works with an empty password too, or else having your users check the Remember-me checkbox so it auto-decrypts next times.

Feel free to let me know if that fits the bill for you or if I'm missing something.

from staticrypt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.