Data Transform

Data Transform is OS X application to perform different conversions with hex data and strings. 
Processing performed locally and do not require internet connection.

Supported data transforms:
  • Data: Base64, Hexadecimal
  • Crypt: AES256, DES, 3DES,  CAST,  RC4, RC2, Blowfish.  Different padding options.
  • Compression: ZLIB, GZIP
  • Hash: MD5, MD4, MD2, SHA-1 (224, 256, 384, 512)


To process data with needed transform:
  • Load data using Options icon from file, or just Copy&Paste into "Input Data" area
  • Select needed Transform from Transforms list
  • If needed configure options. Picture above shows options for Base64 Encode/Decode workflows
  • Run Transform via click on button with Transform name
  • Depending on Output Data Mode result will be placed in Output Data area or in Input Data area

Pipelines

Pipeline consists of one or more configured Transforms to process input data in specified order at once. Also Pipeline persistently stores Transform configuration options if any.

To create Pipeline:


  • Click + on required Transform from “All Transforms” list
  • Configure Transform parameters if any
  • Add more Transforms to Pipeline if needed
  • Use Drag&Drop to arrange Pipeline Transforms as needed
  • Provide Pipeline name
  • Click “Save” button


To use Pipeline:
  • Select saved Pipeline in “PIPELINES” list of main window
  • Provide Input data
  • Run Pipeline processing button



Enjoy!