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.
-
4In the e-waste scenario, it would be necessary to (1) recover the router in sufficient working order to extract its storage, (2) the former owner of the router to re-use the same password in their new router, and (3) have some way to track the disposed router to the original physical location where the new router is installed. This is a fairly unlikely sequence of events to simultaneously be true; it can easily be defeated by the former owner changing the password (good practice anyway), doing a factory reset before disposal, or not disposing it with location identifiers.Miral– Miral2025-08-19 08:11:18 +00:00Commented Aug 19, 2025 at 8:11
-
1And from my experience, 2) involves more effort on part of the former owner then just getting a new password. If owner laziness is enough to stop an attack, it's not a very dangerous attack.Gloweye– Gloweye2025-08-19 08:44:20 +00:00Commented Aug 19, 2025 at 8:44
-
1@Miral: And if an attacker has sufficient resources and motivation to carry out those steps, then the fact the password is stored in an obfuscated-but-reversible manner is unlikely to present much of a challenge to them!psmears– psmears2025-08-19 09:31:10 +00:00Commented Aug 19, 2025 at 9:31
-
And "obfuscated" needs to be "encrypted", else there is no point.schroeder– schroeder ♦2025-08-19 10:05:55 +00:00Commented Aug 19, 2025 at 10:05
-
1@Miral those of us with ISP-provided routers could find ourselves in that position on changing ISP - the old router is (assuming they want it back; I have a couple in my attic that I put there in case they asked for it - years ago) returned, in packaging with the sender's (former user's) address. That's 2 out of your 3. The other - well, if you want all your devices and regular guests' device to seamlessly connect to the new hardware, just set the SSID and password the same and you're done. So it's more likely than you thinkChris H– Chris H2025-08-19 13:09:16 +00:00Commented Aug 19, 2025 at 13:09
|
Show 3 more comments
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