joyeetadey / Secure-File-System-Simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Secure-File-System-Simulation

A secure file system simulation in c++ using the 128-bit key AES algorithm for encrypting the file content and the metadata.

to run

  • g++ file.cpp -o file
  • ./file

16-bit hexadecimal test key

01 04 02 03 01 03 04 0A 09 0B 07 0F 0F 06 03 00

About


Languages

Language:C++ 74.4%Language:C 25.6%