Giter Club home page Giter Club logo

Comments (7)

kimw avatar kimw commented on June 26, 2024

For better exchange, I guess.

The base64 encoded string is simple to handle because it's all in human readable characters. Which means, it can be handled by any electronic device.

from shadowsocks-org.

madeye avatar madeye commented on June 26, 2024

The short story is we don't want the URL to be searchable, which seems not necessary today.

Then, it's been fixed via SIP002, #27 (comment)

from shadowsocks-org.

Mygod avatar Mygod commented on June 26, 2024

from shadowsocks-org.

riobard avatar riobard commented on June 26, 2024

I don't get it. The base64 encoded "URI" still has the ss:// scheme prefix, so still searchable?

Just finished reading SIP002. Feels like this is still a work-in-progress? What's the plan? I was working on simplifying the command line arguments. Instead of taking separate arguments for cipher/password/host/port, it could take a plain URL as a whole, e.g.

go-shadowsocks2 -c ss://aes-128-gcm:your-password@[server_address]:8488

and then I'm puzzled by the base64-encoded format.

from shadowsocks-org.

madeye avatar madeye commented on June 26, 2024

@Mygod has finalized the new schema in this comment: #27 (comment).

Now, only the cipher name and password are encoded in URL-safe BASE64 in case we need to support key file directly in the URL.

from shadowsocks-org.

madeye avatar madeye commented on June 26, 2024

@riobard Hmm, most of search engine doesn't support search the URL schema directly, e.g. https://www.google.com.hk/search?q="ss%3A%2F%2F".

Anyway, I agree it's not necessary at all.

from shadowsocks-org.

riobard avatar riobard commented on June 26, 2024

I see. Let's continue the discussion under SIP002.

from shadowsocks-org.

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.