JAVA:实现SimpleSubCipher简单子密码算法 package com.thealgorithms.ciphers; import java.util.HashMap; import java.util.Map;