一.任务详情 0 在Ubuntu中用自己的有位学号建一个文件,教材p186 Example8_8 1.修改p186 Example8_8中代码,密钥password不用手动输入,使用Random产生随机数做密钥. 提交添加的代码和运行结果截图 二.源代码 1.Example8_8类 import java.util.Random; public class Example8_8 { public static void main(String args[]) { Random ran = new…