Skip to content

String Tools Module

Munir Njiru edited this page Nov 25, 2015 · 1 revision

#String Tools Module

This module currently implements two types of string manipulation tools.

  • Random String Generator - enables one to generate a random string based on a length of choice . this could be used for a password or during obfuscation to add many random characters inbetween filtered strings.
  • Decimal Converter- This simply helps one calculate the Octal, binary or hex equivalent of a given number in event one needs to present it otherwise on a system e.g. a system PIN requires HEX representation of the 4 digit pin etc.

To use the feature:

  • Click on Web Utils
  • Click on String Tools
  • use the features as described above.