代码搜索:Encrypt

找到约 3,742 项符合「Encrypt」的源代码

代码结果 3,742
www.eeworm.com/read/113416/15456436

txt readme.txt

Simple Encrypt written by John Aaron This encryption only works with strings of text and runs very quickly, and can be configured to not only use a password you provide but also tell it where in the
www.eeworm.com/read/109479/15556210

txt copy of source.txt

Private-Key Encryption Private-key encryption algorithms use a single private key to encrypt and decrypt data. You must secure the key from access by unauthorized agents because any party that has
www.eeworm.com/read/109479/15556211

txt source.txt

Private-Key Encryption Private-key encryption algorithms use a single private key to encrypt and decrypt data. You must secure the key from access by unauthorized agents because any party that has
www.eeworm.com/read/184725/9082583

c des_enc.c

/* crypto/des/des_enc.c */ /* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@mincom.oz.au)
www.eeworm.com/read/226944/14446028

c client.c

#include "mysocket.h" #include "tcp_connect.h" #include "des.h" /*loacl variables*/ static des_context ctx;//des加密算法函数使用到的上下文 static char des_key[8] = {0x20,0x05,0xAF,0x45,0xA3,0xF1,0x80,0x78}; //
www.eeworm.com/read/125279/6032035

h serpent_cbc.h

/* Glue header */ #include "serpent.h" int serpent_cbc_encrypt(serpent_context *ctx, const u_int8_t * in, u_int8_t * out, int ilen, const u_int8_t * iv, int encrypt);
www.eeworm.com/read/125279/6032108

h twofish_cbc.h

/* Glue header */ #include "twofish.h" int twofish_cbc_encrypt(twofish_context *ctx, const u_int8_t * in, u_int8_t * out, int ilen, const u_int8_t* iv, int encrypt);
www.eeworm.com/read/410156/11300593

h ecrypt-sync.h

/* ecrypt-sync.h */ /* * Header file for synchronous stream ciphers without authentication * mechanism. * * *** Please only edit parts marked with "[edit]". *** */ #ifndef ECRYPT_SYNC_AE #def
www.eeworm.com/read/160303/5572661

h serpent_cbc.h

/* Glue header */ #include "serpent.h" int serpent_cbc_encrypt(serpent_context *ctx, const u_int8_t * in, u_int8_t * out, int ilen, const u_int8_t * iv, int encrypt);
www.eeworm.com/read/160303/5572706

h twofish_cbc.h

/* Glue header */ #include "twofish.h" int twofish_cbc_encrypt(twofish_context *ctx, const u_int8_t * in, u_int8_t * out, int ilen, const u_int8_t* iv, int encrypt);