All these methods generate random text by using the secure /dev/urandom source.
Random text generators:
- random-bcrypt-salt: String for bcrypt salt for encryption.
- random-mac-address: A media access control address (MAC address).
- random-match: Match a set of characters given as an argument.
- random-md5: MD5 sum, calling either md5sum or md5 command.
- random-md5-fingerprint: MD5 sum fingerprint.
- random-int: Integer from 0 to max.
- random-int-faster: Integer from 0 to max, skipping the seed.
- random-ip-address: Typical IP address a.b.c.d, all in 130-250 for readability.
- random-password: Opimized password characters for high security needs.
- random-password-words: Memorable password of four random words from a text file.
- random-passphrase: Opimized password characters for high security needs.
- random-salt: Alphanumeric A-Z a-z 0-9, suitable for
mkpasswd
and/etc/shadow
. - random-seed: Seed the bash random number generator using /dev/urandom.
- random-sha-256: SHA 256 appearance, A-Z a-z +, length 44.
- random-ssh-fingerprint: SSH fingerprint with SHA 256, IP address, type.
- random-uuid-upper: UUID in upper case.
- random-uuid-lower: UUID in lower case.
- random-word-characters: Word characters A-Z a-z and underscore.
- random-zid: ZID, which is 32 hexdecimal characters, lower case.
Random text generators for companies:
- random-apple-development-id: Apple.com development id.
- random-aws-pem-fingerprint: Amazon.com AWS PEM key pair fingerprint.
- random-aws-ses-smtp-username: Amazon.com AWS SES SMTP username.
- random-aws-ses-smtp-password: Amazon.com AWS SES SMTP password.
- random-azure-subscription-id: Microsoft.com Azure subscription id.
- random-crittercism-app-id: Crittercism.com app id.
- random-etsy-api-key: Etsy.com API key.
- random-etsy-shop-id: Etsy.com shop id.
- random-facebook-app-id: Facebook.com App Id.
- random-facebook-app-api-secret: Facebook.com App API Secret.
- random-linkedin-app-api-key: LinkedIn.com App API Key.
- random-linkedin-app-secret-key: LinkedIn.com App Secret Key.
- random-mixpanel-token: MixPanel.com token.
- random-segment-analytics-secret: Segment.com analytics secret.
- random-testflight-api-token: TestFlightApp.com API token.
- random-testflight-app-token: TestFlightApp.com app token.
- random-testflight-team-token: TestFlightApp.com team token.
- random-twitter-app-consumer-key: Twitter.com App Consumer Key.
- random-twitter-app-consumer-secret: Twitter.com App Consumer Secret.