代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/112098/15493595
readme_crypto
Notes on hash based symmetric encryption and signatures
by Michael Graffam (mgraffam@mhv.net)
The theory of a hash based cipher is a simple one: grab a key from
the user and use this as the initia
www.eeworm.com/read/111545/15510141
cpp mars.cpp
// mars.cpp - modified by Sean Woods from Brian Gladman's mars6.c for Crypto++
/* This is an independent implementation of the MARS encryption */
/* algorithm designed by a team at IBM as
www.eeworm.com/read/110418/15534494
java ciphertest.java
/*
Christoforos Pirillos @ Villanova University - May 1999
based on code from the book "Java Network Programming" by Hughes
*/
package encryption;
import java.io.*;
public class CipherTest {
public
www.eeworm.com/read/108939/15569556
h configdialog.h
#pragma once
#include "resource.h" // main symbols
#include
#define _masterKey "dreamer_file_encryption"
class ConfigDialog : public CDialogImpl
{
public:
www.eeworm.com/read/101225/15840904
cpp mars.cpp
// mars.cpp - modified by Sean Woods from Brian Gladman's mars6.c for Crypto++
/* This is an independent implementation of the MARS encryption */
/* algorithm designed by a team at IBM as
www.eeworm.com/read/101224/15841138
cpp mars.cpp
// mars.cpp - modified by Sean Woods from Brian Gladman's mars6.c for Crypto++
/* This is an independent implementation of the MARS encryption */
/* algorithm designed by a team at IBM as
www.eeworm.com/read/100741/15865595
txt @psc_readme_5947_3.txt
Title: File Encryption
Description: This program will take a file you input, and convert it to an encrypted file thanks to the use of a key. It will then save the encrypted file. You can also decrypt
www.eeworm.com/read/100612/15869000
cpp ibe_ext.cpp
/*
Boneh & Franklin's Identity Based Encryption
Extract Phase
After this program has run the file private.ibe contains
*/
#include
www.eeworm.com/read/100610/15869152
changelog
xca (0.2.12) unstable; urgency=low
* PKCS#7 encryption and signing of files added
* First attempt of documentation added
* Several export targets added
* Certificate renewal repaired
-- Ch