Online tools

List of free online tools

Link Description
Online password generator

Generate up to 50 passwords with the length and content you specify

Online spin-text generator

Generate and download thousands of unique texts based on your spintax.

Transfer large file

Upload large file and get download link that you can share.


Online APIs

List of free online APIs

Method Description

Generate up to 50 passwords with the length and content you specify

GET:

/api/password/length/{password_length}/count/{number_of_password}/datasets/{data_set_ids}

  • Output format: JSON
  • Password length e.g.: 24
  • Number of passwords e.g.: 5
  • Data set IDs e.g.: 125
    • Data set 1: [a-z]
    • Data set 2: [A-Z]
    • Data set 3: [0-9]
    • Data set 4: [+-!#¤%&=?€£$@]
    • Data set 5: [.,;:_^~*|/?=()[]{}]

Click here to test: /api/password/length/24/count/5/datasets/125

Method Description

Generate spin-texts in the amount and via the spintax you specify

POST:

/api/spintext/count/{number_of_texts}/format/{csc_txt}/return/{text_zip}

POST: spintax: Your spintax to be used to generate the spin-text

  • Output format: JSON
  • count: Number of spin-texts to be generated. If your spin-tax is not able to generate the amount you specify the tool will return as many as it was possible to generate.
  • format: [csv|txt]
  • return: [text|zip]. Beware [text] can only be combined with format:[csv]. [zip] can be combined with both formats and the data returned will contains a unique URL where you can download the zip-file that contains the spin-texts file(s).

To test this you need to use a tool like PostMan

No user data are tracked on this website