Skip to content

sameer-analyst/file-encryption-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” File Encryption Tool (Python + Fernet)

This is a beginner-friendly Python project that demonstrates how to encrypt a text file using the cryptography.fernet module.
The script generates a secret key, saves it in a separate file, and then encrypts the contents of data.txt.
Only someone with the secret key can decrypt the file and read its contents.


πŸš€ Features

  • Generates a unique encryption key for every run
  • Stores the key in a separate file (File_key)
  • Encrypts the content of data.txt securely
  • Beginner-friendly code with comments

πŸ› οΈ Requirements

  • Python 3.7+
  • cryptography library

Install the library with:

pip install cryptography

About

Encrypt your text files securely with Python and Fernet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages