代码搜索:Encrypt

找到约 3,742 项符合「Encrypt」的源代码

代码结果 3,742
www.eeworm.com/read/441050/1772732

java encrypt.java

package myitem.encrypt; /*数据加密、解密*/ import java.security.*; import javax.crypto.Cipher; import javax.crypto.SecretKey; import javax.crypto.SecretKeyFactory; import javax.crypto.spec.DESKe
www.eeworm.com/read/437645/1830136

asp encrypt.asp

www.eeworm.com/read/429933/1943688

js encrypt.js

function encrypt(str) { var result = ""; var escaped; escaped = escape(str); for(i = 0; i < escaped.length; i++) result += escaped.charCodeAt(i) - 23; return result; } function decrypt(str) {
www.eeworm.com/read/420266/2069836

java encrypt.java

/* * $Id: Encrypt.java 3271 2008-04-18 20:39:42Z xlv $ * Copyright (c) 2005-2007 Bruno Lowagie, Carsten Hammer * * Permission is hereby granted, free of charge, to any person * obtaining a c
www.eeworm.com/read/408483/2249010

js encrypt.js

//
www.eeworm.com/read/406952/2271912

c encrypt.c

/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm
www.eeworm.com/read/406952/2271927

h encrypt.h

/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm
www.eeworm.com/read/393863/2463535

java encrypt.java

/* * $Id: Encrypt.java 3271 2008-04-18 20:39:42Z xlv $ * Copyright (c) 2005-2007 Bruno Lowagie, Carsten Hammer * * Permission is hereby granted, free of charge, to any person * obtaining a c
www.eeworm.com/read/384760/2598052

t encrypt.t

#!./perl -w # ID: %I%, %G% use strict ; use lib 't' ; use BerkeleyDB; use util ; BEGIN { if ($BerkeleyDB::db_version < 4.1) { print "1..0 # Skip: this needs Berkeley DB 4.1.x or be
www.eeworm.com/read/380530/2657268

c encrypt.c

/*____________________________________________________________________________ Copyright (C) 2002 PGP Corporation All rights reserved. $Id: encrypt.c,v 1.7 2002/08/06 20:11:09 dallen Exp $ __