Nicolas Stalder

Results 185 comments of Nicolas Stalder

Just being able to turn off the lookup tables with a feature flag would be great already. I'm very sympathetic to the idea of a self-contained "field implementation" definition in...

OK well since it's close to Christmas and everyone has their wishes... :) Future plans for `salty` (intended to stay focused on Cortex-M4/M33/M35P "on USB dongle with potential to be...

Oh hmm that's https://github.com/dalek-cryptography/ed25519-dalek/issues/80 I guess.

One way of doing this is whenever a release is made, create a new directory and copy everything for that release into it (effectively freezing the directory). I think Piotr...

There is a bug in the current firmware that makes the "visual language" not work in secure keys. This is fixed in the next firmware release.

Yeah credential management is only allowed when PIN is set by the CTAP spec.

I think I only implemented standard TOTP on CLI side, might be that.

The following command sequence works for me on Linux (with dev-builds of firmware + CLI): ``` % solo2 app oath register -c 20 -k hotp -d 8 keepass JBSWY3DPEHPK3PXPJBSWY3DPEHPK3PXP keepass...

You can take any secret you like and base32-encode it. Linux example: ``` % export SECRET=$(head -c 32 /dev/urandom|base32 -w0) % echo $SECRET MBS2D6BLW543YA7XSKFL2BBTJX3WCB5VYHYFCQV7VJK24GVDST6A==== % solo2 app oath register example...

It is. You can omit the trailing equal signs.