Argentini.Halide.H3Secure.DecryptInt64 C# (CSharp) Method

DecryptInt64() public static method

Triple DES 256 bit long integer (Int64) decryption.
public static DecryptInt64 ( String data ) : Int64?
data String String to decrypt.
return Int64?
        public static Int64? DecryptInt64(String data)
        {
            return DecryptInt64(data, basekey1, iv);
        }

Same methods

H3Secure::DecryptInt64 ( String data, Byte key ) : Int64?
H3Secure::DecryptInt64 ( String data, Byte key, Byte ivec ) : Int64?
H3Secure::DecryptInt64 ( String data, String key, String ivec ) : Int64?