From 5b42c2955b37264199314ef0965eb66c336b2c2c Mon Sep 17 00:00:00 2001 From: rugk Date: Thu, 12 May 2016 21:08:01 +0200 Subject: [PATCH] Table prefixes are alos used for security reasons --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index 9f7d20e..c726f4a 100644 --- a/Installation.md +++ b/Installation.md @@ -64,8 +64,8 @@ your data in a database. Basically all databases that are supported by [PDO](http://php.net/manual/en/book.pdo.php) may be used. Automatic table creation is provided for `pdo_ibm`, `pdo_informix`, `pdo_mssql`, `pdo_mysql`, `pdo_oci`, `pdo_pgsql` and `pdo_sqlite`. You may want to provide a table prefix, -if you have to share the zerobin database with another application. The table -prefix option is called `tbl`. +if you have to share the zerobin database with another application or you want +to use a prefix for [security reasons](https://security.stackexchange.com/questions/119510/is-using-a-db-prefix-for-tables-more-secure). The table prefix option is called `tbl`. > #### Note > The "zerobin_db" model has only been tested with SQLite and MySQL, although it