Skip to content

Solution to a project task from course "Cryptography and Computer Protection". Rewriting required because it is a garbage

Notifications You must be signed in to change notification settings

ZoranPantos/encrypted-shared-file-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptography project

  • application uses Windows NTFS to create its own file system
  • users can register, login, upload and download files (from/to NTFS), create, view, modify and share files with other users
  • private files are encrypted with symmetric encryption
  • shared files are also encrypted with symmetric encryption but symmetric keys are stored in digital envelope by using asymmetric encryption
  • interaction is pretty bare-bone and is done with console
  • amateur simulation of certificate authority is present

About

Solution to a project task from course "Cryptography and Computer Protection". Rewriting required because it is a garbage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages