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::Block Struct Reference

Unit of encryption. Block of data processed together during an encryption cycle. More...

#include <blowfish.h>

Collaboration diagram for blowfish::Block:

List of all members.


Public Member Functions

 Block (uint32 l, uint32 r)

Public Attributes

uint32 L
uint32 R
 Two data words being shuffled together.

Detailed Description

Unit of encryption. Block of data processed together during an encryption cycle.

Definition at line 17 of file blowfish.h.


Constructor & Destructor Documentation

blowfish::Block::Block ( uint32  l,
uint32  r 
) [inline]

Definition at line 19 of file blowfish.h.

00019 : L(l), R(r) {}


Member Data Documentation

Definition at line 20 of file blowfish.h.

Two data words being shuffled together.

Definition at line 20 of file blowfish.h.


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