|
|
|
|
|
by Uwqye2134trf
2160 days ago
|
|
When I work on embedded Linux stuff I sign my packages. Shipping hardware as opposed to software allows secure deployment of pre-shared keys which can be trusted. Even if someone hacks our automatic updates server (not too unlikely, it's some shared hosting), devices we have sold won't trust the modified packages because 512-bit ECDSA signature won't match the public key they have pre-deployed. |
|
1. Why ECDSA?
2. Why a 512-bit prime for the curve?