8.6K results in 30 ms
7 years ago · Jan 03, 2019, 10:18 AM
return sts_client def get_crossaccount_credentials(access_key, secret_key, role_arn): client = create_sts_client(access_key, secret_key)
7 years ago · Jan 03, 2019, 09:52 AM
(ns enstratus-api.signature) (defn sign-request [access-key secret-key user-agent http-method resource-path api-version] (apply str (interpose \: [access-key http-method resource-path (str timestamp) user-agent])))
7 years ago · Jan 03, 2019, 07:38 AM
bucket: s3Options.bucket, accessKey: s3Options.accessKeyId, secretKey: s3Options.secretAccessKey, region: s3Options.region, keyPrefix:
7 years ago · Jan 03, 2019, 07:34 AM
if (isset($_POST['submit'])) { $username = $_POST['username']; $secretkey = "6LcbEoYUAAAAABWCUd2TfWnLj6Ad77m1A5XFy7vm"; $responsekey = $_POST['g-recaptcha-response']; $userIP
7 years ago · Jan 03, 2019, 06:58 AM
if (isset($_POST['submit'])) { $username = $_POST[username]; $secretkey = "6LcbEoYUAAAAABWCUd2TfWnLj6Ad77m1A5XFy7vm"; $response = $_POST['g-recaptcha-response']; $userIP
7 years ago · Jan 03, 2019, 06:06 AM
amazon-ebs", "access_key": "{{user `aws_access_key`}}", "secret_key": "{{user `aws_secret_key`}}", "region": "ap-south-1",
7 years ago · Jan 03, 2019, 02:58 AM
ssrc: 23, encryptionMode: 'xsalsa20_poly1305', secretKey: [SecretKey] }, player: AudioPlayer { _events:
7 years ago · Jan 02, 2019, 07:16 PM
unsigned int *aleatoare, char *secret_key) { FILE *fin = fopen(secret_key, "rt");
7 years ago · Jan 02, 2019, 05:54 PM
req-b8d20ece-29cc-4943-9e55-658015c910a3 None None] profiler.hmac_keys = SECRET_KEY {{(pid=10872) log_opt_values /usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py:2883}} Jan
7 years ago · Jan 02, 2019, 03:40 PM
ENCLAVE_PUBLIC = "71cf1e495ec34fab1132580f6d2df092ac917c8b629b44fdb0bf9723daf6ddaac42bb83785f5b7c47489f36824a329d141ea9be7f296104ffe3fbce5e9248eb9" def secretToVerifyingKey(secret): secret_key = SigningKey.from_string(secret.decode("hex"), curve=SECP256k1) return secret_key.get_verifying_key()
7 years ago · Jan 02, 2019, 08:20 AM
var Liara = require('@liara/sdk'); var liaraClient = new Liara.Storage.Client({ accessKey: 'Q3AM3UQ867SPQQA43P2F', secretKey: 'zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG', endPoint: '2aoassadfu234.storage.liara.ir', });
7 years ago · Jan 01, 2019, 10:58 AM
DeveloperStorescredentials @embedded { accessKey: String secretKey: String storeName: String } type
7 years ago · Jan 01, 2019, 05:24 AM
randint import codecs import secret_key app = Flask(__name__) app.secret_key = secret_key.key_calc()
7 years ago · Dec 31, 2018, 07:34 PM
md5($order_id) + '&' + md5($arrFields['Amount']) + '&' + md5(base64_encode(json_encode($jj))) + '&' + md5($this->get_option( 'secret_key' )) ) ); $url = 'https://fpay.uniteller.ru/v2/pay/?Shop_IDP='.$this->merchant_id.'&URL_RETURN='.urlencode('https://tatar.run/cart/?uniteller_success=1').'&Signature='.$Signature.'&Email='.urlencode($order->billing_email).'&Order_IDP='.$order_id.'&Subtotal_P='.$arrFields['Amount'].'&Lifetime=3540&Receipt='.base64_encode(json_encode($jj)).'&ReceiptSignature='.$ReceiptSignature;
7 years ago · Dec 31, 2018, 07:04 PM
amazon-ebs", "access_key": "{{ user `AWS_ACCESS_KEY_ID` }}", "secret_key": "{{ user `AWS_SECRET_ACCESS_KEY` }}", "region": "us-east-1",
7 years ago · Dec 31, 2018, 05:52 PM
md5($order_id) + '&' + md5($arrFields['Amount']) + '&' + md5(base64_encode(json_encode($jj))) + '&' + md5($this->get_option( 'secret_key' )) ) ); $url = 'https://fpay.uniteller.ru/v2/pay/?Shop_IDP='.$this->merchant_id.'&URL_RETURN='.urlencode('https://tatar.run/cart/?uniteller_success=1').'&Signature='.$Signature.'&Email='.urlencode($order->billing_email).'&Order_IDP='.$order_id.'&Subtotal_P='.$arrFields['Amount'].'&Lifetime=3540&Receipt='.base64_encode(json_encode($jj)).'&ReceiptSignature='.$ReceiptSignature;
7 years ago · Dec 31, 2018, 04:24 PM
pairingGenerator.generate(); Pairing pairing=PairingFactory.getPairing(params); final SecretKey sk = createSecretKey(pairing); final PublicKey
7 years ago · Dec 31, 2018, 09:52 AM
ALLOWED_HOSTS = ["you.example.org"] DEBUG = True DATABASES = { "default": { "ENGINE": "django.db.backends.mysql", "NAME": "", "USER": "", "PASSWORD": "", "HOST": "localhost", "PORT": "3306", "OPTIONS": { 'init_command': "SET sql_mode='STRICT_TRANS_TABLES'" } } } STATIC_ROOT = "/var/www/your_project/wholestatic" SECRET_KEY = "" # 50 chars secret key
7 years ago · Dec 31, 2018, 01:04 AM
unsigned int *aleatoare, char *secret_key) { FILE *fin = fopen(secret_key, "rt");
7 years ago · Dec 30, 2018, 04:00 PM
class Test1 { Cipher cipher; SecretKey secretKey; byte[] plainText = "Zaszyfrowana
Total pages: 429