8.6K results in 23 ms
7 years ago · Aug 20, 2018, 11:44 AM
USE_I18N = False CSRF_HEADER_NAME = 'HTTP_X_CSRFTOKEN' SECRET_KEY = u'********************' LANGUAGE_COOKIE_NAME = 'django_language' DEFAULT_INDEX_TABLESPACE
7 years ago · Aug 20, 2018, 10:58 AM
used in production secret! SECRET_KEY = # SECURITY WARNING: don't run
7 years ago · Aug 20, 2018, 12:46 AM
gmdatenow() signature = get_signature(host, path, secret_key, access_key, timestamp, version) msg.http(scheme
7 years ago · Aug 19, 2018, 09:22 PM
POSTnx-csod-api-key:1lie8ficql9h5nx-csod-date:2015-09-08T11:27:32.000n/services/api/sts/session */ //Generate the signature $secretKey = base64_decode($apiSecret); $signature = base64_encode(hash_hmac('sha512', $stringToSign,
7 years ago · Aug 19, 2018, 04:40 PM
end): <?php require_once "recaptchalib.php"; $secretKey = "xxxxxxxx"; $ip = $_SERVER['REMOTE_ADDR']; $captcha;
7 years ago · Aug 19, 2018, 08:00 AM
How do I import an existing Java keystore (.jks) file into a Java installation? KeyStore ks = KeyStore.getInstance(TYPE_OF_KEYSTORE); ks.load(new FileInputStream(PATH_TO_KEYSTORE), PASSWORD); SecretKeyEntry entry = (KeyStore.SecretKeyEntry)ks.getEntry(SOME_ALIAS,new KeyStore.PasswordProtection(SOME_PASSWORD)); SecretKey someKey = entry.getSecretKey();
7 years ago · Aug 19, 2018, 05:22 AM
wrong result (void)XorSecretKeyDeviceId { NSString* secretKey = @"123";// NSString* deviceId = @"abcdef";//
7 years ago · Aug 19, 2018, 05:20 AM
used in production secret! SECRET_KEY = '&z&&@=4d6k_&$skuw16s=wfhbi0@uj8sm3iok4(z_bam4dofpm' # SECURITY WARNING: don't
7 years ago · Aug 18, 2018, 12:04 PM
used in production secret! #SECRET_KEY = '0&s2)q+5*cdbk#ni_d0)#5ec7dz(!@ij+0t3(nq9894xoli_h8' SECRET_KEY = os.environ.get('DJANGO_SECRET_KEY', '0&s2)q+5*cdbk#ni_d0)#5ec7dz(!@ij+0t3(nq9894xoli_h8')
7 years ago · Aug 18, 2018, 07:52 AM
used in production secret! SECRET_KEY = '0&s2)q+5*cdbk#ni_d0)#5ec7dz(!@ij+0t3(nq9894xoli_h8' # SECURITY WARNING: don't
7 years ago · Aug 17, 2018, 10:04 PM
PostFrequency = 15, GameKey = nil, SecretKey = nil, SessionID = nil, Queue
7 years ago · Aug 17, 2018, 09:28 PM
AES key. */ private static SecretKey bytesToKey(byte[] bytes) { SecretKeySpec key
7 years ago · Aug 17, 2018, 07:52 PM
port: options.port, accessKey: options.access, secretKey: options.secret, useSSL: false, }) } const
7 years ago · Aug 17, 2018, 01:32 PM
control character found try { $secretKey = 'hayderZainCash'; $headers = apache_request_headers(); $token
7 years ago · Aug 17, 2018, 11:12 AM
ROSETTA_MESSAGES_PER_PAGE = 10 ROSETTA_SHOW_AT_ADMIN_PANEL = True SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Aug 17, 2018, 02:02 AM
128, new SecureRandom( password.getBytes() ) ); SecretKey secretKey = kgen.generateKey(); byte[] enCodeFormat
7 years ago · Aug 16, 2018, 07:12 PM
500); } </script> $captcha = $_POST['g-recaptcha-response']; $secret_key = "***"; $content = http_build_query(array( 'secret' => $secret_key,
7 years ago · Aug 16, 2018, 02:44 PM
php $access_token = '...'; $secret_key = '...'; $success_token = '...'; $data = json_decode(file_get_contents('php://input')); if(!$data){
7 years ago · Aug 16, 2018, 12:04 PM
php $access_token = '...'; $secret_key = '...'; $success_token = '...'; $data = json_decode(file_get_contents('php://input')); if(!$data){
7 years ago · Aug 16, 2018, 09:20 AM
mode' => 'test', 'test' => array( "secret_key" => "sk_test_JrYBesOrd2hetZmzhJiJJtKj", "publishable_key" => "pk_test_yqtN4LmX9gwlk0Q8z36GSmuU" ), 'live'
Total pages: 429