mgholam / RaptorDB-Document

NoSql, JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filters (now with standalone Server mode, Backup and Active Restore, Transactions, Server side queries, MonoDroid support, HQ-Branch Replication, .net core v2.0, .net standard v2.0)
http://www.codeproject.com/Articles/375413/RaptorDB-the-Document-Store
MIT License
162 stars 39 forks source link

Cryptography #5

Open exyi opened 9 years ago

exyi commented 9 years ago
  1. MurMurHash is not cryptographically safe hash function so you shouldn't use it for passwords
  2. What about to encrypt the network traffic simply by AES with the hashed users password
mgholam commented 9 years ago

Yes, the current security implementation works but is lacking.