{"id":22808114,"url":"https://github.com/sixarm/sixarm_shell_random_scripts","last_synced_at":"2025-09-09T12:40:10.078Z","repository":{"id":26389234,"uuid":"29838742","full_name":"SixArm/sixarm_shell_random_scripts","owner":"SixArm","description":"SixArm.com → Shell → Random scripts to generate text","archived":false,"fork":false,"pushed_at":"2025-04-14T09:22:11.000Z","size":59,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T10:31:44.965Z","etag":null,"topics":["encryption","random","script","security","shell","unix"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SixArm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-01-26T00:53:23.000Z","updated_at":"2025-04-14T09:22:15.000Z","dependencies_parsed_at":"2024-11-12T22:24:37.586Z","dependency_job_id":"9ab92e62-4090-4a25-a589-acaf604baacd","html_url":"https://github.com/SixArm/sixarm_shell_random_scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_shell_random_scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_shell_random_scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_shell_random_scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_shell_random_scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SixArm","download_url":"https://codeload.github.com/SixArm/sixarm_shell_random_scripts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250242853,"owners_count":21398210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["encryption","random","script","security","shell","unix"],"created_at":"2024-12-12T11:08:00.448Z","updated_at":"2025-04-22T12:42:37.275Z","avatar_url":"https://github.com/SixArm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shell » \u003cbr\u003e Random scripts for generating text\n\nAll these methods generate random text by using the secure /dev/urandom source.\n\nRandom text generators:\n\n  * [random-bcrypt-salt](random-bcrypt-salt): String for bcrypt salt for encryption.\n  * [random-mac-address](random-mac-address): A media access control address (MAC address).\n  * [random-match](random-match): Match a set of characters given as an argument.\n  * [random-md5](random-md5): MD5 sum, calling either md5sum or md5 command.\n  * [random-md5-fingerprint](random-md5-fingerprint): MD5 sum fingerprint.\n  * [random-int](random-int): Integer from 0 to max.\n  * [random-int-faster](random-int-faster): Integer from 0 to max, skipping the seed.\n  * [random-ip-address](random-ip-address): Typical IP address a.b.c.d, all in 130-250 for readability.\n  * [random-password](random-password): Opimized password characters for high security needs.\n  * [random-password-words](random-password-words): Memorable password of four random words from a text file.\n  * [random-passphrase](random-passphrase): Opimized password characters for high security needs.\n  * [random-salt](random-salt): Alphanumeric A-Z a-z 0-9, suitable for `mkpasswd` and `/etc/shadow`.\n  * [random-seed](random-seed): Seed the bash random number generator using /dev/urandom.\n  * [random-sha-256](random-sha-256): SHA 256 appearance, A-Z a-z +, length 44.\n  * [random-ssh-fingerprint](random-ssh-fingerprint): SSH fingerprint with SHA 256, IP address, type.\n  * [random-uuid-upper](random-uuid-upper): UUID in upper case.\n  * [random-uuid-lower](random-uuid-lower): UUID in lower case.\n  * [random-word-characters](random-word-characters): Word characters A-Z a-z and underscore.\n  * [random-zid](random-zid): ZID, which is 32 hexdecimal characters, lower case.\n\nRandom text generators for companies:\n\n  * [random-apple-development-id](random-apple-development-id): Apple.com development id.\n  * [random-aws-pem-fingerprint](random-aws-pem-fingerprint): Amazon.com AWS PEM key pair fingerprint.\n  * [random-aws-ses-smtp-username](random-aws-ses-smtp-username): Amazon.com AWS SES SMTP username.\n  * [random-aws-ses-smtp-password](random-aws-ses-smtp-password): Amazon.com AWS SES SMTP password.\n  * [random-azure-subscription-id](random-azure-subscription-id): Microsoft.com Azure subscription id.\n  * [random-crittercism-app-id](random-crittercism-app-id): Crittercism.com app id.\n  * [random-etsy-api-key](random-etsy-api-key): Etsy.com API key.\n  * [random-etsy-shop-id](random-etsy-shop-id): Etsy.com shop id.\n  * [random-facebook-app-id](random-facebook-app-id): Facebook.com App Id.\n  * [random-facebook-app-api-secret](random-facebook-app-api-secret): Facebook.com App API Secret.\n  * [random-linkedin-app-api-key](random-linkedin-app-api-key): LinkedIn.com App API Key.\n  * [random-linkedin-app-secret-key](random-linkedin-app-secret-key): LinkedIn.com App Secret Key.\n  * [random-mixpanel-token](random-mixpanel-token): MixPanel.com token.\n  * [random-segment-analytics-secret](random-segment-analytics-secret): Segment.com analytics secret.\n  * [random-testflight-api-token](random-testflight-api-token): TestFlightApp.com API token.\n  * [random-testflight-app-token](random-testflight-app-token): TestFlightApp.com app token.\n  * [random-testflight-team-token](random-testflight-team-token): TestFlightApp.com team token.\n  * [random-twitter-app-consumer-key](random-twitter-app-consumer-key): Twitter.com App Consumer Key.\n  * [random-twitter-app-consumer-secret](random-twitter-app-consumer-secret): Twitter.com App Consumer Secret.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixarm%2Fsixarm_shell_random_scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsixarm%2Fsixarm_shell_random_scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixarm%2Fsixarm_shell_random_scripts/lists"}