RND
Random data generator: secure character streams and large files
Generate a lot of random junk.
Create:
• huge files
• random character stream
• specific character sequence
Example uses - generate:
• specific number of characters for testing web forms
• restricted range character stream
• control characters, 'high characters', emojis for fuzzing application input
• specific byte sequence
• Unicode character range
• file overwrites to the exact byte count
• custom text strings as content filler
• long password strings
• specific...