代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/453187/7424923
cpp newencryptionanddecryption.cpp
//Description : The following C code can encrypt any sort of file be it be a sound,image,video or etc
/* A simulated C program to encrypt or decrypt a file with L=26, K=3 and
Buffer Stream Divisi
www.eeworm.com/read/130292/14198668
java vignere.java
public class Vignere extends Cipher {
/* (non-Javadoc)
* @see Cipher#encrypt(java.lang.String)
*/
public String encrypt(String cleartext) {
StringBuffer strb = new StringBuffer(clea
www.eeworm.com/read/378954/9211861
des+
#ifndef _DES_ENCRYPT_DECRYPT
#define _DES_ENCRYPT_DECRYPT
#define BYTE unsigned char
#define LPBYTE BYTE*
#define LPCBYTE const BYTE*
#define BOOL int
class DES
{
pub
www.eeworm.com/read/351777/3098808
h crypt.h
/* encrypt.h - API to 56 bit DES encryption via calls
encrypt(3), setkey(3) and crypt(3)
Copyright (C) 1991 Jochen Obalek
This program is free software; you can redistribute it