You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
Thank you for the response. Why do you think Posterous et al allow their callers to expose a key in the clear? I can only guess they did some cost/risk tradeoff and decided it was okay to allow. Other APIs, such as from Twitter and Twilio, only appear to offer secure endpoints.codingoutloud– codingoutloud2012-02-25 02:10:13 +00:00Commented Feb 25, 2012 at 2:10
-
2Regarding "how much will it cost you if someone steals data from company a or company b - if its more than the cost of buying a cheap SSL cert then it's justified." Respectfully, I do not believe a proper model can be that simple. Is it not also a function of the probability of compromise? This was the thrust of the question "How does one reason about the associated risk?"codingoutloud– codingoutloud2012-02-25 05:07:52 +00:00Commented Feb 25, 2012 at 5:07
-
I would add that one does not neccersarrily need to buy cert authority signature if one gives a self signed cert to the admin of the other server via a side channel (if the companies are setting up private communications channels in some sort of simple partnership). If it's a lot of different servers calling the endpoint like for twitter then this becomes unfeasible to manage in most cases (it can be done).ewanm89– ewanm892012-02-25 12:31:36 +00:00Commented Feb 25, 2012 at 12:31
-
2The simple point I was trying to make was does the cost of losing information out way the cost of securing it. In most cases, it's far cheaper to secure it in the first place than to deal with disaster recovery (including tarnished reputation) if data is breached.Colette Chamberland– Colette Chamberland2012-02-25 16:26:44 +00:00Commented Feb 25, 2012 at 16:26
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you