Esempio n. 1
0
        public void KeyTransformantion()
        {
            string key            = "10111110101011100001110001001110000010000100100000100011";
            var    transformedKey = AlgorithmFunctions.KeyTransformation(key, 0, EnumProcessType.ENCRYPTION);

            Assert.IsTrue(transformedKey.Length == 48);
        }