8.6K results in 26 ms
9 years ago · Dec 12, 2016, 10:28 PM
random string you want. secret_key = "abcdefghijklmnoprqstuvwyz0123456" ; Length that a
9 years ago · Dec 12, 2016, 06:27 PM
amazon-ebs", "access_key": "{{user `aws_access_key_id` }}", "secret_key": "{{user `aws_secret_key` }}", "ami_regions": "{{user
9 years ago · Dec 12, 2016, 06:08 PM
xxxxxxxxxx' #Fill this out secretkey = "yyyyyyyyyyyy" # And fill this
9 years ago · Dec 12, 2016, 05:42 PM
PBEKeySpec(password, salt, 65536, 128); SecretKey tmp = factory.generateSecret(spec); SecretKey secret
9 years ago · Dec 12, 2016, 03:37 PM
checkForTrades() { requestify_one.post('http://' + config.domain + '/bot-api/checkTrades', { secretKey: config.secretKey }).then(function(response) { //console.log("[Core] Checking
9 years ago · Dec 11, 2016, 10:08 PM
u'PAGE_SIZE': 1000} ROOT_URLCONF = u'academy.site.urls' SECRET_KEY = u'********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF
9 years ago · Dec 11, 2016, 07:46 AM
SESSION_COOKIE_SECURE False SOCIAL_AUTH_GOOGLE_OAUTH2_KEY '********************' EMAIL_SSL_KEYFILE '********************' SECRET_KEY '********************' USE_ETAGS False LOGGING {} MIGRATION_MODULES
9 years ago · Dec 11, 2016, 06:02 AM
used in production secret! SECRET_KEY = '2nv#wlp)3h-p32yszl!yswv6y_2t9u&k3$a+qsv+c*i#ds2e8$' # SECURITY WARNING: don't
9 years ago · Dec 11, 2016, 05:56 AM
used in production secret! SECRET_KEY = '2nv#wlp)3h-p32yszl!yswv6y_2t9u&k3$a+qsv+c*i#ds2e8$' # SECURITY WARNING: don't
9 years ago · Dec 10, 2016, 10:56 AM
creds.getAccessKeyId() + "\n"; credentialsString = credentialsString + "secretKey = " + creds.getSecretKey() + "\n"; InputStream is
9 years ago · Dec 09, 2016, 08:06 PM
error, :not_found}), sk <- Keyword.get(cfg, :secret_key, {:error, :not_found, :secret_key}), sn
9 years ago · Dec 09, 2016, 07:56 PM
skype = $show['skype']; $issuerId = $show['issuerId']; $secretKey = $show['secretKey']; $coinpayments = $show['coinpayments']; $ipnSecret
9 years ago · Dec 09, 2016, 01:57 PM
private String macResult; private SecretKey secretKeyMac; /** * settings for AES
9 years ago · Dec 09, 2016, 12:50 PM
keyGen = KeyGenerator.getInstance("AES"); keyGen.init(128); SecretKeySpec secretKey = (SecretKeySpec) keyGen.generateKey(); byte[] hmac
9 years ago · Dec 09, 2016, 10:00 AM
$sign = ""; foreach ($request->getParams() as $key => $param) { if ($key == 'hash' || $key == 'sign') continue; $sign .=$param; } $secret = 'SECRET_KEY'; $sig = $secret ? hash_hmac('sha256', $sign, $secret) : "";
9 years ago · Dec 09, 2016, 04:48 AM
<?php require_once('stripe-php-4.3.0/init.php'); $stripe = array( "secret_key" => "sk_test_xxxxxxxxxxx", "publishable_key" => "pk_test_xxxxxxxxxxxxxxx" ); \Stripe\Stripe::setApiKey($stripe['secret_key']); ?>
9 years ago · Dec 09, 2016, 02:48 AM
amazon-ebs", "access_key": "{{user `aws_access_key`}}", "secret_key": "{{user `aws_secret_key`}}", "region": "ap-southeast-2",
9 years ago · Dec 08, 2016, 06:24 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
9 years ago · Dec 08, 2016, 05:56 PM
used in production secret! SECRET_KEY = # SECURITY WARNING: don't run
9 years ago · Dec 08, 2016, 05:18 PM
Mac sha256_HMAC = Mac.getInstance("HmacSHA256"); SecretKeySpec secret_key = new SecretKeySpec(key.getBytes("UTF-8"), "HmacSHA256"); sha256_HMAC.init(secret_key);
Total pages: 429