Crates.io | entropy_test |
lib.rs | entropy_test |
version | 0.0.1 |
source | src |
created_at | 2018-12-17 00:05:00.503496 |
updated_at | 2018-12-17 00:05:00.503496 |
description | CLI tool and API to generate passphrases |
homepage | https://github.com/burrrata/entropy_test |
repository | https://github.com/burrrata/entropy_test |
max_upload_size | |
id | 102241 |
size | 42,580 |
Passwords are dead, but we still use them. With that in mind, this project aims to make the process of creating, remembering, and using passwords better. Security at the cost of usability comes at the cost of security.
While this application generates passphrases that are better than short reused passwords, you can significantly increase the entropy (strength) of your passphrases by including a rare yet memorable word that is not alread in the preloaded words dictionary. Feel free to use the generated passphrases as a starting point, but then alter them to your preferences. Remember! Security at the cost of usability comes at the cost of security :)
UI/UX:
Password Generator:
Password Checker: beyond naive entropy
block any previously pwnd passwords via Troy Hunt's API
actually test dictionary/hashcat attacks against a bank of generated passwords
test passGAN attacks
The CHBS Crate: https://crates.io/crates/chbs
The PGEN Crate: https://crates.io/crates/pgen