Skip to content

secure normal string into hashes for having secure and easy to remember password

Notifications You must be signed in to change notification settings

ahoseinian/securify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Securify

version 0.1.1 Created by Amir Hoseinian

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"

About

secure normal string into hashes for having secure and easy to remember password

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages