HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cybergibbons

no profile record

comments

cybergibbons
·قبل 5 سنوات·discuss
The problem is, people are using solely what3words for location. Every single call recording to emergency services doesn't use any other information.

The odds are around 1 in 24 that you hit one of these squares in London.
cybergibbons
·قبل 5 سنوات·discuss
Yeah, that's not true.

https://cybergibbons.com/security-2/why-what3words-is-not-su...
cybergibbons
·قبل 5 سنوات·discuss
Yes, that's pretty much the definition of incorrect.
cybergibbons
·قبل 5 سنوات·discuss
Old skool! Those were the days :)
cybergibbons
·قبل 5 سنوات·discuss
A design requirement of the app is it works offline.
cybergibbons
·قبل 5 سنوات·discuss
Your surface area is totally incorrect.
cybergibbons
·قبل 5 سنوات·discuss
Only with a ridiculously long word list containing plurals and words people can't spell.
cybergibbons
·قبل 5 سنوات·discuss
Yeah, multiple MRT members have contacted me to say this is a real struggle. If someone is on the move, it's virtually impossible to work out what direction they are going.
cybergibbons
·قبل 5 سنوات·discuss
It's promoted for use in search and rescue, so other bands are in use.
cybergibbons
·قبل 5 سنوات·discuss
Why 3 words? Why not 4?
cybergibbons
·قبل 5 سنوات·discuss
You would still get high densities of cells which share two words being present close together, leading to any issue with the third word causing a confusing location.
cybergibbons
·قبل 5 سنوات·discuss
No, I went from the patent and using the API instead:

https://twitter.com/cybergibbons/status/1386344576856825858

https://twitter.com/cybergibbons/status/1386393951276609539

https://twitter.com/cybergibbons/status/1386867562554793984

https://twitter.com/cybergibbons/status/1387164507705860097
cybergibbons
·قبل 5 سنوات·discuss
The word list already is 40k long. That's beyond most people's vocab and includes really awkward to spell words.

IMO, if the solution is to use words, then What4Words would have had a word list of less than 3000, resulting in a word list with less confusable words and more accessible to children and people who struggle to read or write.
cybergibbons
·قبل 5 سنوات·discuss
Two reasons: 1. It needs to be reversible so you can go from words to lat/lon. 2. They wanted to use shorter words in cities, so the distribution of low n didn't want to cover the full range of m. (this could probably be solved by some sort of banding though).
cybergibbons
·قبل 6 سنوات·discuss
Yes, sorry, added that bit on my phone when out and about and made a mistake. Corrected.
cybergibbons
·قبل 6 سنوات·discuss
RTCs are actually quite rare, especially in a lot of the lower power RF SoCs.

Drift would also be an issue - most move at least 10 minutes a year. That's with good temperatures, not being left in a hot car or at body temp.

If you could solve the drift issue then it would be pretty good I think, it's an interesting idea.
cybergibbons
·قبل 6 سنوات·discuss
Is CTR more common?
cybergibbons
·قبل 6 سنوات·discuss
I've added a section on padding oracle attacks towards the bottom.

I don't think there's a significant different in ease of understanding between most of the modes. I used CBC as it's one of the most common and familiar modes, and because it's where I have seen this issue many times. I don't see CTR used in the wild very often.

I also tend to use CBC for other demos as well, so it makes things consistent.
cybergibbons
·قبل 6 سنوات·discuss
I considered using a padding oracle attack in the post, but it's aimed at a very basic level of understanding. I find padding oracles are much harder to describe to newcomers.

Also, the XOR malleability issue is present in lots of block modes of operation.