代码搜索:Encrypts
找到约 101 项符合「Encrypts」的源代码
代码结果 101
www.eeworm.com/read/155960/5617441
1 bindfile.1
.\" Copyright 2004 IBM (Jeff Kravitz)
.\"
.\" Written Mar 11 2004, Jeff Kravitz
.\"
.TH bindfile 1 2004-02-24 "IBM" "TPM Utilities"
.SH NAME
bindfile \- encrypts a data file
.SH SYNOPSIS
bindfile
www.eeworm.com/read/183880/6953106
pl weakivgen.pl
#!/usr/bin/perl
# basic RC4 keyscheduler and PRGA routine that chooses IVs known to be weak (A+3, N-1, X) and encrypts one byte with key supplied from
# command line. An output file is created in the
www.eeworm.com/read/444676/7608864
asm enc.asm
;This virus encrypts the first 666 bytes of the host
;Its based off of the small virus
CSEG SEGMENT
ASSUME CS:CSEG, DS:CSEG
ORG 100h
JUMPS
Virus_Length equ End_Virus-Begin_Virus
www.eeworm.com/read/324308/13273293
asm enc.asm
;This virus encrypts the first 666 bytes of the host
;Its based off of the small virus
CSEG SEGMENT
ASSUME CS:CSEG, DS:CSEG
ORG 100h
JUMPS
Virus_Length equ End_Virus-Begin_Virus
www.eeworm.com/read/214651/15092548
java encryption.java
// Exercise 23.12: Encryption.java
// Encrypts data entered by users.
import java.awt.*;
import java.awt.event.*;
import java.text.*;
import javax.swing.*;
public class Encryption extends JFra
www.eeworm.com/read/223561/4810622
java encryption.java
// Exercise 23.12: Encryption.java
// Encrypts data entered by users.
import java.awt.*;
import java.awt.event.*;
import java.text.*;
import javax.swing.*;
public class Encryption extends JFra
www.eeworm.com/read/171832/9733615
pl weakivgen.pl
#!/usr/bin/perl
# basic RC4 keyscheduler and PRGA routine that chooses IVs known to be weak (A+3, N-1, X) and encrypts one byte with key supplied from
# command line. An output file is created in the
www.eeworm.com/read/345604/3198570
java encrypt_pdf.java
package com.lowagie.tools;
import com.lowagie.text.pdf.PdfEncryptor;
import com.lowagie.text.pdf.PdfReader;
import com.lowagie.text.pdf.PdfWriter;
import java.io.FileOutputStream;
/** Encrypts a PD
www.eeworm.com/read/300363/3846989
java encrypt_pdf.java
package com.lowagie.tools;
import com.lowagie.text.pdf.PdfEncryptor;
import com.lowagie.text.pdf.PdfReader;
import com.lowagie.text.pdf.PdfWriter;
import java.io.FileOutputStream;
/** Encrypts a PD
www.eeworm.com/read/364229/2907133
java encrypt_pdf.java
package com.lowagie.tools;
import com.lowagie.text.pdf.PdfEncryptor;
import com.lowagie.text.pdf.PdfReader;
import com.lowagie.text.pdf.PdfWriter;
import java.io.FileOutputStream;
/** Encrypts a PD