P5-crypt-password-util

Jul 20, 2023

Crypt password utilities

CryptPasswordUtil is a crypt password utilities.

Its crypt$str works like Perl’s crypt, but automatically choose the appropriate crypt type and random salt. Will first choose SSHA512 with 64-bit random salt. If not supported by system, fall back to MD5-CRYPT with 32-bit random salt. If that is not supported, fall back to CRYPT.

Its crypt_type$str returns crypt type, or undef if $str does not look like a crypted password. Currently known types CRYPT traditional DES crypt, MD5-CRYPT including Apache variant, SSHA256 salted SHA256, SSHA512 salted SHA512, and PLAIN-MD5.

See also AuthenPassphrase which recognizes more encodings but currently not SSHA256 and SSHA512.



Checkout these related ports:
  • Zzuf - Transparent application input fuzzer
  • Zlint - X.509 certificate linter
  • Zeronet - Decentralized websites using Bitcoin crypto and BitTorrent network
  • Zenmap - GUI frontend for the Nmap scanning utility
  • Zeek - System for detecting network intruders in real-time
  • Zaproxy - The OWASP zed attack proxy
  • Yubioath-desktop - GUI for displaying OATH codes with a Yubikey
  • Yubikey-personalization-gui - Graphical YubiKey personalization tool
  • Yubikey-manager-qt - Cross-platform application for configuring any YubiKey
  • Yubikey-agent - Seamless ssh-agent for YubiKeys
  • Yubico-piv-tool - Yubico PIV tool
  • Ylva - Command line password manager and file encryption program
  • Ykpers - Library and tool for personalization of Yubico's YubiKey
  • Ykclient - Yubico C client library
  • Yersinia - Layer 2 vulnerability scanner (switches, spanning tree, 802.1q ...)