Beispiel #1
0
        public void Twee_Keer_Niet_Dezelfde_Key()
        {
            string een  = PassHash.GenerateRandomCryptographicKey(64);
            string twee = PassHash.GenerateRandomCryptographicKey(64);

            Assert.NotEqual(een, twee);
        }