Skip to content

This is a simple File Encryption/Decryption Tool built using Core Java. It uses the XOR algorithm to encrypt or decrypt the contents of any file (text, image, etc.). The same logic works both ways — encrypting or decrypting a file.

Notifications You must be signed in to change notification settings

pravinJavaFullStack/File-Encryption-and-Decryption-Tool-in-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

=== File Encryption/Decryption Tool === Enter source file path: C:\Users\Pravin\Desktop\message.txt Enter destination file path: C:\Users\Pravin\Desktop\encrypted.txt Do you want to Encrypt or Decrypt (E/D)? E ✅ Operation completed successfully! 🔒 File Encrypted!

About

This is a simple File Encryption/Decryption Tool built using Core Java. It uses the XOR algorithm to encrypt or decrypt the contents of any file (text, image, etc.). The same logic works both ways — encrypting or decrypting a file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published