You are designing security for an IoT device application. What best practices should you include in your design?
Use a public private key pair for each device. Keep the public key secret.
Use a public key for each device. Keep the public key secret.
Use a private key for each device. Keep the private key secret.
Use a public private key pair for each device. Keep the private key secret.