Skip to content

Implementation of a secure storage system for messages in C++ with provisions for fast retrieval of data by storing them in an encrypted form by using an effective hashing mechanism derived from the basic idea of AES and encrypting the message using a binary tree and storing the records in a B+ tree

Notifications You must be signed in to change notification settings

NanaKrish/Secure-storage-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Secure-storage-implementation

Implementation of a secure storage system for messages in C++ with provisions for fast retrieval of data by storing them in an encrypted form by using an effective hashing mechanism derived from the basic idea of AES and encrypting the message using a binary tree and storing the records in a B+ tree

About

Implementation of a secure storage system for messages in C++ with provisions for fast retrieval of data by storing them in an encrypted form by using an effective hashing mechanism derived from the basic idea of AES and encrypting the message using a binary tree and storing the records in a B+ tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages