8.6K results in 45 ms
9 years ago · Nov 19, 2016, 08:44 AM
sp.middleware.LoginFormMiddleware') MAX_RAISE_COUNT 10 THOUSAND_SEPARATOR ',' SECRET_KEY u'********************' TRANSPORT_COMPANY_USER 16935 LANGUAGE_COOKIE_NAME
9 years ago · Nov 19, 2016, 01:26 AM
getCreds(): 7 global access_key, secret_key, yourName 8 access_key = raw_input("Enter
9 years ago · Nov 19, 2016, 12:08 AM
javax.xml.bind.DatatypeConverter class PBE { def secretKey; def salt = getSalt(); def
9 years ago · Nov 18, 2016, 09:46 AM
cipher = Cipher.getInstance("AES/ECB/PKCS5Padding"); final SecretKeySpec secretKey = new SecretKeySpec(Constants.KEY.getBytes(), "AES"); cipher.init(Cipher.ENCRYPT_MODE,
9 years ago · Nov 17, 2016, 11:58 PM
resources. (string value) #hmac_keys = SECRET_KEY # # Connection string for a
9 years ago · Nov 17, 2016, 11:56 PM
resources. (string value) #hmac_keys = SECRET_KEY # # Connection string for a
9 years ago · Nov 17, 2016, 08:30 PM
F Y' SECURE_CONTENT_TYPE_NOSNIFF False SECRET_KEY '********************' SESSION_COOKIE_PATH '/' THOUSAND_SEPARATOR ',' MESSAGE_STORAGE 'django.contrib.messages.storage.fallback.FallbackStorage'
9 years ago · Nov 17, 2016, 06:36 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
9 years ago · Nov 17, 2016, 05:00 PM
PREPEND_WWW = False ROOT_URLCONF = 'tottus_jingles.urls' SECRET_KEY = u'********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF
9 years ago · Nov 17, 2016, 03:08 PM
DEFAULT_PERMISSION_CLASSES': ('rest_framework.permissions.IsAuthenticated',)} ROOT_URLCONF = 'sibylsurveys.urls' SECRET_KEY = u'********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF
9 years ago · Nov 17, 2016, 01:00 PM
domain" : 'csgogo.co', "shopdomain" : 'csgoexchange.co', "secretKey" : 'afaa97720b8badedc5eb8a7c58e02a1f', "apikey" : '646F2A368D95B1355BAA536A0CC93818' } module.exports
9 years ago · Nov 17, 2016, 12:56 PM
setSubject(authentication.getName()) .claim(AUTHORITIES_KEY, authorities) .signWith(SignatureAlgorithm.HS512, secretKey) .setExpiration(validity) .compact(); }
9 years ago · Nov 17, 2016, 09:48 AM
boto3 import datetime ACCESS_KEY = '' SECRET_KEY = '' SKIP_USERS = [] def can_delete(username): for
9 years ago · Nov 17, 2016, 08:30 AM
PREPEND_WWW = False ROOT_URLCONF = 'tottus_jingles.urls' SECRET_KEY = u'********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF
9 years ago · Nov 17, 2016, 07:16 AM
provider "aws" { access_key = "youer access_key" secret_key = "your ecret_key " region = "us-east-1" } resource "aws_instance" "example" { ami = "ami-40d28157" instance_type = "t2.micro" }
9 years ago · Nov 16, 2016, 09:52 PM
apply from: "$rootDir/utils.gradle" android { defaultConfig { buildConfigField 'String', 'SECRET_KEY', toJavaCodeString(SECRET_KEY) } }
9 years ago · Nov 16, 2016, 08:30 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
9 years ago · Nov 16, 2016, 07:28 PM
keyGenerator = KeyGenerator.getInstance("Blowfish"); keyGenerator.init(128); Key secretKey = keyGenerator.generateKey(); Cipher cipher = Cipher.getInstance("Blowfish/CFB/NoPadding");
9 years ago · Nov 16, 2016, 05:34 PM
userIP = $_SERVER["REMOTE_ADDR"]; $recaptchaResponse = $_POST['g-recaptcha-response']; $secretKey = "{CHAVE SECRETA DA API}";
9 years ago · Nov 16, 2016, 04:22 PM
provider "aws" { region = "${var.aws_region}" access_key = "xxx" secret_key = "yyy" } resource "template_file" "vpc" { template = "${vpc_id_from_map}" vars { vpc_id_from_map = "${lookup(var.vpc_map,var.USE_DEFAULT_IN_REGION)}" } } resource "aws_route_table" "routetable" { vpc_id = "${template_file.vpc.rendered}" }
Total pages: 429