代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/344931/11852137
txt api.txt
HawkVoiceDI API list.
Version 0.91 beta
General notes:
See cryptapi.txt for the encryption functions.
This is a no nonsense API that wraps all codec and encryption details for
the develop
www.eeworm.com/read/154776/11927075
c idea.c
/*
* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encryption Algorithm), formerly known as
* IPES (Improved Proposed Encryption Standard).
* Algorithm developed by
www.eeworm.com/read/129083/14267742
c idea.c
/*
* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encryption Algorithm), formerly known as
* IPES (Improved Proposed Encryption Standard).
* Algorithm developed by
www.eeworm.com/read/129083/14267754
c idea.c
/*
* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encryption Algorithm), formerly known as
* IPES (Improved Proposed Encryption Standard).
* Algorithm developed by
www.eeworm.com/read/128527/14292184
txt api.txt
HawkVoiceDI API list.
Version 0.91 beta
General notes:
See cryptapi.txt for the encryption functions.
This is a no nonsense API that wraps all codec and encryption details for
the develop
www.eeworm.com/read/115554/15010301
cpp dodes.cpp
//File name: doDes.cpp
// use DES algrithom to encryption or decryption a segment
//of memory
// interface:
// setKey(char *k)-----Set the Key for DES
// encryption(char *memory,DWORD length)
www.eeworm.com/read/212590/15153479
txt diamond.txt
The Diamond Encryption Algorithm
by Michael Paul Johnson
Abstract--Diamond is a royalty-free, symmetric key block cipher
encryption algorithm based on a combination of nonlinear
functions. T
www.eeworm.com/read/307266/3725957
cpp crencode.cpp
/*
* Cramer-Shoup Public Key Encryption - Hybrid Implementation
*
* This program encrypts a file fred.xxx to fred.crs. The AES encryption
* key is encrypted under the public key in the
www.eeworm.com/read/307266/3726302
cpp crencode.cpp
/*
* Cramer-Shoup Public Key Encryption - Hybrid Implementation
*
* This program encrypts a file fred.xxx to fred.crs. The AES encryption
* key is encrypted under the public key in the
www.eeworm.com/read/262041/4315887
c main.c
/* maccrypt.c:
* This tool uses the UNIX password encryption function (crypt()) to encrypt
* a MAC address. Encryption of a MAC address is used to provide a back
* door entry into embedded syst