代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/303846/3804580
frm icq.frm
VERSION 5.00
Begin VB.Form main
Caption = "ICQ V5 Encryption method by James Salim"
ClientHeight = 4740
ClientLeft = 60
ClientTop = 345
ClientWidth
www.eeworm.com/read/272724/4215151
java ideacipher.java
// IdeaCipher - the IDEA encryption method
//
// Copyright (C) 1996 by Jef Poskanzer . All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
www.eeworm.com/read/272724/4215155
java nullcipher.java
// NullCipher - the null encryption method
//
// Copyright (C) 1996 by Jef Poskanzer . All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
www.eeworm.com/read/272724/4215164
java cipher.java
// Cipher - an encryption template
//
// Copyright (C) 1996 by Jef Poskanzer . All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modi
www.eeworm.com/read/272724/4215165
java blockcipher.java
// BlockCipher - a block encryption template
//
// Copyright (C) 1996 by Jef Poskanzer . All rights reserved.
//
// Redistribution and use in source and binary forms, with or withou
www.eeworm.com/read/406309/2278358
c wraphelp.c
/*
* This program implements the
* Proposed Federal Information Processing
* Data Encryption Standard.
* See Federal Register, March 17, 1975 (40FR12134)
*/
/*
* Initial permutation,
*/
stati
www.eeworm.com/read/358023/3007193
properties clitest.properties
#MD5
#digest.algorithm=1.2.840.113549.2.5
#SHA1
digest.algorithm=1.3.14.3.2.26
digest.ontoken=true
#RSA
encryption.algorithm=1.2.840.113549.1.1.1
www.eeworm.com/read/155070/5629753
cs encryptionextension.cs
#define DEBUG
/*
* Encryption sample
* rhoward 4/22/01
*
* This sample encrypts data from an ASP.NET Web Service
* by only encrypting the values with the actual response
* of a method