jarvismayur / Cipher_Craftt

CipherCraftt is a powerful and customizable password generator that creates secure and memorable passwords or passphrases. It features passphrase generation, password expiry checking, entropy calculation, customizable wordlists, and more to ensure your passwords are both strong and easy to manage.
https://pypi.org/project/cipher-craftt/
Apache License 2.0
2 stars 0 forks source link

Dictionary Attack-Resistant Passwords #16

Open jarvismayur opened 2 months ago

jarvismayur commented 2 months ago

Create a method to generate passwords that are resistant to dictionary attacks by avoiding common words and patterns.

jarvismayur commented 2 months ago

Default feature will be added in future.