代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/185072/9058069
cpp affine.cpp
#include
#include
#include
int gcd(int ,int );
int ani(int );
void encrypt(int ,int );
void decrypt(int ,int );
void frequency(void);
void main(){
int a,b,a1;
www.eeworm.com/read/374163/9419155
history
util-linux 2.12j
* cal: highlight today (P谩draig Brady)
* lomount: stop reading passwd at NUL, fix lo_encrypt key_size (Wolfram Kleff)
* losetup: add -f option to find an unused loop device
(Alexan
www.eeworm.com/read/371959/9528588
java rsa.java
import java.math.BigInteger;
public class RSA extends RsaData
{
//加密函数
private BigInteger Encrypt(BigInteger data,long d, long n)
{
return pow(data,d).mod(new BigInteger(n+""));//E(x)=x.pow
www.eeworm.com/read/353554/10439868
h wy.h
//制作人:王印
#include
#include
#include
#include
#define ENCRYPT 1
#define DECRYPT 0
//typedef char bool;
// 16 sub keys
static bool SubKey[16][48];
www.eeworm.com/read/351277/10664444
h lssproto_util.h
#ifndef _LSSPROTOUTIL_H_
#define _LSSPROTOUTIL_H_
#include
#include
#ifndef WIN32
#include
#include
#endif
//#define lssproto__ENCRYPT
#define lssproto__NO
www.eeworm.com/read/351276/10666386
h lssproto_util.h
#ifndef _LSSPROTOUTIL_H_
#define _LSSPROTOUTIL_H_
#include
#include
#ifndef WIN32
#include
#include
#endif
//#define lssproto__ENCRYPT
#define lssproto__NO
www.eeworm.com/read/349844/10796473
h aes.h
#ifndef HEADER_AES_H
#define HEADER_AES_H
/*
#ifdef OPENSSL_NO_AES
#error AES is disabled.
#endif
*/
#define AES_ENCRYPT 1
#define AES_DECRYPT 0
/* Because array size can't be a const i
www.eeworm.com/read/440885/7679320
h lssproto_util.h
#ifndef _LSSPROTOUTIL_H_
#define _LSSPROTOUTIL_H_
#include
#include
#ifndef WIN32
#include
#include
#endif
//#define lssproto__ENCRYPT
#define lssproto__NO
www.eeworm.com/read/126641/6015674
pod rsautl.pod
=pod
=head1 NAME
rsautl - RSA utility
=head1 SYNOPSIS
B B
[B]
[B]
[B]
[B]
[B]
[B]
[B]
[B]
[B
www.eeworm.com/read/116082/6113776
java mainframe.java
package encrypt;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.io.*;
public class MainFrame extends JFrame {
JFileChooser fd_load,fd_load2;
final int buffer=100