All Projects → anders → Pwgen

anders / Pwgen

macOS password generator

Projects that are alternatives of or similar to Pwgen

genpw
Password Generator
Stars: ✭ 32 (-75.38%)
Mutual labels:  password-generator, password
Go Password
A Golang library for generating high-entropy random passwords similar to 1Password or LastPass.
Stars: ✭ 317 (+143.85%)
Mutual labels:  password, password-generator
PasswordGenerator
A simple C# helper class for ASP.NET Core to generate a random password with custom strength requirements: min length, uppercase, lowercase, digits & more
Stars: ✭ 27 (-79.23%)
Mutual labels:  password-generator, password
OormiPass
Free open source cross platform password manager
Stars: ✭ 50 (-61.54%)
Mutual labels:  password-generator, password
Pgen
Command-line passphrase generator
Stars: ✭ 68 (-47.69%)
Mutual labels:  password, password-generator
lockd
Generate strong passwords and save them in Keychain. Made with SwiftUI
Stars: ✭ 38 (-70.77%)
Mutual labels:  password-generator, password
Xbruteforcer
X Brute Forcer Tool 🔓 WordPress , Joomla , DruPal , OpenCart , Magento
Stars: ✭ 261 (+100.77%)
Mutual labels:  password, password-generator
gpgpwd
Moved to GitLab
Stars: ✭ 22 (-83.08%)
Mutual labels:  password-generator, password
Diceware
Generate secure passwords you can actually remember!
Stars: ✭ 66 (-49.23%)
Mutual labels:  password, password-generator
Strongbox
A KeePass/Password Safe Client for iOS and OS X
Stars: ✭ 586 (+350.77%)
Mutual labels:  password, password-generator
PasswordX
Offline password manager for iOS/macOS
Stars: ✭ 26 (-80%)
Mutual labels:  password-generator, password
Go Diceware
Golang library for generating passphrases via the diceware algorithm.
Stars: ✭ 69 (-46.92%)
Mutual labels:  password, password-generator
LAPSforMac
Local Administrator Password Solution for Mac
Stars: ✭ 29 (-77.69%)
Mutual labels:  password-generator, password
diceware
Improved diceware passphrases
Stars: ✭ 16 (-87.69%)
Mutual labels:  password-generator, password
FlowerPassword
🌸花密,不一样的密码管理器
Stars: ✭ 37 (-71.54%)
Mutual labels:  password-generator, password
MasterPassX
A deterministic stateless password generator.
Stars: ✭ 21 (-83.85%)
Mutual labels:  password-generator, password
password-list
Password lists with top passwords to optimize bruteforce attacks
Stars: ✭ 174 (+33.85%)
Mutual labels:  password-generator, password
webpassgen
Simple web-based password generator
Stars: ✭ 111 (-14.62%)
Mutual labels:  password-generator, password
Passmaker
可以自定义规则的密码字典生成器,支持图形界面 A password-generator that base on the rules that you specified
Stars: ✭ 363 (+179.23%)
Mutual labels:  password, password-generator
Ttpassgen
密码生成 flexible and scriptable password dictionary generator which can support brute-force、combination、complex rule mode etc...
Stars: ✭ 68 (-47.69%)
Mutual labels:  password, password-generator

sf-pwgen

Build Status

sf-pwgen is a command line tool which generates passwords using the SecurityFoundation framework in macOS. It runs on Mountain Lion and later.

sf-pwgen 1.5: macOS password generator
Anders Bergh <[email protected]>

usage: ./sf-pwgen [options]

Available options are:
  -a, --algorithm    Available algorithms: memorable, random, letters, alphanumeric, numbers.
                     The default is `memorable'.
  -c, --count        The number of passwords to generate (default: 5).
  -l, --length       Desired length of the generated passwords (default: 12).
  -L, --language     Generate passwords in a specified language.
                     Languages: en, de, es, fr, it, nl, pt, jp.
                     Note that this feature is broken and will produce garbage, bug: rdar://14889281
  -v, --version      Print the version number and exit.
  -h, --help         Print this message.

SFPasswordAssistant.h

This project also includes SFPasswordAssistant.h, which is a reverse-engineered header for Apple's password assistant API (used in Keychain Access.app, etc). It should work on Snow Leopard and above.

To use it simply include SFPasswordAssistant.h in your project and link to SecurityFoundation.framework.

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].