> Something that makes the key unique is the fact that both its software and hardware are open source Aren't SoloKeys [1] also open hardware and software? Or is the Tillitis key more general purpose and thus not in the same category? [1] https://solokeys.com/
My understanding is that it's both a more general platform (targeting more than 2FA) and also uses an FPGA running open-source code, so that the "secure enclave" functionality can be inspected and found to be secure, rather than just trusting NXP/ARM's chip as SoloKeys have done.
Tillitis Key – Mullvad spin-off inspired by measured boot and DICE
91–100 of 123 posts
Re: Tillitis Key – Mullvad spin-off inspired by measured boot and DICE
#92Are you aware of Trussed, an initiative by SoloKeys and Nitrokey? https://solokeys.com/blogs/news/trussed-announcement / https://trussed.dev/ From what I understand, this is an API to write applications against a common interface, which can run on different hardware devices. An abstraction layer for security key apps. Similar to Java Card, but in a more modern way. Is this something that would or could be compatible…
Re: Tillitis Key – Mullvad spin-off inspired by measured boot and DICE
#93> Something that makes the key unique is the fact that both its software and hardware are open source Aren't SoloKeys [1] also open hardware and software? Or is the Tillitis key more general purpose and thus not in the same category? [1] https://solokeys.com/
My understanding is that it's both a more general platform (targeting more than 2FA) and also uses an FPGA running open-source code, so that the "secure enclave" functionality can be inspected and found to be secure, rather than just trusting NXP/ARM's chip as SoloKeys have done.
If you want to power your key via NFC (tap to phone to authenticate), you need a micro which consumes very little, powers up quickly and can do a signature before the FIDO protocol times out. I'm not sure this is currently possible with a FPGA, but maybe it is.
Re: Tillitis Key – Mullvad spin-off inspired by measured boot and DICE
#94Earlier quoted context omitted.
FTR SoloKeys targets FIDO2, not just U2F
The TillitisKey should be able to be used for FIDO2, as a TOTP generator etc. Right now there is a SSH agent application, which allows you to sign in by touching the device. Personally I'm very excited to see what applications will be developed at the hackathon at the OSFC conference, and onwards. We have had people at the conference showing interest in trying to write applications in Rust. I will try and implement a…
Re: Tillitis Key – Mullvad spin-off inspired by measured boot and DICE
#95Are you aware of Trussed, an initiative by SoloKeys and Nitrokey? https://solokeys.com/blogs/news/trussed-announcement / https://trussed.dev/ From what I understand, this is an API to write applications against a common interface, which can run on different hardware devices. An abstraction layer for security key apps. Similar to Java Card, but in a more modern way. Is this something that would or could be compatible…
Re: Tillitis Key – Mullvad spin-off inspired by measured boot and DICE
#96Earlier quoted context omitted.
The Tillitis Key is a new kind of USB security key inspired by measured boot and DICE. Tillitis Key’s design encourages developers to experiment with new security key applications and models in a way that makes adoption easier and less risky for end-users. It offers both security and flexibility by being end-user programmable while also preventing applications loaded onto the device from knowing each other’s secrets.…
@kfreds thank you for the response, and the commitment you have for this project. >> ... this is basically like a yubikey ... > ... new kind of USB security key ... The things you have listed are indeed very nice, but they are not new kind, as they are available elsewhere. Can you give a bit more compare and contrast to the original question? Again, thank you.
Re: Tillitis Key – Mullvad spin-off inspired by measured boot and DICE
#97Re: Tillitis Key – Mullvad spin-off inspired by measured boot and DICE
#98Re: Tillitis Key – Mullvad spin-off inspired by measured boot and DICE
#99Am I right in thinking that this is basically like a yubikey except with openness as key differentiator? Or is it’s function something else ?
The Tillitis Key is a new kind of USB security key inspired by measured boot and DICE. Tillitis Key’s design encourages developers to experiment with new security key applications and models in a way that makes adoption easier and less risky for end-users. It offers both security and flexibility by being end-user programmable while also preventing applications loaded onto the device from knowing each other’s secrets.…
To clarify, this secret does not affect the program's hash, right? (e.g. to prove liveness, the parameter is a nonce to be signed with a deterministic private key)
Re: Tillitis Key – Mullvad spin-off inspired by measured boot and DICE
#100So basically a pluggable HSM? Curious if this should be considered more similar to the Yubi HSM 2 [0] (think dedicated HSM, not very useful for anything else but very secure) or the USB Armory [1], very adaptive small arm SBC with a USB port? [0] https://www.yubico.com/product/yubihsm-2/ [1] https://inversepath.com/usbarmory
Or CrypTech: https://cryptech.is/ There are things developed by the CrypTech project I would like to try and reuse for TillitisKey.