So far i need to generate 6 length random key from given string I assume given string is always unique. With that i cant to plain so i need to encrypt into some 6 length random
String plainText = "please random me ";
String password = "secret Key";
String s = someMagicalFunction(plainText,password)
// s = "a23De1"