代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/277211/10654110
loop-aes-keygen
#!/bin/sh
#
# loop-aes-keygen - Create loop-AES encryption keys
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as publi
www.eeworm.com/read/349903/10785931
cpp ibe_encx.cpp
/*
Boneh & Franklin's Identity Based Encryption
y^2=x^3+x version
Using this curve has certain advantages. In particular the "denominator"
that arises in the context of Miller's alg
www.eeworm.com/read/332414/7129565
cs clsaes.cs
using System;
using System.Windows.Forms;
namespace AES
{
///
/// Performs AES (Advanced Encryption Standard) cryptography
/// see: http://msdn.microsoft.com/msdnmag/issues/03/11/
www.eeworm.com/read/444676/7608665
asm nolimit2.asm
;
; NoLimit2 Virus by John Tardy / TridenT
;
; Limited version of Servant Virus
;
; Bugs Fixed from 1:
; With encryption, not all possibilities were used. Solved.
Version Equ 2
www.eeworm.com/read/145881/12696726
html appendix-a.html
Learn Encryption Techniques with BASIC and C++:Appendix A Companion CD-ROM Files
www.eeworm.com/read/142139/12960715
c crypt.c
/*
crypt.c (full version) by Info-ZIP. Last revised: 15 Aug 94
This code is not copyrighted and is put in the public domain. The
encryption/decryption parts (as opposed to the non-e
www.eeworm.com/read/322010/13391081
txt aes.txt
#ifndef __AES_H__
#define __AES_H__
#include
using namespace std;
/** The AES class is a utility class for use in modules and the core for encryption of data.
*/
class AES
{
p
www.eeworm.com/read/318176/13484298
cpp ibe_encx.cpp
/*
Boneh & Franklin's Identity Based Encryption
y^2=x^3+x version
Using this curve has certain advantages. In particular the "denominator"
that arises in the context of Miller's alg
www.eeworm.com/read/117567/6101461
java encryptutils.java
package ranab.util;
import java.security.*;
/**
* String encryption utility methods.
*
* @author Rana Bhattacharyya
*/
public
class EncryptUtils
www.eeworm.com/read/109684/6172712
doc bn.doc
The Big Number library.
#include "bn.h" when using this library.
This big number library was written for use in implementing the RSA and DH
public key encryption algorithms. As such, features such