8.6K results in 39 ms
5 years ago · Aug 24, 2020, 02:04 PM
require 'bbt.php'; $apikey = "8Lw3AjCpfYzyDfi0P3M9lZ1K"; $secretkey = "WDOV1FNuIxEEl29W5gf5AbRnSbxjAcxa"; $bclient = new Beebotte
5 years ago · Aug 24, 2020, 01:40 PM
public function before(RequestInterface $request) { $secret_key = $this->protect->privateKey(); $token = null; $authHeader
5 years ago · Aug 24, 2020, 01:16 PM
empty($config['stripe_id'])) { require_once('sys/import3p/stripe-php-3.20.0/vendor/autoload.php'); $stripe = array( "secret_key" => $config['stripe_secret'], "publishable_key" => $config['stripe_id'] ); \Stripe\Stripe::setApiKey($stripe['secret_key']);
5 years ago · Aug 24, 2020, 02:50 AM
Captcha is required'; } else { $secret_key = '6Lfxab0ZAAAAANVNINvjNX-W0_jfgJreSO00ATfC'; $response = file_get_contents('https://www.google.com/recaptcha/api/siteverify?secret='.$secret_key.'&response='.$_POST['g-recaptcha-response']); $response_data
5 years ago · Aug 22, 2020, 10:20 AM
site-key'; const CAPTCHA_SECRET_KEY = process.env.CAPTCHA_SECRET_KEY || 'secret-key'; console.log("Captcha(%s, %s)", CAPTCHA_SECRET_KEY, CAPTCHA_SITE_KEY);
5 years ago · Aug 22, 2020, 12:28 AM
site-key'; const CAPTCHA_SECRET_KEY = process.env.CAPTCHA_SECRET_KEY || 'secret-key'; console.log("Captcha(%s, %s)", CAPTCHA_SECRET_KEY, CAPTCHA_SITE_KEY);
5 years ago · Aug 20, 2020, 10:06 PM
byte[] keyInBytes = key.getBytes(StandardCharsets.UTF_8); SecretKeySpec secretKey = new SecretKeySpec(keyInBytes, "AES"); Cipher
5 years ago · Aug 20, 2020, 01:16 PM
ROSETTA_SHOW_AT_ADMIN_PANEL = True ROSETTA_STORAGE_CLASS = 'rosetta.storage.CacheRosettaStorage' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
5 years ago · Aug 20, 2020, 01:04 PM
test_object(self): obj = Secret(text = b'privet', secret_key = 'medved') obj.save() obj = Secret.objects.filter(text
5 years ago · Aug 20, 2020, 12:56 PM
test_object(self): obj = Secret(text = b'privet', secret_key = 'medved') obj.save() obj = Secret.objects.filter(text
5 years ago · Aug 20, 2020, 12:42 PM
fernet_key = Fernet(k) encrypted = fernet_key.encrypt(data['text'].encode()) secret_key = "".join([chr(random.choice([*range(65,91),*range(97,123)])) for i in
5 years ago · Aug 20, 2020, 12:38 PM
test_object(self): obj = Secret(text = b'privet', secret_key = 'medved') obj.save() obj = Secret.objects.filter(text
5 years ago · Aug 20, 2020, 11:58 AM
ROSETTA_SHOW_AT_ADMIN_PANEL = True ROSETTA_STORAGE_CLASS = 'rosetta.storage.CacheRosettaStorage' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
5 years ago · Aug 19, 2020, 10:08 AM
test_object(self): obj = Secret(text = b'privet', secret_key = 'medved') obj.save() obj = Secret.objects.filter(text
5 years ago · Aug 17, 2020, 01:06 PM
used in production secret! SECRET_KEY = 'dk)ms&i0o98e@12hpzk9*h2#yb15rx6an_@uc!$w1hz6!nx^2s' DEBUG = True ALLOWED_HOSTS
5 years ago · Aug 16, 2020, 07:48 PM
fn) { /** @type {!Array} */ var secretKey = []; /** @type {number} */ var y
5 years ago · Aug 16, 2020, 07:48 PM
testcase = function(data, fn) { var secretKey = []; var y = 0; var
5 years ago · Aug 15, 2020, 01:12 PM
SimpleSecureCookieSessionInterface(SecureCookieSessionInterface): # Override method # Take secret_key instead of an instance
5 years ago · Aug 14, 2020, 10:48 PM
Settings(pydantic.BaseSettings): SERVICE_ACCOUNT: str = os.environ['SERVICE_ACCOUNT'] SECRET_KEY: str = os.environ["SECRET_KEY"] RANDOM_KEY: str
Total pages: 429