Package org.miaixz.bus.core.codec
Class RotateN
java.lang.Object
org.miaixz.bus.core.codec.RotateN
RotN(rotate by N places),回转N位密码,是一种简易的替换式密码,也是过去在古罗马开发的凯撒加密的一种变体。
代码来自:https://github.com/orclight/jencrypt
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Details
-
RotateN
public RotateN()
-
-
Method Details
-
encode13
-
encode13
-
encode
-
decode13
-
decode13
-
decode
-