From 8155366a030d5706ea8ec609d4cd613cb1b19afe Mon Sep 17 00:00:00 2001 From: Ante Drnasin Date: Thu, 21 Nov 2024 10:39:56 +0100 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81e752e..d7dbab7 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ As per cipher mode used (CBC in this case) data are encrypted using:\ cipher mode used (AES = 256 bits = 32 bytes -> meaning: generated "IV" has to be 32 bytes long) ### Database -.sql file (mysql dialect) is provided in *schema* dir. +@see SessionHandler::createTable() -mysql tip: BINARY field type would also work +https://github.com/drnasin/mysql-pdo-secure-session-handler/blob/336143844bd89ee88daa2ff20058798f742c83f3/src/Drnasin/Session/SessionHandler.php#L373 ### Usage