-
Made a short summary for a paper on Bluetooth MITM attacks, you can read the whole paper [here](https://github.com/ericcornelissen/NervousFish/files/986383/bluetooth.mitm.pdf) (pdf).
TL;DR: Bluetoo…
-
There are a number of naming and package-structure changes that probably need to happen at some point, but they'll be somewhat invasive and touch a lot of code, and I'd like to get some discussion and…
bford updated
7 years ago
-
When Alice grants access to Bob from a device, Alice should be giving access to all of Bob's devices.
Depends on
https://github.com/uProxy/uproxy/issues/702
https://github.com/uProxy/uproxy/issues/70…
-
Don't think I want to waste too much time on hacking the kernel to make the crappy chinese radio work with UVC devices any more. Its performance stank, and it also messed up the timestamps to such a s…
-
Azure site returns error message "The specified CGI application encountered an error and the server terminated the process." if SSL certificate is set in in Main() for Kestrel as follows:
```
var ap…
-
**TL;DR**
Possibilities:
1) Backup Codes: at sign up people get a few backup codes to download. In case they lose their password they can use it. The problem with this is if people lose their pass…
-
![fca6](https://cloud.githubusercontent.com/assets/25880301/23395516/fe288af8-fdc9-11e6-8884-4f8f7d1ffd76.png)
This packet tokenizer unknown switch FCA6 issue appear for idRO new Chaos after the se…
-
This is a big one, but I'm interested in help and suggestions on how to move this library to support C# 5 async and Task based returns. Ideally every existing Method XxxxXxx() would have an accompanyi…
-
Running test.js I get an Invalid thingID/response pair error message.
Test.js looks like this after running it once:
```
var ThingAPI = require('./thing-client')
;
new ThingAPI.ThingAPI(
{ stewar…
-
The Weil pairing implementation in Sage is horribly inefficient when the group order n is a cryptographically large composite integer.
The implementation is based on Miller's algorithm, which in it…