题目内容

以下关于密码体制基本概念的描述中错误的是___________。

A. 密码体制包括加密、解密算法和密钥
B. 加密密钥和解密密钥相同称为对称密码体制
C. 加密密钥和解密密钥不相同称为非对称密码体制
D. 一切秘密寓于加密、解密算法之中

查看答案
更多问题

以下关于非对称加密基本概念的描述中错误的是____________。

A. 非对称加密对信息的加密与解密使用不同的密钥
B. 加密的公钥是可以公开的
C. 对应一个私钥,可以有多个公钥
D. 不能通过公钥来计算出私钥

在Eclipse等集成开环境中输入以下程序代码,注意标识符及关键字的使用。运行测试,修改语法问题并运行,记住此处问题的解决方式,后面的数据类型的转换会给出答案。public class Example01 {public static void main(String[] args) {byte b1 = 3;byte b2 = 4;byte b3 = b1 + b2;System.out.println("b3 = " + b3);}}

可以在定义结构体类型的同时定义结构体变量

A. 对
B. 错

This section is an investigation of microphones , audio signals, and amplifiers, intended to develop your circuit design skills and giving you experience of using the oscilloscope to monitor signals in a circuit.

A. 音频信号
B. 放大器
C. 麦克风
D. 示波器

答案查题题库