P5-crypt-hce_sha

Jul 20, 2023

Perl5 interface to one way hash chaining block cipher

 This module implements a chaining block cipher using a one
 way hash.  This method of encryption is the same that is
 used by radius RFC2138 and is also described in Applied
 Cryptography.

 Two interfaces are provided in the module.  The first is
 straight block encryption/decryption the second does base64
 mime encoding/decoding of the encrypted/decrypted blocks.

 The idea is that the two sides have a shared secret that
 supplies one of the keys and a randomly generated block of
 bytes provides the second key.  The random key is passed in
 cleartext between the two sides.

 An example client and server are packaged as modules with
 this module.  They are used in the tests.


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 ...)