Earlier quoted context omitted.
how large the amount of daily requests on your service ? just curious
We have about 20k hits a day. Or do you talk about dmca ?
Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
111–120 of 170 posts
Re: Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
#112Earlier quoted context omitted.
On Firefox you can disable this via an about:config setting (set keyword.enabled to false).
ahh cool.. but a binary toggle is a bit to coarse. it would be nice if the input string contains a whitespace, it will perform the search engine query for you automatically, or allow some custom regex expression to determine whether to query search engine.
[1] https://support.mozilla.org/en-US/kb/add-search-bar-firefox-...
Re: Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
#113For JWTs, I agree with this stance, since they are security credentials and therefore basically all of them are sensitive information. I don't discourage online tooling in general. It's a risk/benefit trade-off---No, you shouldn't paste sensitive information into websites run by other people in general, but for non-sensive information where you don't care if the online tool is logging it or not, go for it. There are…
>For JWTs, I agree with this stance, since they are security credentials and therefore basically all of them are sensitive information. As long as it's prod env and your expiration time is somewhat reasonable, then I don't think it is sensitive at all unless you're storing an actual sensitive informations in them.
Re: Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
#114Earlier quoted context omitted.
And a good one too. I'm currently maintaining https://0bin.net , and because we encrypt everything client side, people feel like they can post anything they want. We get some pretty personnal stuff. They really should not. It's a can of worms. We can get compromised. Bought. Receive a court order (we comply with dmca). Or they could be on the wrong URL (typo squatting, phishing...). Don't trust random online services…
> [...] because we encrypt everything client side, [...]. We get some pretty personnal stuff. How do you see what people post? Do you see people talking about it, or do you have other means of determining what kind of content gets posted? Just curious; I'm sure your encryption is on point.
>The goal of 0bin is not to protect the user and their data (including, obviously, their secrets).
>Instead, it aims to protect the host from being sued for the content users pasted on the pastebin. The idea is that you cannot require somebody to moderate something they cannot read - as such, the host is granted plausible deniability.
Honestly, the forwardness is refreshing.
Re: Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
#115Re: Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
#116Re: Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
#117Earlier quoted context omitted.
And a good one too. I'm currently maintaining https://0bin.net , and because we encrypt everything client side, people feel like they can post anything they want. We get some pretty personnal stuff. They really should not. It's a can of worms. We can get compromised. Bought. Receive a court order (we comply with dmca). Or they could be on the wrong URL (typo squatting, phishing...). Don't trust random online services…
> [...] because we encrypt everything client side, [...]. We get some pretty personnal stuff. How do you see what people post? Do you see people talking about it, or do you have other means of determining what kind of content gets posted? Just curious; I'm sure your encryption is on point.
As they say in the FAQ, the encryption is there to provide plausible deniability for the operator of the site, not to protect the users' data.
Re: Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
#118It sounded like the OP had some solid proof but eventually it boils down to "I'm suspicious". It's a valid opinion just not an objective one
Re: Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
#119But using google, slack, skype, gitlab, bitbucket... is fine to send sensitive data?
i hate how when I'm copying + pasting a url to a test or internal environment, to the browser address bar - I may have a typo in there, or an extra space. Bam! The URL just became a google search
It's been nice to use the Firefox setting to have a separate search bar. Your address bar will show more results from your history, which is often what I actually need. Then you can just hit the down arrow to select "Search with x" options.
My only minor quip is that your default search engine will be last in the list.
Re: Why I Actively Discourage Online Tooling like jwt.io and Online JSON Validators
#120I agree with the author. Is it highly unlikely, sure, but it's important to create awareness of the risks associated. At the end of the day, you are sending potentially sensitive data to a third party. Good security posture is all about building habits and I personally don't want myself or my team being comfortable with the idea of pasting code or JSON config files into a third party system. If any of these online to…
* Is it highly unlikely, sure, but it's important to create awareness of the risks associated. At the end of the day, you are sending potentially sensitive data to a third party.* I don't think it is highly unlikely. I think it is highly likely that if you make a habit of using these tools one of them will eventually be compromised. Either through a technical hack, financial pressure, purchase by an immoral entity, o…