c# Programming Glossary: outputbuffer
query string parameter obfuscation http://stackoverflow.com/questions/3569783/query-string-parameter-obfuscation long value byte key byte InputBuffer new byte 8 byte OutputBuffer unsafe fixed byte pInputBuffer InputBuffer long pInputBuffer.. key using ICryptoTransform Encryptor TDes.CreateEncryptor OutputBuffer Encryptor.TransformFinalBlock InputBuffer 0 8 TDes.Clear return.. InputBuffer 0 8 TDes.Clear return ToHex OutputBuffer static long Decode string value byte key byte InputBuffer..
|