public static bool TestAesKey(byte[] bytes, FAesKey key) => IsValidIndex(bytes.Decrypt(key));
public bool TestAesKey(FAesKey key) => !IsEncrypted ? true : TestAesKey(MountPointCheckBytes(), key);