RSIS Repository Open-access research from RSIS International journals

International Journal of Research and Scientific Innovation (IJRSI)

An Efficient Desktop-Based File and Folder Encryption Framework Using Fernet Cryptography

byShruti Dalela

Published June 17, 2026  •  Vol. 13, Issue 5, pp. 3359–3371Open Access
DOI: 10.51244/IJRSI.2026.1305000288

Abstract

Data security has become one of the most critical concerns in the modern digital era due to the rising frequency of cyberattacks, unauthorized file access, ransomware infections, and data theft. Personal users, students, organizations, and businesses continuously store confidential information in digital format, making robust file protection essential. This research paper presents a desktop-based cybersecurity application named Secure File & Folder Encryptor, developed using Python 3.13.3, Tkinter GUI, and Fernet symmetric encryption from the Python Cryptography library. The application allows users to encrypt and decrypt individual files, folders, images, and ZIP archives securely on the Windows platform. A unique cryptographic key is generated per encryption operation and stored as a .key file, while the ciphertext is saved as a .enc file. The system implements AES-128-CBC with HMAC-SHA256 for authenticated encryption, ensuring confidentiality, data integrity, and tamper detection. The software is distributed as a Windows Setup installer (.exe) requiring no Python environment. Future enhancements include migration to a Django/Flask web platform with AI-based threat analysis and cloud storage integration.

Keywords: Cybersecurity, Fernet Cryptography, Symmetric Encryption, File Encryption

JournalInternational Journal of Research and Scientific Innovation (IJRSI)
ISSN2321-2705
Volume / IssueVolume 13, Issue 5
Pages3359–3371
Publication dateJune 17, 2026
DOI10.51244/IJRSI.2026.1305000288
PublisherRSIS International
LicenseOpen Access

How to cite this article

Shruti Dalela (2026). An Efficient Desktop-Based File and Folder Encryption Framework Using Fernet Cryptography. International Journal of Research and Scientific Innovation (IJRSI), 13(5), 3359-3371. https://doi.org/10.51244/IJRSI.2026.1305000288

BibTeX

@article{Shruti2026,
  title   = {An Efficient Desktop-Based File and Folder Encryption Framework Using Fernet Cryptography},
  author  = {Shruti Dalela},
  journal = {International Journal of Research and Scientific Innovation (IJRSI)},
  volume  = {13},
  number  = {5},
  pages   = {3359--3371},
  year    = {2026},
  doi     = {10.51244/IJRSI.2026.1305000288},
  publisher = {RSIS International}
}