You are on page 1of 2

Implementation of secured Data Transactions

Over cross domains for Defence

Abstract

The Defence Information provides expert analysis on various areas like National security,
International security and Defence policy. This Information promotes wide-range of
discussions and debate on security issues such as nuclear weapons, space security, missile
defence, small arms and military transformation. As we are talking about the security defence
information we need to consider and include some factors which can secure the Information
over Web. So what is that we are going to do here, encrypt the passwords? Yes that could be
the better thing we can do to provide security attacks. So now the question is, how exactly
and securely, that we are going to accomplish this?

Here in our application we provide security for the user password. Each time when user
wants to login in the site a new password is generated for him and that password is encrypted
and sends to user e-mail id. User has to decrypt the “encrypted” password with a private key
owned by user. Decrypted password is sent to user mobile. Now user can login using his
decrypted password. When we log out from the site, password will be expired i.e. it will not
work for next time. This application includes User interface Module, Registration and Public
key, private key generation module, password generation and encrypting module, Checking
Mail and decrypting password module, Mobile Module, Interaction with site and logout
module
Hardware specifications:
Operating system: windows or linux or mac any version.

Processor: p2 above processor

RAM: 512mb RAM

Hard disk: 20gb memory

Software specifications:

Web Server : Tomcat 6.0

Programming Technologies : Java, Java Server Pages, Servlets, Java Mail API, J2ME
Mail Server : Apache James binary Server(Local SMTP Server)

Client-side Technologies : Hyper Text Markup Language, Cascading Style Sheets, Java
Script, AJAX

Database Server : My Sql

Operating System : Windows (or) Linux (or) Mac any version

You might also like