I have a users table in the database with a first_name column and a last_name column, I want to obfuscate the names but keep them at the same original length and upper/lower case, so for example, 'Aiden' would be 'Xxxxx' and 'Pierce' would be 'Xxxxxx'
What's the best way to do that?