The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Strong Password V2 - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28) +--- Forum: Modifications and Hackery (https://userspice.com/forums/forumdisplay.php?fid=29) +--- Thread: Strong Password V2 (/showthread.php?tid=165) |
Strong Password V2 - Ponchale - 06-16-2016 I share the code for calculate the strong of one password <pre> Code: entropia_x_caracter= log2(n) <pre> Code: function checkPass($pass) { Strong Password V2 - mudmin - 06-16-2016 This has been on my mental to-do list for a while! Thank you. I will check this out! |