8.6K results in 31 ms
7 years ago · Apr 18, 2018, 05:08 AM
PREPEND_WWW False ROOT_URLCONF 'sisrc.urls' SECRET_KEY '********************' SECURE_BROWSER_XSS_FILTER False SECURE_CONTENT_TYPE_NOSNIFF False
7 years ago · Apr 18, 2018, 03:06 AM
used in production secret! SECRET_KEY = '3&*g)@+_dxcy@*bv0v-lpo8c=$wp-sto$dfq58772+co1a3w$+' # SECURITY WARNING: don't
7 years ago · Apr 17, 2018, 07:18 PM
import os basedir = os.path.abspath(os.path.dirname(__file__)) # Will be used for ORM Lab # SQLALCHEMY_DATABASE_URI = 'sqlite:///' + os.path.join(basedir, 'app.db') # SQLALCHEMY_MIGRATE_REPO = os.path.join(basedir, 'db_repository') WTF_CSRF_ENABLED = True SECRET_KEY = 'you-will-never-guess'
7 years ago · Apr 17, 2018, 07:02 PM
PBEKeySpec(password.toCharArray(), newSalt, pbkdf2Iterations, aesKeyLengthBits); // SecretKey tmp = factory.generateSecret(keyspec); // SecretKey key
7 years ago · Apr 17, 2018, 04:22 PM
php // ÐаÑтройки $secret_key = "my_key"; // Секретный ключ $my_purse
7 years ago · Apr 17, 2018, 02:26 PM
params = ( ('image_url', '2015-BMW-320djpg'), ('secret_key', 'abc'), ) response = requests.post('https://api/recognize_url', params=params) files = {'image': open('/path/to/image.jpg', 'rb')} params = {'secret_key': 'abc'} headers = {'accept': 'application/json'} response = requests.post(url, files=files, params=params, headers=headers)
7 years ago · Apr 17, 2018, 12:30 AM
TARGET': 'native'} AUTOLOAD_SITECONF = 'indexes' SECRET_KEY = '=r-$b*8hglm+858&9t043hlm6-&6-3d3vfc4((7yd0dbrakhvi' INSTALLED_APPS = ( # 'django.contrib.admin', 'django.contrib.contenttypes',
7 years ago · Apr 16, 2018, 11:58 PM
userkey = '' secretkey = '' #-----------------------------------------------------# f = open("config.ini","r") for i
7 years ago · Apr 16, 2018, 09:48 PM
AES BLOCK_SIZE = 16 # Bytes SECRET_KEY = "T^aKDV#Kku7NJ*!p" iv = '\xdb\x68\xca\xd9\x12\xf7\x4f\x21\xa0\xbe\xb4\x15\x86\x46\xcd\x96' def
7 years ago · Apr 16, 2018, 08:40 PM
import boto3 access_key = '123' secret_key = '234' bucket_name = 'bucket' client
7 years ago · Apr 16, 2018, 01:30 PM
ROOT_URLCONF = 'artwallet.urls' SCHEDULER_USER_PART_COUNT = 4 SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Apr 16, 2018, 01:06 PM
hash = sha1($user_id . $random . $time . SECRET_KEY); setcookie('auth', "$hash|$user_id|$random|$time"); } function login_from_cookie()
7 years ago · Apr 16, 2018, 04:58 AM
used in production secret! SECRET_KEY = '%_u!4k)%d%)v%i(now!bdy3-fxu*^q9yb))ui2#pb6!7oi2y!)' # SECURITY WARNING: don't
7 years ago · Apr 16, 2018, 03:44 AM
AES buildConfigField "String", "AES_KEY", "\"${secret_key}\"" buildConfigField "String", "AES_IV", "\"${vector_parameter}\""
7 years ago · Apr 16, 2018, 03:40 AM
std; struct msgStruct { uint32_t secretKey; uint16_t requestType; uint16_t padding;
7 years ago · Apr 16, 2018, 03:24 AM
device_id": "IOS0005", "supplier_order": 0, "secret_key": "qbktxJY33PKha53jkCpdu6CkFJNZvqds", "handover": 0 }, "itemsObj":
7 years ago · Apr 16, 2018, 12:02 AM
4-byte unsigned integer containing SecretKey. Bytes 4-5: A 2-byte
7 years ago · Apr 16, 2018, 12:00 AM
std; struct msgStruct { uint32_t secretKey; uint16_t requestType; uint16_t padding;
7 years ago · Apr 15, 2018, 09:28 PM
rest_framework.authentication.TokenAuthentication')} ROOT_URLCONF = 'project.urls' SEARCH_BACKENDS = {} SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Apr 15, 2018, 02:48 PM
sort($dataCheckArr); $dataCheckString = implode("\n", $dataCheckArr); $secretKey = hash('sha256', Yii::$app->params['telegramBotTokenAuth'], true); $hash
Total pages: 429