Skip to content

In this File Security System application, we mainly show that how to store the file with security using DES Encryption algorithm. • The user will login to the application. • After successful login the user will select the file, the file will get encrypted and stored in the given path of the folder in the local server which can be accessed by mul…

Notifications You must be signed in to change notification settings

ss1290/JAVA-FILE-SECURITY-SYSTEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-File-Security-System

In this File Security System application, we mainly show that how to store the file with security using DES Encryption algorithm. • The user will login to the application. • After successful login the user will select the file, the file will get encrypted and stored in the given path of the folder in the local server which can be accessed by multiple users. • Then the user will create security key and put the receiver’s mail, security key and remote controlling credentials which will allow the receiver to decrypt the file and transfer it to their storage. • After receiving the security key and remote controlling credentials through mail, the user will remote control the File Security System application and insert security key and the key will be verified by the system. If successful, user will select the encrypted file to decrypt. • After decryption of the file, he can transfer it to his storage with help of remote controlling application.

  1. Download and install java mail api and change security settings of sender's mail from here https://myaccount.google.com/security
  2. Put your email and emailpassword from which you want mail to be sent from in SendMail.java
  3. Run login.java file.

About

In this File Security System application, we mainly show that how to store the file with security using DES Encryption algorithm. • The user will login to the application. • After successful login the user will select the file, the file will get encrypted and stored in the given path of the folder in the local server which can be accessed by mul…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages