代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/105052/15679077
in grub-md5-crypt.in
#! /bin/sh
# Encrypt a password in MD5 format
# Copyright (C) 2000,2002 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of
www.eeworm.com/read/103556/15729194
java sillycryptosystem.java
package ecc.io;
import ecc.*;
public class SillyCryptoSystem implements CryptoSystem {
public byte[] encrypt(byte[] plain, int numbytes, Key ek) {
if(plain.length == numbytes) return plain;
by
www.eeworm.com/read/432529/8596391
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[Encrypt.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
www.eeworm.com/read/431951/8645376
cpp decoder.cpp
#include "Decoder.h"
#include "AESEncryption.h"
#include "MapleEncryption.h"
void Decoder::encrypt(unsigned char *buffer, int size){
MapleEncryption::mapleEncrypt(buffer, size);
int pos=0,fir
www.eeworm.com/read/185138/9056127
c aescrypt.c
/* Copyright 2000 Enhanced Software Technologies Inc.
* All Rights Reserved
*
* Released for public use under a BSD-style license. See file LICENSE
* for details.
*
* Encrypt a file in CFB-
www.eeworm.com/read/357758/10201587
c kgen.c
/* Crypto stream generator
* Reads 16 bytes from stdin. The first 8 are the DES key, the second 8
* are the initialization vector. The IV is
* fed to DES in the encrypt mode (no IP, IP-1). The ciph
www.eeworm.com/read/162699/10281673
txt cpu_gen_log_0.txt
Checking for plaintext license.
Plaintext license not found.
Checking for encrypted license (non-evaluation).
Encrypted license found. SOF will not be time-limited.
cpu_core.epl: Creating encrypt
www.eeworm.com/read/424465/10446467
c 08e.c
// Program Description: ENCRYPT 16-bytes of data received from UART and display ENCRYPTED data on LCD
//
// Author: Anurag Chugh (anurag@ucmicrosys.com)
// NOTES:
// --01--
// 128-bit Advanced