Skip to content

coderSuresh/File_Encrypter_and_Decrypter

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

File Encrypter/Decrypter πŸ”

A simple Python tool to encrypt and decrypt files using AES-128 symmetric encryption via the Fernet scheme.

Features

  • πŸ”‘ Auto-generate a secure secret.key (AES-128).
  • πŸ”’ Encrypt any file (text, images, etc.) to .encrypted.
  • πŸ”“ Decrypt .encrypted files back to their original form using the key.

Installation

  1. Install the cryptography library:
    pip install cryptography

About

This app can encrypt and decrypt files using AES algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%