8.6K results in 23 ms
5 years ago · Dec 11, 2019, 08:31 AM
DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination'} ROOT_URLCONF = 'app.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
5 years ago · Dec 10, 2019, 02:50 PM
used in production secret! SECRET_KEY = 'hui vam' # SECURITY WARNING:
5 years ago · Dec 10, 2019, 02:18 PM
ROSETTA_REQUIRES_AUTH False ROSETTA_SHOW_AT_ADMIN_PANEL True SECRET_KEY '********************' SECURE_BROWSER_XSS_FILTER False SECURE_CONTENT_TYPE_NOSNIFF False
5 years ago · Dec 10, 2019, 09:32 AM
setClaims(claims) .setIssuedAt(now) .setExpiration(validity) .signWith(SignatureAlgorithm.HS256, secretKey) .compact(); }
5 years ago · Dec 10, 2019, 09:04 AM
public $mobile_api_gateway = "https://mobile-api-gateway.truemoney.com/mobile-api-gateway/"; public $secret_key = "9LXAVCxcITaABNK48pAVgc4muuTNJ4enIKS5YzKyGZ"; public $device_id = ""; // Set
5 years ago · Dec 09, 2019, 11:46 PM
TestUniCodeFormat = "UTF8"; // byte[] arrayBytes; SecretKey key; @BindView(R.id.et_encryption_key) EditText etEncryptionKey;
5 years ago · Dec 09, 2019, 06:10 PM
File oFile) { try { Key secretKey = new SecretKeySpec(this.key, "AES"); Cipher
5 years ago · Dec 09, 2019, 04:26 AM
const crypto = require('crypto'); const secretKey = process.env.secretKey; const axios = require('axios');
5 years ago · Dec 08, 2019, 04:23 PM
private static final String SECRET_KEY = "20a2786b2cadb9a2e281914f7842cb40"; public static void
5 years ago · Dec 08, 2019, 09:50 AM
17551"; //customer ID anda $secretKey = "7aM25C258D"; //secretKey anda $pcareUname
5 years ago · Dec 08, 2019, 08:50 AM
16 } } }, "captcha": { "enabled": false, "secretKey": "<secret_key>", "siteKey": "<site_key>", "validationUrl":
5 years ago · Dec 07, 2019, 08:58 PM
key + '=' + val) .join('\n'); const secretKey = crypto.createHash('sha256') .update(botToken).digest('hex'); const hash
5 years ago · Dec 07, 2019, 08:50 PM
key + '=' + val) .join('\n'); const secretKey = crypto.createHash('sha256') .update(token).digest('hex'); const hash
5 years ago · Dec 07, 2019, 07:52 PM
confirmationToken = 'e5a83c2c'; $token = '5de88a20e5e09431d3e778fca93f8fcb57f4c7a0249457101a99438b3e67dc8add62c5110bfb6762e6b89'; $secretKey = 'uiii8'; $accounts[] = array(1,12,720, rand(1,4),12,
5 years ago · Dec 07, 2019, 07:47 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
5 years ago · Dec 07, 2019, 05:58 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
5 years ago · Dec 07, 2019, 05:58 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
5 years ago · Dec 07, 2019, 10:22 AM
public S3DownloadFileOptimizeEdited(string accessKey, string secretKey) { this._config = new AmazonS3Config() { RegionEndpoint
5 years ago · Dec 06, 2019, 08:20 PM
BiometricPrompt.PromptInfo promptInfo; Cipher cipher; SecretKey secretKey; byte[] iv; String
Total pages: 429