1.0.6 • Published 3 years ago

cryptdb v1.0.6

Weekly downloads
6
License
ISC
Repository
-
Last release
3 years ago

CryptDB

CryptDB is a simple, in-app database used for storing, saving, and organizing information in a non-relational database. It does this through a basic implementation of nodes native file system module ("fs"), as well as the library CryptoJS.

All information stored with CryptDB is encrypted using using single-key encryption through CryptoJS's AES encryption algorithm. Additional pass-codes can be used to encrypt individual documents within the system both for added security, and as a rudimentary and low level user-management system.