The Artima Developer Community
Sponsored Link

Java Answers Forum
Secret Communication program

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Son R2

Posts: 1
Nickname: sonr2
Registered: Dec, 2005

Secret Communication program Posted: Dec 13, 2005 4:03 AM
Reply to this message Reply
Advertisement
Write a class which contains the secret message, together with timestamp, as member variables. The secret message is a String, and the java.util.Date class should be used for the timestamp. On the sender's side, messages are encrypted using the "PBEWithMD5AndDES" algorithm. The program should first ask the user to input a pasphrase.

can anyone help?

Topic: linking class files Previous Topic   Next Topic Topic: java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use