Compare commits

...

12 Commits

Author SHA1 Message Date
Alexander Kartavenko a55c5bbc85
Merge pull request #1269 from ziadoz/alexkart-patch-2
Change url for owasp zap project and add a link to owasp itself
2024-03-03 20:53:00 +02:00
Alexander Kartavenko 3209d38541
Change url for owasp zap project and add a link to owasp itself 2024-03-03 20:52:49 +02:00
Alexander Kartavenko 5d575eb39b
Merge pull request #1268 from ziadoz/alexkart-patch-2
Remove VAddy
2024-03-03 20:33:30 +02:00
Alexander Kartavenko 03d03f9756
Remove VAddy
Doesn't seem to be alive.
2024-03-03 20:33:19 +02:00
Alexander Kartavenko b671938815
Merge pull request #1267 from ziadoz/alexkart-patch-2
Remove TCrypto
2024-03-03 20:27:22 +02:00
Alexander Kartavenko 764b7f2d7b
Remove TCrypto
Not maintained.
2024-03-03 20:27:10 +02:00
Alexander Kartavenko 4fa0b98255
Merge pull request #1266 from ziadoz/alexkart-patch-2
Remove RandomLib
2024-03-03 20:20:08 +02:00
Alexander Kartavenko 0293bd6cd8
Remove RandomLib
Not maintained.
2024-03-03 20:19:56 +02:00
Alexander Kartavenko cbd8acb0e4
Merge pull request #1265 from ziadoz/alexkart-patch-2
Remove PHP SSH
2024-03-03 20:12:58 +02:00
Alexander Kartavenko 6310a60ae0
Remove PHP SSH
Not maintained.
2024-03-03 20:12:07 +02:00
Alexander Kartavenko b4d61a3a03
Merge pull request #1264 from ziadoz/alexkart-patch-2
Remove iniscan
2024-03-03 20:05:45 +02:00
Alexander Kartavenko 46e7d97f06
Remove iniscan
Not maintained.
2024-03-03 20:05:30 +02:00
1 changed files with 2 additions and 6 deletions

View File

@ -357,19 +357,15 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Halite](https://paragonie.com/project/halite) - A simple library for encryption using [libsodium](https://github.com/jedisct1/libsodium).
* [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
* [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
* [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.
* [OWASP](https://owasp.org/) - Explore the world of cyber security.
* [PHPGGC](https://github.com/ambionics/phpggc) - A library of PHP unserializable payloads along with a tool to generate them.
* [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library.
* [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object-orientated SSH wrapper library.
* [PHPSecLib](https://phpseclib.sourceforge.net) - A pure PHP secure communications library.
* [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
* [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
* [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
* [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool.
* [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
* [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications.
* [Zap](https://github.com/OWASP/www-project-zap) - An integrated penetration testing tool for web applications.
* [Zap](https://github.com/zaproxy/zaproxy) - An integrated penetration testing tool for web applications.
### Passwords
*Libraries and tools for working with and storing passwords.*