|
encryption and decryption
|
|
09-10-2009, 06:12 AM
Post: #1
|
|||
|
|||
|
encryption and decryption
hey guys,
i am working on a project regarding encryption and decryption. Can anybody tell me how can i encrypt and decrypt a given text..... |
|||
|
09-10-2009, 08:17 PM
Post: #2
|
|||
|
|||
|
RE: encryption and decryption
Try this code for a simple encryption
Code: public static String encrypt(String str) throws UnsupportedEncodingException, InvalidKeyException, NoSuchAlgorithmException, NoSuchPaddingException, InvalidKeySpecException, IllegalBlockSizeException, BadPaddingException {Java encryption tutorial is available at http://java.sun.com/j2se/1.4.2/docs/guid...Guide.html |
|||
|
« Next Oldest | Next Newest »
|

Search
Member List
Calendar
Help




