How to Install and Uninstall golang-github-muesli-crunchy-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: April 27,2024

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

Please follow the guidelines below to install golang-github-muesli-crunchy-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

Please follow the steps below to uninstall golang-github-muesli-crunchy-dev on Ubuntu 20.10 (Groovy Gorilla):

$ 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 20.10 (Groovy Gorilla)

Package: golang-github-muesli-crunchy-dev
Architecture: all
Version: 0.2-1
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-1_all.deb
Size: 6284
MD5sum: c72e1b8e3732257c616ab8fe7a74f824
SHA1: 7969fcbd25cf2e4bf9108d7b55959f6021d38038
SHA256: 90a3942dfef3be57edfdd761cf82a7fd3babed16cf001e745d31be59d74b1e36
SHA512: aa3a1476cb1d590a39ea49fa6b45dc8c5c3a459771b26a49d2afa846f7227ea6ed0cf0621e9a7ac04b04e6e7182765adf26bff787956b422892a6627c67dac1a
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