Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() ![]() |
Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2021-11-07 (9 months ago) ![]() | Not yet rated by the users | Total: 358 | All time: 6,883 This week: 326![]() |
Version | License | PHP version | Categories | |||
securify 0.1.0 | MIT/X Consortium ... | 5.0 | PHP 5, Text processing, Security |
Description | Author | |||||||||||||||||||||||
This class can generate passwords replacing random characters. Innovation Award |
|
Securify ========== version 0.1.1 Created by [Amir Hoseinian](https://www.amirhoseinian.com) Introduction ----------------- this small class is built for - secure php password from something like "php password" to "P#p P@$$\/\/0Rd" this is a automatic password generator but instead of creating something meaningless it make meaningful hash like strings. so users can remember their password easily and password is secure enough. Usage ----- <?php require_once("Securify.php"); $str = "php password"; $securify = new Securify; $securedString = $securify($str,100);//second param is lvl of securifieng (1-100) in other word it`s the chance that words of the string change to something else echo $securedString; // somthing like "P#p P@$$\/\/0Rd" , "P#p PA$sW0R|)" or in lower lvls "Php Pas$woRd" |
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() ![]() |
Data | Auxiliary data | ||
![]() |
Class | Class source |
![]() |
/ | example | / | example1 |
File | Role | Description |
---|---|---|
![]() ![]() |
Photo | Photograph |
![]() ![]() |
Example | Example script |
![]() |
/ | example | / | example2 |
File | Role | Description |
---|---|---|
![]() ![]() |
Output | Sample output |
![]() ![]() |
Example | Example script |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.