Difference between revisions of "Random"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(32 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[wikipedia:Random]] | |
− | + | [[openssl]]: | |
+ | [[openssl rand -base64]] 32 | ||
+ | +sdaWMDq4GEMp8wqGwgoCZXUlUmy/K/8ji5J+WBJM14= | ||
+ | |||
+ | [[Terraform]] | ||
+ | random = { | ||
+ | source = "[[hashicorp/random]]" | ||
+ | version = "3.1.0" | ||
+ | } | ||
+ | |||
+ | terraform --version | ||
+ | Terraform v1.1.7 | ||
+ | on darwin_arm64 | ||
+ | + provider registry.terraform.io/hashicorp/aws v4.16.0 | ||
+ | + provider registry.terraform.io/hashicorp/random v3.2.0 | ||
+ | |||
+ | value = [[random_password.]]rds_pass.result | ||
+ | |||
+ | [[$RANDOM]] | ||
+ | echo $RANDOM | ||
+ | |||
+ | == Related terms == | ||
+ | * <code>[[/dev/]]random</code> | ||
+ | * <code>[[/dev/]]urandom</code> | ||
+ | * [[haveged]] | ||
+ | * [[RNG]] | ||
+ | * <code>[[aws secretsmanager get-random-password]]</code> | ||
+ | * [[Hash]]: <code>[[md5sum]], [[sha512sum]]</code> | ||
+ | * [[Terraform resources]]: <code>[[Terraform resource: random string|random_string]], [[random_password]]</code> | ||
+ | * [[Drand]], random [[as a service]] | ||
+ | * <code>[[RANDAO]]</code> contract in [[Blockchain]] | ||
+ | |||
+ | == See also == | ||
+ | * {{openssl rand}} | ||
+ | * {{Random}} | ||
+ | |||
+ | |||
+ | [[Category:Computing]] |
Latest revision as of 09:37, 5 June 2024
openssl rand -base64 32 +sdaWMDq4GEMp8wqGwgoCZXUlUmy/K/8ji5J+WBJM14=
random = { source = "hashicorp/random" version = "3.1.0" }
terraform --version Terraform v1.1.7 on darwin_arm64 + provider registry.terraform.io/hashicorp/aws v4.16.0 + provider registry.terraform.io/hashicorp/random v3.2.0
value = random_password.rds_pass.result
$RANDOM echo $RANDOM
Related terms[edit]
/dev/random
/dev/urandom
- haveged
- RNG
aws secretsmanager get-random-password
- Hash:
md5sum, sha512sum
- Terraform resources:
random_string, random_password
- Drand, random as a service
RANDAO
contract in Blockchain
See also[edit]
Advertising: