sallam-ahmed / Polynomial-Calculator

Data Structure 2015 Course Project
Apache License 2.0
0 stars 3 forks source link

Ciphering history log #29

Closed sallam-ahmed closed 8 years ago

sallam-ahmed commented 8 years ago

Phase 4 work

Ciphering the history log to prevent user from reading data from an ordinary XML file.

Workflow as following:

  1. Load history into the PolynomialTrie
  2. Modify the history trie save method to save encrypt the data.
  3. Modify the history trie constructor to decrypt the data.
  4. Combine with Data Compression to decompress data before decryption.