Skip to main content

Module crypto

Module crypto 

Source
Expand description

Cryptographic operations for SMB2/3: signing, encryption, key derivation, and compression.

Most users don’t need this module directly – SmbClient handles signing and encryption automatically.

Modules§

compression
SMB2 LZ4 compression for unchained mode (MS-SMB2 section 3.1.4.4).
encryption
SMB2/3 message encryption and decryption.
kdf
SP800-108 key derivation and preauthentication integrity hashing for SMB2/3.
signing
SMB2 message signing and signature verification.