hellsan631 / LogosDB

A database micro-framework for creating simple DB interaction without the need for a full framework
1 stars 0 forks source link

Example Websites #13

Open hellsan631 opened 9 years ago

hellsan631 commented 9 years ago

Includes a simple example website on how to implement LogosDB along with its security features.

A basic authentication page would do:

Login.php - a simple login form with a register option Auth.php - login authentication Index.php - A simple index page with a list of messages, encrypt/decrypt options where you can encrypt a message (with default message), or decrypt it.