CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - create object
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - create object - List
[
Crack Hack
]
DES
DL : 0
DES通用加密方法。首先,创建一个该工具类对象:如 DES des = new DES(key),其中key为位数大于8的密钥 其次,对原始信息data进行加密,直接调用encrypt方法,得到加密后的字符串,如 String encryptResult = des.encrypt(data) //得到加密后的数据字符串 最后,对加密后的字符串encryptResult解密,直接调用decrypt方法,可得到与原始数据data一致的字符串,如 String decryptResult = des.decrypt(encryptResult) //得到解密后的数据字符串 解密后的字符串decryptResult,与原始信息data一致。-General DES encryption method. First, create a class object of the tool: If DES des = new DES (key), where key is the key followed by more than 8 bits, the original information data is encrypted, encrypt method called directly to get the encrypted string such as String encryptResult = des.encrypt (data) // get the encrypted data string last, to decrypt the encrypted string encryptResult direct call decrypt method, available data consistent with the original data string, such as String decryptResult = des.decrypt (encryptResult) // get the decrypted data string decrypted string decryptResult, consistent with the original information data.
Date
: 2026-01-10
Size
: 14kb
User
:
pb
[
Crack Hack
]
SingleKeyExample
DL : 0
Java对称加密实例源码,解释如何利用DES私钥加密算法加解密,定义加密算法,可用 DES,DESede,Blowfish。 用密钥加密明文(message),生成密文(cipherText),操作模式为加密(Cipher.ENCRYPT_MODE),key为密钥; 用密钥加密明文(plainText),生成密文(cipherByte),操作模式为解密,key为密钥。 -Java electronic album to source code that you can understand the custom image using the Java language selection drop-down box, the Graphics object to draw the image to generate media loader, set the applet s background color, set the layout manager, an instance of the drop-down box.to obtain the parameters of the number of images, the number of images, how to increase the image to be loaded, adding components to the Applet, create image instance, get the Graphics instance, to redraw the screen and other tips, and want to be a meaningful learning Java image processing.
Date
: 2026-01-10
Size
: 2kb
User
:
同同
[
Crack Hack
]
encryptionadecryption
DL : 0
1、设计或借鉴一个加密解密算法(RSA); 2、通过C++实现该加密解密算法,并使用ATL(活动模板库)封装为组件对象; 3、通过VB创建一个GUI程序,在该程序中使用加密解密组件对象。 -Design or find an public-key cryptography algorithm. Create a C++ application which implements the public-key cryptography algorithm. Compile the C++ application as a component object using ATL(Active Template Library). Create a GUI application by using Visual Basic. Invoke the public-key cryptography component from the GUI application.
Date
: 2026-01-10
Size
: 81kb
User
:
余雅婷
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.