Commit Graph

13 Commits

Author SHA1 Message Date
soutade b4b54ec57c Checks for right shadow login when adding an entry
Use exec() instead of query() when it's necessary for SQL queries
2017-04-17 20:37:26 +02:00
soutade cef1194ad0 Add new encryption scheme in server part. 2017-04-17 20:37:26 +02:00
soutade 89465f4c68 Don't use shadow if the flag is not defined 2017-04-17 20:37:26 +02:00
soutade 241867e93c Database access optimization if there is no shadow logins 2017-04-17 20:37:26 +02:00
Gregory Soutade cc66b612ef New version of database, add last_access_time field 2015-12-04 17:01:41 +01:00
Gregory Soutade b255a8cd90 Display an error message when a query failed (previous : silent fail...) 2015-09-05 09:21:45 +02:00
Gregory Soutade e9c6208b54 Introduce shadow logins 2015-02-09 18:57:49 +01:00
Gregory Soutade 85ec5e33bc Server side modifications
Fix bad implementation of PKDBF2 and HMAC
New protocol version (2)
2013-12-07 10:14:38 +01:00
Gregory Soutade c44e84124b Add add_entry and delete_entry 2013-10-22 18:33:44 +02:00
Gregory Soutade f56d067483 Full JS : first pass, all seems to work execpt add/delete/update 2013-10-19 16:34:12 +02:00
Gregory Soutade 67d21ff3ef Server side :
* Trim password and login before instertion
	* Can use empty master key to see user passwords
	* Fix a bug : can't decode multiple queries from client

Client side :
	* Don't send empty username
	* Update README
2013-10-17 18:26:54 +02:00
Gregory Soutade a9fc6d00ee Server doesn't known clear master key anymore 2013-10-12 12:00:12 +02:00
soutade 82f95fe6e9 Initial commit 2013-10-09 20:47:43 +02:00