⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.java

📁 java中加密解密的用法全例子!这个对于爱好java的朋友对加密解密的学习很有用
💻 JAVA
字号:
package encryptandunencrypt.readme;

public class ReadMe {
    public ReadMe() {
    }
    /*
     0:
     need to encrypt file path= "bo" + fenge + "unencrypt" + fenge +"bnavie_exp.xml";
     need to unencrypt file path= "bo" + fenge + "encrypt" + fenge + "bnavie_exp_enc.xml";
     1:
     if you choosed the unencrypt button,then the fileChooser will remark you to choose the file bnavie_exp_enc.xml in
     encrypt folder to performe the unzip file whose name is bnavie_exp.xml
     2:
     if you choosed the encrypt button,then the fileChooser will remark you to choose the file bnavie_exp.xml in
     unencrypt folder to performe the zip file whose name is bnavie_exp_enc.zip
     */
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -