Skip to content

Cryptographic File Systems encrypt data before passing to untrusted components and decrypts upon entering trusted components. We have used the AES encryption algorithm and the files can be accessed through a command line interface.

Notifications You must be signed in to change notification settings

deepak-kannan7/Cryptographic-File-System-Using-Python

 
 

Repository files navigation

Crytptographic File System

Cryptographic FIle System using AES and accessed through a command line interface.
Language used : Python
Platform : Linux

Dependencies

pycryptodome
pyfiglet
PyInquirer
passlib

How To Use

Clone this repo into your desired folder
Run main.py

Note

Make sure all dependencies are installed.
You can also use pip install -r requirements.txt
Windows users can use WSL to run the application.

About

Cryptographic File Systems encrypt data before passing to untrusted components and decrypts upon entering trusted components. We have used the AES encryption algorithm and the files can be accessed through a command line interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%