You can secure encryption keys with dual control using the create encryption key command.
If you specify create encryption key with dual_control, but do not specify a user password, the encryption key is protected by the master key and the dual master key.
If you specify with dual_control and include a user-specific password, the encryption key is protected by the master key and the user password.
create encryption key Reallysecret with init_vector random dual_control
create encryption key k3 with passwd 'Whybother' dual_control