Update README.md

vtcsec_summit
Conor Patrick 2016-03-30 23:15:56 -04:00
rodzic 0a81205b06
commit e3be28b258
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -92,14 +92,14 @@ a good source of entropy can be useful.
Generate random numbers from the device: Generate random numbers from the device:
```python ```bash
cd tools/u2f_zero_client cd tools/u2f_zero_client
./client.py rng # output randomness at about 1400 bytes/s ./client.py rng # output randomness at about 1400 bytes/s
``` ```
Update the seed with user supplied data: Update the seed with user supplied data:
```python ```bash
cd tools/u2f_zero_client cd tools/u2f_zero_client
cat /dev/random | ./client.py seed # update seed at about 410 bytes/s cat /dev/random | ./client.py seed # update seed at about 410 bytes/s
``` ```