代码搜索:Encryption

找到约 4,642 项符合「Encryption」的源代码

代码结果 4,642
www.eeworm.com/read/446528/1713047

java desalgorithm.java

package org.encryption.des; public class DESAlgorithm { private byte[] key; public byte[] encrypt(byte[] plainMsg) { byte[] perMsg; if (plainMsg.length % 8 == 0) perMsg = plainMsg;
www.eeworm.com/read/443386/1740684

c des_check_key.c

/* * Cryptographic API. * * Function for checking keys for the DES and Tripple DES Encryption * algorithms. * * Originally released as descore by Dana L. How . * Modified
www.eeworm.com/read/409921/2221032

c secure.c

/* -*- c-basic-offset: 8 -*- rdesktop: A Remote Desktop Protocol client. Protocol services - RDP encryption and licensing Copyright (C) Matthew Chapman 1999-2005 This program is free
www.eeworm.com/read/396039/2424181

cpp strencode.cpp

#include "mpdutil.h" #include #include /* * This is not encryption. * This is simply encoding characters into number strings to * avoid string delimination problems. */ cha
www.eeworm.com/read/393286/2475151

c des_check_key.c

/* * Cryptographic API. * * Function for checking keys for the DES and Tripple DES Encryption * algorithms. * * Originally released as descore by Dana L. How . * Modified
www.eeworm.com/read/354016/3080177

cmake findopenssl.cmake

# - Try to find the OpenSSL encryption library # Once done this will define # # OPENSSL_FOUND - system has the OpenSSL library # OPENSSL_INCLUDE_DIR - the OpenSSL include directory # OPENSSL_L
www.eeworm.com/read/351777/3098820

c encrypt.c

/* encrypt.c - providing 56 bit DES encryption Copyright (C) 1991 Jochen Obalek This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Pub
www.eeworm.com/read/160303/5573155

c elgamal.c

/* elgamal.c - ElGamal Public Key encryption * Copyright (C) 1998 Free Software Foundation, Inc. * * For a description of the algorithm, see: * Bruce Schneier: Applied Cryptography. John Wiley
www.eeworm.com/read/152843/5655918

c des_check_key.c

/* * Cryptographic API. * * Function for checking keys for the DES and Tripple DES Encryption * algorithms. * * Originally released as descore by Dana L. How . * Modified
www.eeworm.com/read/266403/11227059

cpp invert.cpp

// Created:10-23-98 // By Jeff Connelly // Invert binary-repersention // This is sort of an encryption scheme, but is very weak because the // password is not used to encrypt. Binary 1's beco