代码搜索:TripleDES

找到约 97 项符合「TripleDES」的源代码

代码结果 97
www.eeworm.com/read/179401/9358069

cs tripledes.cs

using System; using System.IO; using System.Security.Cryptography; using System.Text; namespace ZYBEncrypt { /// /// 三重DES /// public class TripleDES_
www.eeworm.com/read/420518/10792050

cpp tripledes.cpp

#include #include #include #include #include "TripleDes.h" ////////////////////////////////////////////////////////////////////////// // initial pe
www.eeworm.com/read/420518/10792057

h tripledes.h

enum {ENCRYPT,DECRYPT}; bool Des_Go(char *Out, char *In, long datalen, const char *Key, int keylen, bool Type); //////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/420518/10792114

sbr tripledes.sbr

www.eeworm.com/read/420518/10792127

obj tripledes.obj

www.eeworm.com/read/420518/10792164

sbr tripledes.sbr

www.eeworm.com/read/420518/10792185

obj tripledes.obj

www.eeworm.com/read/199833/7819422

c tripledes.c

/* * Copyright 1997-2005 Markus Hahn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta
www.eeworm.com/read/199833/7819431

h tripledes.h

/* * Copyright 1997-2005 Markus Hahn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta
www.eeworm.com/read/245104/12823173

cs tripledes.cs

using System; using System.IO; using System.Security.Cryptography; using System.Text; namespace ZYBEncrypt { /// /// 三重DES /// public class TripleDES_