Libraries tagged by password generator
ryanj93/php-password-toolbox
13 Downloads
A simple toolkit for generate, analyse and hash passwords with PHP.
philipnorton42/php-password
87 Downloads
Password validation and generation class in PHP
orbital-framework/generator
61 Downloads
Generator library for Orbital Framework
officialozioma/otp-generator
3 Downloads
Laravel OTP generator and validation
justoverclock/flarum-ext-pwgen
603 Downloads
Add a secure password generator to Signup Modal
degraciamathieu/riddler
4960 Downloads
Password generator service
curiolabs/passworder
46 Downloads
Human-readable password generator
actweb/mnemonic
15 Downloads
Converts passed text into mnemonic text, ideal for making passwords easier to read, also includes a password generator
ankurk91/laravel-otp
59 Downloads
One time password (OTP) generator and verifier.
tekkla/core-security
66 Downloads
WIP Small suite of security reletated libs for userhandling, hashgeneration, banchecks, token generators and some other more or less usefull things.
soiposervices/laravel-otp
21 Downloads
Laravel OTP generator and validation
rlvendramini/randompassword
19 Downloads
Simple Random Password Generate Class
orpheus/orpheus-webtools
289 Downloads
Orpheus WebTools
mattkirwan/temp-token
65 Downloads
A nice and simple library which allows you to generate a random token with an accompanying expiration date - perfect for creating 'forgotten password' URL's, however the temporary token could be used for anything.
kruegge82/dhl-authentication-oauth-api
6 Downloads
This API describes how API client can obtain a token which is used to access various Parcel Germany APIs. Using this API is often the first step in making your API call. Preconditions You will need: * client ID (aka "API Key", obtained when you create an app in developer.dhl.com) * client secret (obtained when you create an app in developer.dhl.com) * GKP user name (obtained when setting up your business account with Parcel Germany) * GKP password (obtained when setting up your business account with Parcel Germany) Technical Information This uses an implementation of OAuth2 Password Grant (RFC 6749). After successfull usage you will: * have an opaque access token to be used for API calls afterwards * this token will have an expiration time