8.6K results in 33 ms
7 years ago · Nov 17, 2018, 10:50 AM
rest_framework_jwt.authentication.JSONWebTokenAuthentication', 'rest_framework.authentication.BasicAuthentication')} ROOT_URLCONF = 'web.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Nov 17, 2018, 10:30 AM
rest_framework_jwt.authentication.JSONWebTokenAuthentication', 'rest_framework.authentication.BasicAuthentication')} ROOT_URLCONF = 'web.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Nov 17, 2018, 07:28 AM
User" }); } let decoded = jwt.verify(token, "secretKey"); if (!decoded) { return res.status(401).json({
7 years ago · Nov 17, 2018, 06:22 AM
change the access_key and secret_key here formData.append("access_key", "9dcb8e1ca4ac3a01d96c"); formData.append("secret_key",
7 years ago · Nov 17, 2018, 03:48 AM
Create a file called datadog.conf in /etc/circleconfig/telegraf/ on the Server host and the following: [[outputs.datadog]] apikey = REPLACE_WITH_DATA_DOG_API_KEY [[outputs.cloudwatch]] access_key = "" secret_key = "" region = "" namespace = ""
7 years ago · Nov 17, 2018, 02:48 AM
change the access_key and secret_key here formData.append("access_key", "1ee882af28cbc7bb32bf"); formData.append("secret_key",
7 years ago · Nov 16, 2018, 10:46 PM
shift @ARGV; my ($access_key, $secret_key) = ReadCredentials(); my $s3 = Net::Amazon::S3->new({
7 years ago · Nov 16, 2018, 04:36 PM
rest_framework_jwt.authentication.JSONWebTokenAuthentication', 'rest_framework.authentication.BasicAuthentication')} ROOT_URLCONF = 'web.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Nov 16, 2018, 04:28 PM
Date now = new Date(); SecretKey secretKey = "MJY8K2MFJL2N4JCF";//secretKey must be Key type, not String System.out.format("Current password: %06dn", totp.generateOneTimePassword(secretKey, now));
7 years ago · Nov 16, 2018, 03:50 PM
rest_framework_jwt.authentication.JSONWebTokenAuthentication', 'rest_framework.authentication.BasicAuthentication')} ROOT_URLCONF = 'web.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Nov 16, 2018, 11:14 AM
to generate this key. SECRET_KEY = 'yesterdayhvfd7sghpor0)3eixv+67ro1_jft_i69oy!s81#cto2bl-nj-117' # SECURITY WARNING: don't
7 years ago · Nov 16, 2018, 10:34 AM
rest_framework_jwt.authentication.JSONWebTokenAuthentication', 'rest_framework.authentication.BasicAuthentication')} ROOT_URLCONF = 'web.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Nov 16, 2018, 08:04 AM
payboy: payment-systems: payboyBankCard: #purchase-base-url: https://secure.payboy.money/api-partner/v1 purchase-base-url: http://cur1-pay-testers.mhd.local:8968/payment-systems/payboy jurisdictions: CURACAO: partner-id: 11 secret-key: qa2w3s4ed5g67yh89ik0olfh4rfkjhs supported-currencies: RUB, EUR, USD pay-method-codes: BANK_CARD life-time-in-min: 30
7 years ago · Nov 16, 2018, 07:30 AM
DEFAULT_AUTHENTICATION_CLASSES': ('rest_framework_jwt.authentication.JSONWebTokenAuthentication',)} ROOT_URLCONF = 'main.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Nov 16, 2018, 07:26 AM
clave = new byte[16]; System.arraycopy(cipherToMD5ShaString(claveString,"MD5"),0,clave,0,16); SecretKey key = new SecretKeySpec(clave, tipoEncriptado);
7 years ago · Nov 16, 2018, 04:50 AM
provider "aws" { access_key = "<AWS_ACCESS_KEY>" secret_key = "<AWS_SECRET_KEY>" region = "<AWS_REGION>" } AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY provider "aws" { access_key = env.AWS_ACCESS_KEY_ID secret_key = env.AWS_SECRET_KEY_ID region = env.AWS_REGION } $ export AWS_ACCESS_KEY_ID="your-key-id" $ export AWS_SECRET_ACCESS_KEY="your-secret-key" $ export AWS_DEFAULT_REGION="ap-southeast-1"
7 years ago · Nov 15, 2018, 05:52 PM
resources. # (string value) #hmac_keys = SECRET_KEY # # Connection string for a
7 years ago · Nov 15, 2018, 04:38 PM
stored plainly. */ private static SecretKey deriveKey(char[] password, byte[] salt)
7 years ago · Nov 15, 2018, 02:32 PM
A.modPow(b,p); //System.out.println(s); final String secretKey = "pw"+s; String binary = (String)inFromClient.readObject();
7 years ago · Nov 15, 2018, 02:18 PM
REST_USE_JWT = True ROOT_URLCONF = 'ops4_backend.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
Total pages: 429