get oroginal password from hash bcrypt code example
Example: bcrypt Password Hashing
BCrypt.with(BCrypt.Version.VERSION_2Y).hashToChar(10, password.toCharArray());
BCrypt.with(BCrypt.Version.VERSION_2Y).hashToChar(10, password.toCharArray());