8.6K results in 30 ms
6 years ago · Apr 03, 2019, 05:16 PM
app.config['SECRET_KEY'] = '5fbc1554-8b78-4080-98b4-5035b8469fee-042c5b51-5024-4bd5-af' # Gerar o secret-key com o UUID db
6 years ago · Apr 03, 2019, 10:44 AM
ID агента в ÑиÑтеме secret_key: '1q2w3e4r', // Секретный ключ длÑ
6 years ago · Apr 03, 2019, 08:58 AM
Credentials * @param accesskey * @param secretkey * @return */ public AWSCredentials getBasicAWSCredentials(String
6 years ago · Apr 03, 2019, 01:04 AM
PREPEND_WWW False ROOT_URLCONF 'CC_Redact_Iter2.urls' SECRET_KEY '********************' SECURE_BROWSER_XSS_FILTER False SECURE_CONTENT_TYPE_NOSNIFF False
6 years ago · Apr 02, 2019, 09:26 PM
to set a real SECRET_KEY app.config.from_pyfile('config.py', silent=True) else: # load
6 years ago · Apr 02, 2019, 06:06 PM
current sessions # being invalidated. secret_key = env('SENTRY_SECRET_KEY') if not secret_key:
6 years ago · Apr 02, 2019, 03:56 PM
share it with anybody. SECRET_KEY = 'ln61y5!d%4hoffb@*kz#3*k$!-6#ed$l#lkopy9&l#&w@0k1c!' # List of callables
6 years ago · Apr 02, 2019, 10:40 AM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
6 years ago · Apr 02, 2019, 05:28 AM
key KeyGenerator keyGenerator = KeyGenerator.getInstance(encryption); SecretKey desKey = keyGenerator.generateKey(); //Initialize cipher
6 years ago · Apr 02, 2019, 12:52 AM
0, 2) tpunderlinebase.Visible = false --secretkey generalframe.Name = "generalframe" generalframe.Parent = bodyframe
6 years ago · Apr 01, 2019, 10:50 PM
ROOT_DIR = <Path:/home/vmagent/app> ROOT_URLCONF = 'config.urls_old' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
6 years ago · Apr 01, 2019, 10:34 PM
reCAPTCHASettings": { "captchaEnabled": false, "siteKey": "", "secretKey": "" }, "maintenanceAllowedIps": [""], "webSettings": { "api": "http://localhost:8080/habboapi/api",
6 years ago · Apr 01, 2019, 09:52 PM
KeyGenerator kg = KeyGenerator.getInstance(algorithm); kg.init(sr); SecretKey sk = kg.generateKey(); // create an
6 years ago · Apr 01, 2019, 06:40 PM
isset($_REQUEST)) { return; } $confirmationToken = ''; $token = ''; $secretKey = ''; $data = json_decode(file_get_contents('php://input')); if(strcmp($data->secret, $secretKey)
6 years ago · Apr 01, 2019, 05:04 PM
used in production secret! SECRET_KEY = '5=cun55(ks8@_#@zwa+7@mcs&6^i++r-e$5dg1v5_xgx$gr5ad' # SECURITY WARNING: don't
6 years ago · Apr 01, 2019, 04:16 PM
f"http://huxley.apphb.com/all/{origin}/to/{dest}/{mytimes}" response = requests.get(myurl, params={"accessToken": SECRET_KEY}) response.raise_for_status() # this makes an
6 years ago · Apr 01, 2019, 12:12 PM
private * @static */ private static $__secretKey = null; /** * SSL Client key
6 years ago · Apr 01, 2019, 11:04 AM
REST_USE_JWT = True ROOT_URLCONF = 'ops4_backend.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
6 years ago · Apr 01, 2019, 10:52 AM
cPickle.loads(requestString) if request['signature'] != hmac.new(request['word'], SECRET_KEY, hashlib.sha256).hexdigest(): # wrong signature return
6 years ago · Apr 01, 2019, 08:20 AM
ROSETTA_ENABLE_TRANSLATION_SUGGESTIONS = True ROSETTA_STORAGE_CLASS = 'rosetta.storage.CacheRosettaStorage' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
Total pages: 429