All Projects → sunnysingh → phpass-starter

sunnysingh / phpass-starter

Licence: other
A starter project for Phpass.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to phpass-starter

password-dart
A set of high-level APIs over PointyCastle and CryptoUtils to hash and verify passwords securely.
Stars: ✭ 40 (+66.67%)
Mutual labels:  password, hash
Password4j
Password4j is a user-friendly cryptographic library that supports Argon2, Bcrypt, Scrypt, PBKDF2 and various cryptographic hash functions.
Stars: ✭ 124 (+416.67%)
Mutual labels:  password, hash
LinuxHashCracker
🔨 Linux Hash Cracker
Stars: ✭ 19 (-20.83%)
Mutual labels:  password, hash
crypthash-net
CryptHash.NET is a .NET multi-target library to encrypt/decrypt/hash/encode/decode strings and files, with an optional .NET Core multiplatform console utility.
Stars: ✭ 33 (+37.5%)
Mutual labels:  password, hash
Hackers Tool Kit
Its a framework filled with alot of options and hacking tools you use directly in the script from brute forcing to payload making im still adding more stuff i now have another tool out called htkl-lite its hackers-tool-kit just not as big and messy to see updates check on my instagram @tuf_unkn0wn or if there are any problems message me on instagram
Stars: ✭ 211 (+779.17%)
Mutual labels:  password, hash
Simple Scrypt
A convenience library for generating, comparing and inspecting password hashes using the scrypt KDF in Go 🔑
Stars: ✭ 168 (+600%)
Mutual labels:  password, hash
John
John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs
Stars: ✭ 5,656 (+23466.67%)
Mutual labels:  password, hash
bookshelf-secure-password
A Bookshelf.js plugin for handling secure passwords
Stars: ✭ 24 (+0%)
Mutual labels:  password, hash
Dcipher Cli
🔓Crack hashes using online rainbow & lookup table attack services, right from your terminal.
Stars: ✭ 193 (+704.17%)
Mutual labels:  password, hash
Leaked
Leaked? 2.1 - A Checking tool for Hash codes, Passwords and Emails leaked
Stars: ✭ 184 (+666.67%)
Mutual labels:  password, hash
bcrypt
BCrypt is a password hashing function
Stars: ✭ 138 (+475%)
Mutual labels:  password, hash
BruteForce
A simple brute forcer written in GO for SHA1, SHA256, SHA512, MD5 and bcrypt
Stars: ✭ 49 (+104.17%)
Mutual labels:  password, hash
cdnupload
Upload your site's static files to a directory or CDN, using content-based hashing
Stars: ✭ 41 (+70.83%)
Mutual labels:  hash
minizip-asm.js
Minizip in javascript. Work with password. Demo:
Stars: ✭ 38 (+58.33%)
Mutual labels:  password
agent
hashtopolis.org
Stars: ✭ 19 (-20.83%)
Mutual labels:  hash
DelphiEncryptionCompendium
Cryptographic library for Embarcadero Delphi and potentially for FPC as well
Stars: ✭ 181 (+654.17%)
Mutual labels:  hash
laravel-hashid
HashId Implementation on Laravel Eloquent ORM
Stars: ✭ 23 (-4.17%)
Mutual labels:  hash
Valour
An open source chat client for freedom
Stars: ✭ 52 (+116.67%)
Mutual labels:  hash
New-AdPasswordReminder
PowerShell script to email users that their password is soon expiring, along with info on how to change it. Designed to run as a scheduled task on a machine with the Active Directory PowerShell module installed.
Stars: ✭ 20 (-16.67%)
Mutual labels:  password
Password Generator
🔄 Simple password generator class library in C# 6.0, use for generate your own password! 📗
Stars: ✭ 21 (-12.5%)
Mutual labels:  password

Phpass Starter is an easy way to learn more about and get started with Phpass.

The purpose of this project is to get more developers to move away from functions such as md5(); that weren't meant for password hashing. Using proper password encryption techniques is now easier thanks to the many frameworks out there such as Phpass, but can seem a bit confusing at first. Phpass Starter is meant to lower the learning curve so that developers of various skills can finally build more secure websites.

What's Inside

PasswordHash.php: The actual Phpass framework.

signup.php: Example code for creating a hash of a user's password.

login.php: Example code for checking a user's password against a stored hash.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].