Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nguyenj-c/security_web
Project created for course [ECUE5] entitled "Security Web".
https://github.com/nguyenj-c/security_web
css html js mvc php scss security
Last synced: 24 days ago
JSON representation
Project created for course [ECUE5] entitled "Security Web".
- Host: GitHub
- URL: https://github.com/nguyenj-c/security_web
- Owner: nguyenj-c
- License: mit
- Created: 2022-03-19T08:13:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T17:10:36.000Z (over 2 years ago)
- Last Synced: 2024-11-11T03:27:58.626Z (3 months ago)
- Topics: css, html, js, mvc, php, scss, security
- Language: SCSS
- Homepage:
- Size: 2.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Security_Web
Created as part of the course [ECUE5] entitled "Security Web".
In each directory you can launch ```php -S localhost:5555 ``` to have the visual result of the programm.
So we have the directory called hash wich compare the different type of [hash function of PHP](https://www.php.net/manual/fr/function.hash.php) by their time of execution and we also do the same with the directory called OpenSLL wich compare not the hash function but the encryption and decryption of password using [OpenSLL method](https://www.php.net/manual/fr/book.openssl.php).
After that, we have 2 others directory that are website to configure and find the errors in the code.Author : [@nguyenj-c](https://github.com/nguyenj-c)