代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/127767/14337896
txt e463. encrypting a file or stream with des.txt
This example implements a class for encrypting and decrypting files or streams using DES. The class is created with a key and can be used repeatedly to encrypt and decrypt streams using that key.
www.eeworm.com/read/16062/643886
c chpms.c
/*** WARNING - THIS CODE HAS NOT BEEN FINISHED! ***/
/*** The original PPPD code is written in a way to require either the UNIX DES
encryption functions encrypt(3) and setkey(3) or the DES librar
www.eeworm.com/read/16495/673004
c chpms.c
/*** WARNING - THIS CODE HAS NOT BEEN FINISHED! ***/
/*** The original PPPD code is written in a way to require either the UNIX DES
encryption functions encrypt(3) and setkey(3) or the DES librar
www.eeworm.com/read/17070/709887
c chpms.c
/*** WARNING - THIS CODE HAS NOT BEEN FINISHED! ***/
/*** The original PPPD code is written in a way to require either the UNIX DES
encryption functions encrypt(3) and setkey(3) or the DES librar
www.eeworm.com/read/34862/890898
c chpms.c
/*** WARNING - THIS CODE HAS NOT BEEN FINISHED! ***/
/*** The original PPPD code is written in a way to require either the UNIX DES
encryption functions encrypt(3) and setkey(3) or the DES libr
www.eeworm.com/read/457515/1596356
java ipasswordencrypter.java
/*
*/
package net.java.workeffort.infrastructure.encrypt;
/**
* Interface for password encryption.
*
* The password is stored in the database and we dont want it stored as plain
* text.
*
www.eeworm.com/read/238860/4607453
java simplexor.java
package com.valhalla.misc;
public class SimpleXOR {
public static String encrypt(String text, String key) {
if (text == null)
return "";
String result = "";
wh
www.eeworm.com/read/201516/5058533
asmx helloworld.asmx
Imports System.Web.Services
Public Class HelloWorld
_
Public Function SayHe
www.eeworm.com/read/199484/5077095
asmx helloworld.asmx
Imports System.Web.Services
Public Class HelloWorld
_
Public Function SayHe
www.eeworm.com/read/183001/5258849
out blowfish.out
--
-- Blowfish cipher
--
-- some standard Blowfish testvalues
SELECT encode(encrypt(
decode('0000000000000000', 'hex'),
decode('0000000000000000', 'hex'),
'bf-ecb/pad:none'), 'hex');
encode