How to Install and Uninstall golang-github-muesli-crunchy-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 29,2024

1. Install "golang-github-muesli-crunchy-dev" package

This guide let you learn how to install golang-github-muesli-crunchy-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install golang-github-muesli-crunchy-dev

2. Uninstall "golang-github-muesli-crunchy-dev" package

Please follow the guidelines below to uninstall golang-github-muesli-crunchy-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove golang-github-muesli-crunchy-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-muesli-crunchy-dev package on Ubuntu 21.10 (Impish Indri)

Package: golang-github-muesli-crunchy-dev
Architecture: all
Version: 0.2-2
Priority: optional
Section: universe/devel
Source: golang-github-muesli-crunchy
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 27
Depends: golang-github-xrash-smetrics-dev
Suggests: cracklib-runitme, dictionaries-common, wamerican
Filename: pool/universe/g/golang-github-muesli-crunchy/golang-github-muesli-crunchy-dev_0.2-2_all.deb
Size: 6552
MD5sum: 9b298fbd0141d2cf8e5467f724c86a0e
SHA1: 4f1a1a282d4adae3e5db4bfa8b4aff45d1a42bce
SHA256: 4e8773ce4c6d3aae4b40b5f1dd9b546c566cde70cb677aa7d7f7bb6ee04d084e
SHA512: d4f3e074fb9b03ed88036fd639d3516f5dfda55cb656fb7714382814639bbf9f1ec2625d49ec60691d5ac0f5aca4b5e5df754f1dcbe53bbd4f1538dada81f66b
Homepage: https://github.com/muesli/crunchy
Description-en: finds common flaws in passwords
crunchy finds common flaws in passwords. It detects the following flaws:
- Empty passwords: ErrEmpty
- Too short passwords: ErrTooShort
- Too few different characters, like "aabbccdd": ErrTooFewChars
- Systematic passwords, like "abcdefgh" or "87654321": ErrTooSystematic
- Passwords from a dictionary / wordlist: ErrDictionary
- Mangled / reversed passwords, like "p@ssw0rd": ErrMangledDictionary
- Hashed dictionary words, like "5f4dcc3b5aa765d61d8327deb882cf99"
(the md5sum of "password"): ErrHashedDictionary
.
System dictionaries from /usr/share/dict will be indexed. If no dictionaries
were found, crunchy only relies on the regular sanity checks (ErrEmpty,
ErrTooShort, ErrTooFewChars and ErrTooSystematic).
.
crunchy uses the WagnerFischer algorithm to find mangled passwords in your
dictionaries.
Description-md5: 107672bdd16ff4f91e35fe0a6c63233f