I wouldn't split the key because as another comment noted, you don't need all the pieces to brute-force the rest. Rather I would have several "keys" that when you XOR them all together, you get the real key. That way, any piece is useless without all the rest.
Unless, this is what you meant by "split" in which case I agree.
Unless, this is what you meant by "split" in which case I agree.