代码搜索:Encryption

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

代码结果 4,642
www.eeworm.com/read/109684/6172751

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
www.eeworm.com/read/494289/6381739

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/481033/6656003

tcl cryptkit.tcl

# # Cryptkit - Tcl interface to Cryptlib Encryption Toolkit # (http://www.cs.auckland.ac.nz/~pgut001/cryptlib/) # # Development by Steve Landers # # $Id: cryptki
www.eeworm.com/read/476367/6758267

pas rijndael.pas

{** * Rijndael.pas * * Optimised Pascal implementation of the Rijndael cipher (now AES). * For Advanced Encryption Standard (AES) see http://www.nist.gov/aes/ * * Assumes SIZEOF(LONGINT) = 4. *
www.eeworm.com/read/408319/11392800

asm 75src.asm

; ;**WARNING: Encryption and Decryption code closed to public for security (as if there ; were any). Everything else is here tho. ; ; ;VGCrypt PE Encryptor v0.75 Beta ;(c)1998 Virogen ;email
www.eeworm.com/read/346959/11710355

java encryptutils.java

package util; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; /** * String encryption utility methods. * * @author Ran
www.eeworm.com/read/156908/11753586

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/344931/11852058

h hcrypt.h

/* HawkEncrypt cross platform encryption library Copyright (C) 2003-2004 Phil Frisbie, Jr. (phil@hawksoft.com) This library is free software; you can redistribute it and/or modify it und
www.eeworm.com/read/344931/11852141

c hcrypt.c

/* HawkEncrypt cross platform encryption library Copyright (C) 2003-2004 Phil Frisbie, Jr. (phil@hawksoft.com) This library is free software; you can redistribute it and/or modify it und
www.eeworm.com/read/343626/11939444

java simplesymmetricexample.java

package chapter2; import javax.crypto.Cipher; import javax.crypto.spec.SecretKeySpec; /** * Basic symmetric encryption example */ public class SimpleSymmetricExample { public static void m