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