rossica

Results 14 comments of rossica

@hamidi2 The previous encryption mode employed by Bitlocker before Windows10 is susceptible to targeted manipulation if the attacker knows the plain text. Given that Bitlocker is generally employed on OS...

Wouldn't allowing illegal characters in the file name be a bug in the NTFS filesystem driver, not dislocker? Or is the issue that dislocker is inserting illegal characters in file...

I'm seeing a similar (same?) crash when just typing in the NachoTextView. It happens as early as the second chip, and seems to happen when I type fast or use...

Edit: Actually, I found that by changing this line `mInput.addChipTerminator('\n', ChipTerminatorHandler.BEHAVIOR_CHIPIFY_ALL);` to this `mInput.addChipTerminator('\n', ChipTerminatorHandler.BEHAVIOR_CHIPIFY_TO_TERMINATOR);` my crashes all went away.

I have a fork with transport encryption implemented using the Gazelle encryption library, however, I'm stuck as I can't see any of my debug statements and it's not working. I'm...

Aww, that's unfortunate. I've been working on designing a cryptosystem that doesn't depend on pairing. I'll have a PR for that in the next month or two. On Tue, Jun...

I've been swamped with work and haven't had time yet to code up the new encryption. I'll have time in December to do it. I'll update then. On Thu, Nov...

My design is to closely match the security model of the Gazell Pairing library, but without requiring the receive radios active on the keyboard halves. The downside to this design...

Oh I misunderstood, I thought you said it was workable. Well, since I don't like the idea of a programmable keyboard that doesn't let me use every possible key combination,...

@barneycg, @detegr is correct, the "symbols" that mitosis uses to represent your keypresses are vulnerable to frequency analysis, and an eavesdropper would eventually be able to figure out what keys...