文件名称:rotDecryptor
介绍说明--下载内容均来自于网络,请自行研究使用
* Class to encrypt and decrypt Rot-13 messages.
* Single characters are encoded by rotating the ASCII code for the specific character.
* A string of text can be encrypted and decrypted by rotating the ASCII code for the specific text and is displayed on a dialog window.
* The text conversion loop stops when the user enters "quit".-
* Class to encrypt and decrypt Rot-13 messages.
* Single characters are encoded by rotating the ASCII code for the specific character.
* A string of text can be encrypted and decrypted by rotating the ASCII code for the specific text and is displayed on a dialog window.
* The text conversion loop stops when the user enters "quit".
(系统自动生成,下载前可以参看下载内容)
下载文件列表
rotDecryptor\RotDecryptor.java