Skip to content

FileSystem with an extra layer of protection, using email as authentication for reading files for Linux.

Notifications You must be signed in to change notification settings

FallenFoil/FileSystem-with-Email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileSystem-with-Email

A filesystem that sends an email with a code to the user, when the user wants to read a file using cat, more, etc.

The users email must be in a file in the root directory, with the name equal to "userEmails" and have the following format:

  • Each line represents a user;
  • Each line consists in two words, user name and email

After receiving the code, the user must execute the "InsertCode.c" code and introduce the received code.

About

FileSystem with an extra layer of protection, using email as authentication for reading files for Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages