Giter Site home page Giter Site logo

Comments (4)

sijanec avatar sijanec commented on July 26, 2024

A hash would not help. A hash with a nonce would, but it is still not advised to connect to this website from the Internet because it has no SSL. SSL would be just a ridiculous overkill for this project.

A safe connection to the website would be via a SSH tunnel to your host (encrypted).

And remember: if someone else has user access to your host, or if you have a website with many features that is subject to directory traversal and arbitrary file read, make sure to chmod 700 -R . your 2bored2wait directory so others won't be able to read your MINECRAFT ACCOUNT data! There is no way to store a hash of it on the host.

from 2bored2wait.

NBTX avatar NBTX commented on July 26, 2024

@sijanec It's not necessary to implement SSL into the application itself, you can use an NGINX (or some other) reverse proxy that you expose to the public-facing internet which implements SSL.

from 2bored2wait.

NBTX avatar NBTX commented on July 26, 2024

Also, regarding the Minecraft account, I think when you start the application, you should input your Minecraft password into the website.

One feature I may look at implementing is seeing if we can grab the user's authentication token straight from the client by default, so we don't even normally need to enter the password into the file. (Obviously this won't work if you aren't running the server locally, but I imagine this will allow a significant chunk of people to avoid entering their password.)

from 2bored2wait.

MrGeorgen avatar MrGeorgen commented on July 26, 2024

@sijanec It's not necessary to implement SSL into the application itself, you can use an NGINX (or some other) reverse proxy that you expose to the public-facing internet which implements SSL.

good solution

from 2bored2wait.

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.