代码搜索:Encrypts

找到约 101 项符合「Encrypts」的源代码

代码结果 101
www.eeworm.com/read/271889/10976595

txt @psc_readme_57524_1.txt

Title: [[[AdvancedDS2]]] Description: Advanced version of DS2.Encrypts data with RC4 before encrypted into DS2...Coded:Pavethira Kumar This encryption method is specifically designed for data transfe
www.eeworm.com/read/211220/4944885

inf crypt.inf

[DSP upload] Filename=crypt.zip Replacements= Version=1.02 FileURL= Description=Contains the Component TDESCrypt which encrypts a string by using DES. Delphi 1.0=N Delphi 2.0=N Delphi 3.0=Y
www.eeworm.com/read/382187/2638953

java encryptor.java

package covertjava.protect; import javax.crypto.*; import javax.crypto.spec.*; import java.io.Serializable; import java.io.*; /** * Encrypts and dycripts serializable objects based on a pa
www.eeworm.com/read/110272/15537834

java test_pc1_outputstream.java

/* Quick test for PC1_InputStream */ /* Takes a plain file, and encrypts is */ import java.io.*; public class Test_PC1_OutputStream { public static void main(String s[]) throws FileNotFoundExc
www.eeworm.com/read/478100/6719727

m elgencrypt.m

function ciphertext = ELGencrypt(p,Alpha,Betaa,m) global y1 y2 % This function encrypts the message typed by the sender using the % public key Betaa the primitive root Alpha and the large prime p.
www.eeworm.com/read/223561/4810428

java encryption.java

// Exercise 6.17: Encryption.java // Encrypts data given by user. import java.awt.*; import java.awt.event.*; import javax.swing.*; public class Encryption extends JFrame { // JLabel and J
www.eeworm.com/read/277208/10654241

readme

$FreeBSD: src/tools/tools/crypto/README,v 1.1 2002/12/14 06:23:58 sam Exp $ The cryptotest program repeatedly encrypts and decrypts a buffer with the built-in iv and key, using hardware crypto. At t
www.eeworm.com/read/417848/10974130

fist rot13fs.fist

%{ /* * rot13fs: "encrypts" file data using rot13 */ %} filter data; debug on; // this is a FiST comment, not copied to output files // rot13fs's smallest encoding/decoding unit is 1 byte (1
www.eeworm.com/read/115568/15009527

txt ecb_iv.txt

/* For each key size, this test program picks a key K and a block-sized test pattern T (not all 0s: we use an asymmetric pattern to highlight any word swaps). It then encrypts T under K and decr
www.eeworm.com/read/202561/5050540

txt ecb_iv.txt

/* For each key size, this test program picks a key K and a block-sized test pattern T (not all 0s: we use an asymmetric pattern to highlight any word swaps). It then encrypts T under K and decr