Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-08-2008, 03:47 AM
Member
 
Join Date: Jun 2008
Posts: 8
Tokajac is on a distinguished road
Tomcat Realm DES encrypted passwords
I want to create a project in Eclipse with Java, Tomcat and Struts.
Login needs to be done with DES encrypted passwords.

Where can I find examples for this? I'm in a hurry, and Google still doesn't help me a lot on this problem.

Any constructive hints would be useful, but project example would be the best!

Regards
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-08-2008, 05:17 PM
Nicholas Jordan's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Southwest
Posts: 711
Nicholas Jordan is on a distinguished road
no hurry
It's discussed in Java Cryptography Architecture

Do not get in a hurry doing crypto, that won't work
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 07-08-2008, 05:29 PM
Member
 
Join Date: Jun 2008
Posts: 8
Tokajac is on a distinguished road
Tomcat Realm DES encrypted passwords
Actually i need to extend JDBCRealm class and to use DES encryption for storing passwords in MySql database.
I should use Struts architecture.

Examples are welcome!


Regards
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 07-12-2008, 08:30 PM
Nicholas Jordan's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Southwest
Posts: 711
Nicholas Jordan is on a distinguished road
strength
Quote:
Originally Posted by Tokajac View Post
DES
Why not AES?
Quote:
Actually i need to extend JDBCRealm class and to use
Explaing why you selected JDBCRealm.
Code:
encryption for storing passwords in MySql database.
Use HMAC, storing passwords anywhere is never-never land.
Quote:
I should use Struts architecture.
Why. { not a question - basis for further work }
Quote:
Examples are welcome!
Code:
KeyGenerator KEY_GENERATOR;
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 07-15-2008, 02:32 AM
Member
 
Join Date: Jun 2008
Posts: 8
Tokajac is on a distinguished road
I have a task that has to be implemented this way.

I tried to do it alone, but without success.
Any help is welcome, but i think that project examples would be the best!


Regards
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
About Tomcat sindhuri JavaServer Pages (JSP) and JSTL 21 04-25-2008 12:13 PM
Tomcat In Eclipse - Sysdeo Tomcat Plug-in JavaForums Eclipse 1 02-13-2008 12:33 PM
Taking passwords on the console eva Advanced Java 2 12-19-2007 11:28 AM
Pls help with a project. About doing passwords. Thanks saytri New To Java 0 12-15-2007 10:29 AM
tomcat xml Ed XML 2 07-04-2007 07:39 AM


All times are GMT +3. The time now is 05:34 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org