代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/117291/14932082
frm frmencrypt.frm
VERSION 5.00
Begin VB.Form frmEncrypt
Caption = "Encryption Form"
ClientHeight = 4950
ClientLeft = 60
ClientTop = 375
ClientWidth = 6075
I
www.eeworm.com/read/216674/14997961
readme
Python Cryptography Toolkit (pycrypto)
======================================
This is a collection of both secure hash functions (such as MD5 and SHA),
and various encryption algorithms (AES, DES, ID
www.eeworm.com/read/216674/14998001
c block_template.c
/* -*- C -*- */
/*
* block_template.c : Generic framework for block encryption algorithms
*
* Distribute and use freely; there are no restrictions on further
* dissemination and usage except th
www.eeworm.com/read/211261/15183305
readme
AMD Geode(TM) LX Processor Linux AES Encryption Module - Release Notes
Version 02.00.0601
Release Date: 26 May 2005
--------------------------------------------------------------------------------
P
www.eeworm.com/read/490329/1203935
h icekey.h
//========= Public Domain Code ================================================
//
// Purpose: Header file for the C++ ICE encryption class.
// Taken from public domain code, as written by Matthe
www.eeworm.com/read/460242/1561702
cs pkzipclassic.cs
//
// PkzipClassic encryption
//
// Copyright 2004 John Reilly
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
www.eeworm.com/read/250396/4431374
dfm unit1.dfm
object frmMainForm: TfrmMainForm
Left = 255
Top = 175
BorderStyle = bsDialog
Caption = 'ElPublicKeyCrypto encryption demo'
ClientHeight = 347
ClientWidth = 481
Color = clBtnFace
www.eeworm.com/read/173141/5378509
sql aes.sql
------------------------------------------------------------------------------------
-- beetle6023 : support for AES encryption algorithm
-- Top level testcases grp.
-- Case 1.x different feedback mod
www.eeworm.com/read/173141/5379776
out aes.out
ij> ------------------------------------------------------------------------------------
-- beetle6023 : support for AES encryption algorithm
-- Top level testcases grp.
-- Case 1.x different feedback
www.eeworm.com/read/339446/3307465
cpp des.cpp
/*
* Implementation of DES encryption for NTLM
*
* Copyright 1997-2005 Simon Tatham.
*
* This software is released under the MIT license.
*/
/*
* Description of DES
* ------------------
*
*