8.6K results in 33 ms
9 years ago · Dec 06, 2016, 07:46 PM
from calling this flow # SECRET_KEY = "EKNRT345KC220JXSVBFH" class Set_User_Binary(Component): def
9 years ago · Dec 06, 2016, 07:46 PM
django.middleware.locale.LocaleMiddleware') USE_I18N False THOUSAND_SEPARATOR ',' SECRET_KEY u'********************' IPBOARD_APIKEY u'********************' TEAMSPEAK3_SERVER_IP
9 years ago · Dec 06, 2016, 02:44 PM
FingerprintAuth.show({ clientId: "finger_multi", clientSecret: "secretKey" }, successCallback, errorCallback); /* FingerprintAuth.isAvailable(isAvailableSuccess, isAvailableError);
9 years ago · Dec 06, 2016, 11:26 AM
DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination'} ROOT_URLCONF = 'bms.urls' SECRET_KEY = '********************' SECRET_SENTINEL = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF
9 years ago · Dec 06, 2016, 07:14 AM
checkForTrades() { requestify_one.post('http://' + config.domain + '/bot-api/checkTrades', { secretKey: config.secretKey }).then(function(response) { //console.log("[Core] Checking
9 years ago · Dec 06, 2016, 01:00 AM
import Path BASE_DIR = Path(__file__).ancestor(3) SECRET_KEY = '<my secret key>' DJANGO_APPS
9 years ago · Dec 06, 2016, 12:08 AM
salt/netapi/hook/restart { "_stamp": "2016-12-05T05:57:42.610963", "body": "", "headers": { "Accept": "application/json", "Content-Length": "50", "Content-Type": "application/x-www-form-urlencoded", "Host": "master ip :8080", "Remote-Addr": "172.16.2.2", "User-Agent": "curl/7.49.1" }, "post": { "secretkey": "number", "service": "nginx", "tgt": "minion ip" } }
9 years ago · Dec 05, 2016, 06:46 PM
PASSWORD_HASHERS '********************' FILE_UPLOAD_DIRECTORY_PERMISSIONS None TEMPLATE_STRING_IF_INVALID '' SECRET_KEY '********************' ENDLESS_PAGINATION_PER_PAGE 20 INSTALLED_APPS ['el_pagination',
9 years ago · Dec 05, 2016, 06:32 PM
@Interceptor @SecureRequest public class SecureRequestInterceptor { @Inject @Property("secret_key") private String secret_key;
9 years ago · Dec 05, 2016, 05:26 PM
key' => '', 'salt' => '' ); if ( defined( 'SECRET_KEY' ) && SECRET_KEY && empty( $duplicated_keys[ SECRET_KEY
9 years ago · Dec 05, 2016, 03:54 PM
len, len); final Map<String, SecretKey> keysMap = new TreeMap<>(); for
9 years ago · Dec 05, 2016, 02:04 PM
decoder.decodeBuffer(initVector); byte[] keyBytes = decoder.decodeBuffer(key); SecretKey secretKey = new SecretKeySpec(keyBytes, "AES");
9 years ago · Dec 05, 2016, 12:06 PM
i; keyBytes[5] = (byte) j; SecretKey secretKey = new SecretKeySpec(keyBytes, "AES");
9 years ago · Dec 05, 2016, 10:27 AM
GdaxAuth(AuthBase): def __init__(self, api_key, secret_key, passphrase): self.api_key = api_key.encode('utf-8') self.secret_key
9 years ago · Dec 05, 2016, 05:30 AM
Facebook(array( 'appId' => 'appId', 'secret' => 'secretKey', 'cookie' => true, )); $app_id = "appId";
9 years ago · Dec 05, 2016, 03:56 AM
checking captcha $responseCaptcha = Input::get('g-recaptcha-response'); $secretKey = Config::get('constants.recaptcha-secret-key'); $urlCaptchaCheck = Config::get('constants.recaptcha-url-checking-request'); $responseRecaptcha=file_get_contents($urlCaptchaCheck."secret=".$secretKey."&response=".$responseCaptcha);
9 years ago · Dec 05, 2016, 01:42 AM
import webapp2 from models.user import User webapp2_config = { 'webapp2_extras.auth': { 'cookie_name': 'sid', 'user_model': User, }, 'webapp2_extras.sessions': { 'secret_key': 'your secret session key', 'session_max_age': 60*60*24*30, } } app = webapp2.WSGIApplication([ ('/test', TestHandler), ('/delete', DeleteHandler), ], debug=True, config=webapp2_config)
9 years ago · Dec 04, 2016, 10:52 PM
[ { "_id": "b655e1be-1bb9-40fc-a4fa-1ea6abfa4e86", "name" : "My internal service #1", "secretKey": "si0dl6Wn=BviuZX42WBSSr7ItHZelpwb4rmVK5lfjZYFJKvsi0dl6WnBviuZX42WBSSr7ItHZelpwb4rmV++NlgUkq+yLR2XpacG+NlgUkq8", "created": "2016-12-04T22:49:43.000Z", "active": true }, { "_id": "13aeebf8-6ee7-4731-a816-c0adfc3af68d", "name" : "My internal service #2", "secretKey": "DWtCt+tCrFrQqxf8Na0K360gNa0K360KsX/DWtCt+tIo/w1rQrfrSA1rQrf", "created": "2016-12-04T22:49:43.000Z", "active": true }, ]
9 years ago · Dec 04, 2016, 06:57 PM
State.ENCRYPT, "Not expecting ENCRYPT"); SecretKey sharedKey = EncryptionUtil.getSecret(encryptResponse, request); BungeeCipher
9 years ago · Dec 04, 2016, 08:58 AM
from external link.....'); nJwt.verify(resetQueryParameters, secretKey, function (err, verifiedJwt) { if
Total pages: 429