FormBased password
This commit is contained in:
@@ -25,6 +25,8 @@ public class SubStr {
|
||||
public static void main(String[] args) {
|
||||
String browser="Chrome/44.0.2369.0";
|
||||
System.out.println(browser.indexOf('.'));
|
||||
String passwordAlgorithm = "MD5-HEX";
|
||||
System.out.println(passwordAlgorithm.substring(0,passwordAlgorithm.indexOf("-HEX")));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user