代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/411034/11259446
c tcformat.c
/*
Legal Notice: Some portions of the source code contained in this file were
derived from the source code of Encryption for the Masses 2.02a, which is
Copyright (c) 1998-2000 Paul Le Roux and w
www.eeworm.com/read/265403/11264683
c d3des.c
/* D3DES (V5.09) -
*
* A portable, public domain, version of the Data Encryption Standard.
*
* Written with Symantec's THINK (Lightspeed) C by Richard Outerbridge.
* Thanks to: Dan Hoey for
www.eeworm.com/read/148321/12475231
c d3des.c
/* D3DES (V5.09) -
*
* A portable, public domain, version of the Data Encryption Standard.
*
* Written with Symantec's THINK (Lightspeed) C by Richard Outerbridge.
* Thanks to: Dan Hoey for
www.eeworm.com/read/335777/12499808
c d3des.c
/* D3DES (V5.09) -
*
* A portable, public domain, version of the Data Encryption Standard.
*
* Written with Symantec's THINK (Lightspeed) C by Richard Outerbridge.
* Thanks to: Dan Hoey for
www.eeworm.com/read/334528/12595211
c d3des.c
/* D3DES (V5.09) -
*
* A portable, public domain, version of the Data Encryption Standard.
*
* Written with Symantec's THINK (Lightspeed) C by Richard Outerbridge.
* Thanks to: Dan Hoey for
www.eeworm.com/read/201245/15412203
cs aes.cs
using System;
namespace AesLib
{
public class Aes // Advanced Encryption Standard
{
public enum KeySize { Bits128, Bits192, Bits256 }; // key size, in bits, for construtor
priv
www.eeworm.com/read/112885/15474924
c cdes.c
/*
* CDES -- DES encryption package
* options:
* -a key is in ASCII
* -b use key in old style (ie, don't reset parity bit)
* -- default unless key is in ASCII
* -c use CBC (cipher block
www.eeworm.com/read/112300/15489849
c encaps.c
/*
CIPE - encrypted IP over UDP tunneling
encaps.c - do encryption
Copyright 1996 Olaf Titz
This program is free software; you can redistribute it and/or
modify
www.eeworm.com/read/109293/15559981
cs aes.cs
using System;
namespace AesLib
{
public class Aes // Advanced Encryption Standard
{
public enum KeySize { Bits128, Bits192, Bits256 }; // key size, in bits, for construtor
priv
www.eeworm.com/read/106387/15638305
cs aes.cs
using System;
namespace AesLib
{
public class Aes // Advanced Encryption Standard
{
public enum KeySize { Bits128, Bits192, Bits256 }; // key size, in bits, for construtor
priv