Skip to content

Rqkko/file-sharing-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup Guide

  1. Run the following command to install the required packages:
pip install pycryptodome
  1. Generate keys
python secure_file_share.py --genkeys
  1. Encrypt a file (That will expire in 60 seconds)
python secure_file_share.py --encrypt sample.txt --password mypass123 --expire 60
  1. Decrypt a file
python secure_file_share.py --decrypt --password mypass123

About

A minimal file sharing system program to demonstrates secure file sharing with key generation, file encryption, password protection with lockout, and file expiry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages