Kostenlose, offene REST-API. Keine Authentifizierung nötig. Nutzbar von überall.
| Name | Typ | Default | Beschreibung |
|---|---|---|---|
| length | int | 16 | Passwortlänge (4-128) |
| count | int | 1 | Anzahl (1-50) |
| uppercase | bool | true | Großbuchstaben (A-Z) |
| lowercase | bool | true | Kleinbuchstaben (a-z) |
| numbers | bool | true | Zahlen (0-9) |
| symbols | bool | true | Sonderzeichen |
| Name | Typ | Default | Beschreibung |
|---|---|---|---|
| format | string | hex | hex, base64, uuid |
| length | int | 32 | Länge in Bytes (8-128) |
| prefix | string | "" | Optional: Prefix (z.B. sk_live_) |
| count | int | 1 | Anzahl (1-20) |
| Name | Typ | Default | Beschreibung |
|---|---|---|---|
| count | int | 1 | Anzahl (1-50) |
| uppercase | bool | false | Großbuchstaben |
| braces | bool | false | Mit geschweiften Klammern {} |
| Name | Typ | Default | Beschreibung |
|---|---|---|---|
| format | string | hex | hex, base64, urlsafe |
| length | int | 32 | Länge in Bytes (8-256) |
| count | int | 1 | Anzahl (1-20) |
| Name | Typ | Default | Beschreibung |
|---|---|---|---|
| text | string | (required) | Der zu hashende Text |
| algorithm | string | all | md5, sha1, sha256, sha512 |
| Name | Typ | Default | Beschreibung |
|---|---|---|---|
| format | string | hex | hex, rgb, hsl |
| count | int | 6 | Anzahl (1-24) |
| Name | Typ | Default | Beschreibung |
|---|---|---|---|
| mode | string | paragraphs | paragraphs, sentences, words |
| count | int | 3 | Anzahl (1-50) |
| Name | Typ | Default | Beschreibung |
|---|---|---|---|
| length | int | 4 | Stellenanzahl (3-12) |
| count | int | 1 | Anzahl (1-50) |
| Name | Typ | Default | Beschreibung |
|---|---|---|---|
| min | int | 1 | Minimum |
| max | int | 100 | Maximum |
| count | int | 1 | Anzahl (1-100) |
| decimal | bool | false | Dezimalzahlen generieren |
| unique | bool | false | Nur eindeutige Zahlen |
| Name | Typ | Default | Beschreibung |
|---|---|---|---|
| bits | string | aes-256 | aes-128, aes-256, hmac-256, hmac-512, custom |
| format | string | hex | hex, base64 |
| count | int | 1 | Anzahl (1-10) |
| bytes | int | 32 | Nur bei bits=custom (8-256) |
| Name | Typ | Default | Beschreibung |
|---|---|---|---|
| gender | string | random | random, male, female |
| count | int | 1 | Anzahl (1-10) |
| Name | Typ | Default | Beschreibung |
|---|---|---|---|
| text | string | (required) | Der zu encodierende/decodierende Text |
| action | string | encode | encode oder decode |
| Name | Typ | Default | Beschreibung |
|---|---|---|---|
| text | string | (required) | Der zu encodierende/decodierende Text |
| action | string | encode | encode oder decode |
| Name | Typ | Default | Beschreibung |
|---|---|---|---|
| action | string | to_date | to_date oder to_timestamp |
| timestamp | int | now | Unix Timestamp (für to_date) |
| date | string | now | Datum (für to_timestamp, z.B. 2026-02-21T12:00:00) |