Vikranth3140 / Encryption-Decryption-Tool

This Python tool provides a flexible way to encrypt and decrypt files using Stored Key Method and Password-Based Key Derivation.
MIT License
3 stars 3 forks source link

Frontend Integration and Function Enhancements #13

Closed Anshu370 closed 4 days ago

Anshu370 commented 4 days ago

Hey @Vikranth3140

Solved all the major conflicts in branches.

->Frontend completed and successfully connected with script.py. ->Modified the encrypt_file and decrypt_file functions to handle both GUI and CLI functionality for smoother user experience. ->Ensured compatibility between the two interfaces.

Anshu370 commented 4 days ago

Here Is Image -> image

Anshu370 commented 4 days ago

Hey @Vikranth3140

I had solved that Directory Issue.

Vikranth3140 commented 4 days ago

Hey @Anshu370,

Perfect, Thanks for implementing all the requested changes. Merging the PR.

Congratulations on your first accepted PR🎉! Please head over to https://hacktoberfest.com and claim your merged PR as we are registered under Hacktoberfest 2024

Additionally do checkout my other repos under hacktoberfest label - Repos

Vikranth3140 commented 4 days ago

Also, @Anshu370 is it possible to include the GUI part in the README. Would be helpful :)