代码搜索:encryp
找到约 104 项符合「encryp」的源代码
代码结果 104
www.eeworm.com/read/461268/7230279
plg encryp.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\Desktop\test_narayanaaa\encryp.uv2
Project File Date: 04/13/2009
Output:
Bu
www.eeworm.com/read/105089/6277094
c encryp.c
#include "aes.h"
#include
#include
#include
#include
#include
DWORD Here(DWORD x)
{
unsigned int mask=~0U;
return (* (((DWORD *)&x)-1)
www.eeworm.com/read/105089/6277095
h encryp.h
int encryption(BYTE *plainText, int block_number, BYTE *cipherText, DWORD *Key);
int decryption(BYTE *cipherText, int block_number, BYTE *plainText, DWORD *Key) ;
www.eeworm.com/read/122136/14719008
bas encryp.bas
' Problem noted when offset = a single digit hex number
' decode routine is looking for 2 digits. simple fix noted below
'fix by Michael W. Smith (74001,457) of NBS
' routine look good!
'
Functio
www.eeworm.com/read/461268/7230278
asm encryp sbox.asm
;LOADING S-BOX VALUE
org 0xf000
db 063h
db 07ch
db 077h
db 07bh
db 0f2h
db 06bh
db 06fh
db 0c5h
db 030h
db 001h
db 067h
db 02bh
db 0feh
db 0d7h
db 0abh
db 076h
db 0cah
db 082h
db
www.eeworm.com/read/122300/14702972
vbw encryp~1.vbw
frmEncrypt = 5, 108, 680, 581, C, 22, 22, 649, 476,
frmFont = 20, 66, 695, 539, C, 18, 81, 293, 281,
dsEncrypt = 3, 103, 678, 576, C
www.eeworm.com/read/306997/13733340
err dessamp.err
Message[302] D:\ENCRYP~1\DES16C84\DESSAMP.ASM 152 : Register in operand not in bank 0. Ensure that bank bits are correct.
Error[113] D:\ENCRYP~1\DES16C84\DESSAMP.ASM 455 : Symbol not previously de
www.eeworm.com/read/311936/13622464
java test.java
import javax.crypto.*;
public class Test{
public static void main (String[] args) {
MyEncryptor.getKey();
MyEncryptor.encryptFile("gdp.txt","key","encryp.txt");
MyEncryp