摘要: 凯撒加密: 通过移动字节的位置进行加密 public static void main(String[] args) { String input="hello world"; //向右移动 int key =3; //转换字节数组 char[] chars=input.toCharArray(); 阅读全文
posted @ 2020-06-25 20:31 Money131 阅读(175) 评论(0) 推荐(0)