Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drnasin committed Nov 21, 2024
1 parent 3361438 commit 8155366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8155366

Please sign in to comment.