()
| 39 | } |
| 40 | |
| 41 | public static String getwords() { // 明文关键字 |
| 42 | File f = new File( BurpExtender.getPath() ); |
| 43 | String encodemode = FileGetValue(f,"words"); |
| 44 | return encodemode; |
| 45 | } |
| 46 | |
| 47 | public static String getnotwords() { // 加密关键字 |
| 48 |
no test coverage detected