Retail products


Traffic interception SDK

Control every TCP/IP network connection

  • Route connections via proxy
  • Redirect connections and modify the data
  • Block connections and applications
SSL interception SDK

View SSL in plaintext and modify it

  • View the SSL stream decrypted in plaintext
  • Redirect SSL connection and modify decrypted data
  • Browser shows "SSL lock" without warnings

Documentation


blowfish::Pad Struct Reference

Data pad used for encryption. Pseudo-random block used to have varying encryption results. More...

#include <blowfish.h>

Collaboration diagram for blowfish::Pad:

List of all members.


Public Attributes

uint32 P [18]
 P-box for 16 round encryption.
uint32 S [4][256]
 S-box for byte value shuffeling.

Detailed Description

Data pad used for encryption. Pseudo-random block used to have varying encryption results.

Definition at line 27 of file blowfish.h.


Member Data Documentation

P-box for 16 round encryption.

Definition at line 29 of file blowfish.h.

S-box for byte value shuffeling.

Definition at line 30 of file blowfish.h.


The documentation for this struct was generated from the following file: