Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sixarm/sixarm_shell_random_scripts
SixArm.com → Shell → Random scripts to generate text
https://github.com/sixarm/sixarm_shell_random_scripts
encryption random script security shell unix
Last synced: about 1 month ago
JSON representation
SixArm.com → Shell → Random scripts to generate text
- Host: GitHub
- URL: https://github.com/sixarm/sixarm_shell_random_scripts
- Owner: SixArm
- Created: 2015-01-26T00:53:23.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T21:39:18.000Z (2 months ago)
- Last Synced: 2024-11-12T22:29:25.985Z (2 months ago)
- Topics: encryption, random, script, security, shell, unix
- Language: Shell
- Homepage:
- Size: 54.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Shell »
Random scripts for generating textAll these methods generate random text by using the secure /dev/urandom source.
Random text generators:
* [random-bcrypt-salt](random-bcrypt-salt): String for bcrypt salt for encryption.
* [random-mac-address](random-mac-address): A media access control address (MAC address).
* [random-match](random-match): Match a set of characters given as an argument.
* [random-md5](random-md5): MD5 sum, calling either md5sum or md5 command.
* [random-md5-fingerprint](random-md5-fingerprint): MD5 sum fingerprint.
* [random-int](random-int): Integer from 0 to max.
* [random-int-faster](random-int-faster): Integer from 0 to max, skipping the seed.
* [random-ip-address](random-ip-address): Typical IP address a.b.c.d, all in 130-250 for readability.
* [random-password](random-password): Opimized password characters for high security needs.
* [random-password-words](random-password-words): Memorable password of four random words from a text file.
* [random-passphrase](random-passphrase): Opimized password characters for high security needs.
* [random-salt](random-salt): Alphanumeric A-Z a-z 0-9, suitable for `mkpasswd` and `/etc/shadow`.
* [random-seed](random-seed): Seed the bash random number generator using /dev/urandom.
* [random-sha-256](random-sha-256): SHA 256 appearance, A-Z a-z +, length 44.
* [random-ssh-fingerprint](random-ssh-fingerprint): SSH fingerprint with SHA 256, IP address, type.
* [random-uuid-upper](random-uuid-upper): UUID in upper case.
* [random-uuid-lower](random-uuid-lower): UUID in lower case.
* [random-word-characters](random-word-characters): Word characters A-Z a-z and underscore.
* [random-zid](random-zid): ZID, which is 32 hexdecimal characters, lower case.Random text generators for companies:
* [random-apple-development-id](random-apple-development-id): Apple.com development id.
* [random-aws-pem-fingerprint](random-aws-pem-fingerprint): Amazon.com AWS PEM key pair fingerprint.
* [random-aws-ses-smtp-username](random-aws-ses-smtp-username): Amazon.com AWS SES SMTP username.
* [random-aws-ses-smtp-password](random-aws-ses-smtp-password): Amazon.com AWS SES SMTP password.
* [random-azure-subscription-id](random-azure-subscription-id): Microsoft.com Azure subscription id.
* [random-crittercism-app-id](random-crittercism-app-id): Crittercism.com app id.
* [random-etsy-api-key](random-etsy-api-key): Etsy.com API key.
* [random-etsy-shop-id](random-etsy-shop-id): Etsy.com shop id.
* [random-facebook-app-id](random-facebook-app-id): Facebook.com App Id.
* [random-facebook-app-api-secret](random-facebook-app-api-secret): Facebook.com App API Secret.
* [random-linkedin-app-api-key](random-linkedin-app-api-key): LinkedIn.com App API Key.
* [random-linkedin-app-secret-key](random-linkedin-app-secret-key): LinkedIn.com App Secret Key.
* [random-mixpanel-token](random-mixpanel-token): MixPanel.com token.
* [random-segment-analytics-secret](random-segment-analytics-secret): Segment.com analytics secret.
* [random-testflight-api-token](random-testflight-api-token): TestFlightApp.com API token.
* [random-testflight-app-token](random-testflight-app-token): TestFlightApp.com app token.
* [random-testflight-team-token](random-testflight-team-token): TestFlightApp.com team token.
* [random-twitter-app-consumer-key](random-twitter-app-consumer-key): Twitter.com App Consumer Key.
* [random-twitter-app-consumer-secret](random-twitter-app-consumer-secret): Twitter.com App Consumer Secret.