def _serial_sanitizer(instr):
    '''
    Replaces the last 1/4 of a string with X's
    '''
    length = len(instr)