Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cr7pt0
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
cr7pt0
6y ago
Make sure you read down on this thread https://news.ycombinator.com/item?id=21884184 there is a lot of misinformation in the top posts that are completely debunked if you read down. Like someone said OnlyKey is an Arduino w
2.
▲
by
cr7pt0
7y ago
The only service I have seen that only allows Yubikeys so far is Vanguard.
3.
▲
by
cr7pt0
7y ago
I think the whole attestation thing is generally a terrible idea. It's not impossible to extract data from secure hardware, right now there is not a lot of incentive to do it because it's not going to get you much, spend a month o
4.
▲
by
cr7pt0
7y ago
Yes software authenticators that use a security key for OTP are a good option. This is what Yubikey does with the Yubikey Authenticator. As with most security things there are tradeoffs to each approach. The pro of a software authenticator
5.
▲
by
cr7pt0
7y ago
There are tokens that support this. OnlyKey has a secure backup feature where you can have an encrypted backup file. If you lose your physical key you would just load the backup file onto a new key and all of your accounts are ready. https
6.
▲
by
cr7pt0
7y ago
If you are looking for a solution that supports FIDO2 and also functions as a hardware password manager (lots of sites still don't even support security keys) check out OnlyKey - https://onlykey.io/ OnlyKey is also ope
7.
▲
by
cr7pt0
7y ago
Here is the long answer to the comment provided above, as mentioned there its probably easier to take a look at the video first, the blue arrow in the video points to the values that change as the buttons are pressed, you will see the four
8.
▲
by
cr7pt0
7y ago
Sure thing. Thanks for reviewing the code, we are always happy to get additional eyes on it. For your major bug I have to disagree about the major part, the RNG works well but yes it could work better, I will put the long answer in your com
9.
▲
by
cr7pt0
7y ago
I wanted to make sure I clearly address these comments, one of the issues in reading a post like this in an online thread is the most upvoted post can also be the most incorrect, and misleading. #1 > The "security" of this devi
10.
▲
by
cr7pt0
7y ago
Yes, OnlyKey appears to the computer/mobile device as a keyboard. That is why it works on all computers and even iPhone/Android with an adapter available in our store - https://onlykey.io/collections/accessori
11.
▲
by
cr7pt0
7y ago
Yes it uses the K20, I think you may be confusing the threat model here. If you grounded the 6 capacitive touch buttons the device would not work at all so there would be no need for an RNG. The RNG is used for things like creating keys, in
12.
▲
by
cr7pt0
7y ago
This is incorrect, a schematic only shows what electronics should contain. It doesn't provide any proof of what hardware actually contains. For that the best way to verify is to visually look at the hardware, we made OnlyKey hardware e
13.
▲
by
cr7pt0
7y ago
Definitely true, anyone who has ever seen proprietary crypto code knows this. Reviewing one file that is 7000 lines long is more straight forward than reviewing 7000 lines of code split in multiple files. It's open source and we will c
14.
▲
by
cr7pt0
7y ago
Sorry to hear that you had issues with the LED. We did receive reports of some user's having issue with LEDs on some computers years back. With the latest OnlyKey hardware there have been no issues reported, you can check out the revie
15.
▲
by
cr7pt0
7y ago
Just wondering, what additional security would you expect from open hardware vs. open software with transparently designed hardware? From a threat modeling perspective it seems that if the device is just using one chip onboard there are no
16.
▲
by
cr7pt0
7y ago
You load the login data to your key using the app, press a button on your OnlyKey and it types any or all of the following: -URL to login page -Username -Password -TOTP To watch setup videos see https://onlykey.io/watch
17.
▲
by
cr7pt0
7y ago
Carrying your own smart cards and smart card reader may work for some use cases but I'm sure you can see why a small key attached to your key chain is a better solution in most cases.
18.
▲
by
cr7pt0
7y ago
It can only store up to 2 passwords, OnlyKey stores 24. For full comparison see https://crp.to/p
19.
▲
by
cr7pt0
7y ago
The delay is 0-2 + 0-2 so yes combining six possible values for a possible delay up to 4ms. The delay inside of an RNG loop obviously does not expose entropy to timing analysis, it does the opposite. As the loop has a small random delay int
20.
▲
by
cr7pt0
7y ago
The .ino file is included in Codacy review and receives a grade of A. You can find that here - https://app.codacy.com/manual/onlykey/OnlyKey-Firmware/dashb... All libraries are included and also receive a gra
21.
▲
by
cr7pt0
7y ago
This is an interesting question. I would like to see more discussion like this in the security community. Of course this question should be proceeded by the question of what actually qualifies as a secure element? Who decides it's secu
22.
▲
by
cr7pt0
7y ago
Thanks I guess... We always review PRs
23.
▲
by
cr7pt0
7y ago
It's interesting that Trezor and Solo are mentioned here. We specifically with OnlyKey decided not to go with an STM chip like the ones used in these devices due to the vulnerability that affects these devices described here - https:&#
24.
▲
by
cr7pt0
7y ago
This backup you speak of is also a feature of OnlyKey. By using a passphrase you can securely backup your OnlyKey. If you lose the key you can just restore from backup to a new key using the secure backup. With OnlyKey you don't have t
25.
▲
by
cr7pt0
7y ago
FYI OnlyKey already supports TOTP for up to 24 accounts. No apps required OnlyKey types the 6 digit code for you.
26.
▲
by
cr7pt0
7y ago
Solo is great, I would personally recommend this key if what you need is a 2nd factor. If you are looking for more features like password management and additional 2FA options then OnlyKey is a good choice.
27.
▲
by
cr7pt0
7y ago
This is the plan, an OnlyKey pro and a small form factor key similar to the Yubikey nano is in development.
28.
▲
by
cr7pt0
7y ago
This product does not meet the same use cases as Onlykey, USB armory not being portable, waterproof, and durable is not something that will fit most users needs.
29.
▲
by
cr7pt0
7y ago
FYI OnlyKey already supports ed25519 with their SSH agent https://docs.crp.to/onlykey-agent.html#supported-curves
30.
▲
by
cr7pt0
7y ago
Like literally the first post issue is completely incorrect, thats one of the issues in reading a post like this in an online thread, literally that user copied part of but not all of the function that is used for RNG. The part they copied
More ›