代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/127767/14336223
txt e461. listing all available encryption and decryption algorithms.txt
Home > List of Packages > javax.crypto [14 examples] > Encrypting and Decrypting [6 examples]
e461. Listing All Available Encryption and Decryption Algorithms
Retrieving the list of available e
www.eeworm.com/read/227409/14427197
h sapphire.h
#ifndef CRYPTOPP_SAPPHIRE_H
#define CRYPTOPP_SAPPHIRE_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class SapphireBase
{
public:
enum {KEYLENGTH=16}; // default
www.eeworm.com/read/227409/14427486
cpp rng.cpp
// rng.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "rng.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
// linear congruential gen
www.eeworm.com/read/226200/14489886
cpp rng.cpp
// rng.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "rng.h"
#include "fips140.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
//
www.eeworm.com/read/226200/14490133
h osrng.h
#ifndef CRYPTOPP_OSRNG_H
#define CRYPTOPP_OSRNG_H
#include "config.h"
#ifdef OS_RNG_AVAILABLE
#include "randpool.h"
#include "rng.h"
#include "aes.h"
#include "sha.h"
#include "fips140.h
www.eeworm.com/read/124401/14569582
cpp chgpwddlg.cpp
// ChgPwdDlg.cpp : implementation file
//
#include "stdafx.h"
#include "resource.h"
#include "FileGuard.h"
#include "ChgPwdDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
www.eeworm.com/read/121191/14767503
c stegcommon.c
/*
stegcommon.c - common code for building StegParty parsers
Copyright (C) 1999 Steven E. Hugg (hugg@pobox.com)
This program is free software; you can redistribute it and/or
modify it under
www.eeworm.com/read/120910/14783882
h des.h
#ifndef _ENCRYPT_H
#define _ENCRYPT_H
extern void KeyRotate(unsigned char Key_56[],unsigned char cyc_times,unsigned char di);
extern void Key64_To_56(unsigned char Key_64[],unsigned char Key_56[]
www.eeworm.com/read/119007/14844539
txt readme.txt
密聊源程序
密聊是文件密使的一部份,为了保护通讯的安全,为此文件密使新添加了即时安全通讯工具密聊,
"密聊"采用 2048bit 的 RSA 数据加密算法对数据进行加密和数字签名。在此公开源程序并希望
对信息安全有兴趣的朋友进行改进,或提供宝贵的意见。希望密聊能成为一个稳定、安全、公开
的通讯工具。
程序内容:
1. ...
www.eeworm.com/read/216674/14998040
py setup.py
#! /usr/bin/env python
__revision__ = "$Id: setup.py,v 1.30 2005/06/14 01:20:22 akuchling Exp $"
from distutils import core
from distutils.core import Extension
from distutils.command.build_ext impo