File Security System in Java
Encryption of data is important in the real time environment to keep the data out of reach of unauthorized people, such that it is not altered and tampered. The file system tries to alter the originality of the text into some encrypted format.
Abstract:
The major task of file security system is to provide the user the flexibility of passing the information implementing the encryption standards as per the specification and algorithms proposed and store the information in a form that is readable.
When the encryption and decryption is done, the application should confirm the standards of authentication and authorization of the user. It should have a friendly GUI. It should provide all the functional standards of proper navigation.
The application should ask user for encryption key details. The decryption process should be reverse process and should be translated only when receiver of data applies the proper reversal key. Errors should be detected and corrected.
Requirements:
Abstract:
The major task of file security system is to provide the user the flexibility of passing the information implementing the encryption standards as per the specification and algorithms proposed and store the information in a form that is readable.
When the encryption and decryption is done, the application should confirm the standards of authentication and authorization of the user. It should have a friendly GUI. It should provide all the functional standards of proper navigation.
The application should ask user for encryption key details. The decryption process should be reverse process and should be translated only when receiver of data applies the proper reversal key. Errors should be detected and corrected.
Requirements:
- Front End- Java JDK, J2SDK
- Communication Architecture- JDBC
- Database Maintenance- Oracle
0