8.6K results in 26 ms
7 years ago · Nov 24, 2018, 12:18 PM
AES { private static SecretKeySpec secretKey; private static byte[] key;
7 years ago · Nov 24, 2018, 08:54 AM
dest='domain', help="Top-level domain") parser.add_option('-s', '--secret-key', default=None, dest='secret_key', help="AWS secret
7 years ago · Nov 24, 2018, 03:48 AM
use this for production. """ SECRET_KEY = '123fourfive' SQLALCHEMY_DATABASE_URI = 'sqlite://:memory:' # Re-enable
7 years ago · Nov 23, 2018, 09:22 PM
ecipher = Cipher.getInstance("DES/CTR/NoPadding"); byte[] bytes; SecretKey key; byte[] textEncrypted; for
7 years ago · Nov 23, 2018, 09:10 PM
ecipher = Cipher.getInstance("DES/CTR/NoPadding"); byte[] bytes; SecretKey key; byte[] textEncrypted; for
7 years ago · Nov 23, 2018, 11:44 AM
used in production secret! SECRET_KEY = 'r34p#5pil27#t+mc1p(2vh5-a9zn^rdsdk$w9a(h08oem-pie^' # SECURITY WARNING: don't
7 years ago · Nov 23, 2018, 09:12 AM
ReCatpcha.php'; $keys = [ 'siteKey' => '6Lcoe3wUAAAAAJKMxpoBskWH-goRdMNiUrRwQpHS', 'secretKey' => '6Lcoe3wUAAAAAKSNOa6TeMFvFN3nXj7LcTw_lqPH', ]; $recaptcha = new ReCatpcha($keys);
7 years ago · Nov 23, 2018, 07:14 AM
usr = $request->username; $pwd = $request->password; $secretKey = 'ZHNvOnd2c2RuMGRicDQ5bzZieDV6dWtxdnRrdnlrNnA5cw=='; $postData = "username=". $usr."&password=".
7 years ago · Nov 23, 2018, 02:50 AM
htmlspecialchars($_POST['personaje']); $reward = htmlspecialchars($_POST['reward']); $captcha=$_POST['g-recaptcha-response']; $secretKey = $RecaptchaSecretKey; $ip = $_SERVER['REMOTE_ADDR']; $secretKey
7 years ago · Nov 22, 2018, 10:00 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
7 years ago · Nov 22, 2018, 03:30 PM
salt, 65536, 128); // ã‚ーã¯128Bit SecretKey tmp = factory.generateSecret(spec); byte[] digest
7 years ago · Nov 22, 2018, 01:48 PM
SecretKeyFactory skf = SecretKeyFactory.getInstance(ALGOR); final SecretKey sk = skf.generateSecret(ks); //Random rgen=new
7 years ago · Nov 21, 2018, 10:02 PM
String CHARSET = "UTF-8"; protected SecretKey unwrapEncodedKey() throws Exception { final
7 years ago · Nov 21, 2018, 10:02 PM
String CHARSET = "UTF-8"; protected SecretKey unwrapEncodedKey() throws Exception { final
7 years ago · Nov 21, 2018, 04:34 PM
date = $_POST['date']; $message = $_POST['message']; $secretKey = "6LfnN3oUAAAAAOfW8etfkB-VizxMldeYtaX2Zt_1"; $responseKey = $_POST['g-recaptcha-response']; $userIP
7 years ago · Nov 21, 2018, 04:10 PM
ccavenue functions */ function encrypt($plainText,$key) { $secretKey = hextobin(md5($key)); $initVector = pack("C*", 0x00,
7 years ago · Nov 21, 2018, 03:28 PM
ROOT_URLCONF = 'bksproject.urls' SECONDS_IN_DAY = 86400 SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Nov 21, 2018, 03:08 PM
6AiYVW9lux1pwyj4JaIE2Q==", e.apiEndpoint = "https://dia.neemu.com/searchapi/v3/search?apiKey=" + n.apiClient + "&secretKey=" + n.apiKey + "&resultsQueries=" + n.maxSuggestions + "&resultsProducts="
7 years ago · Nov 21, 2018, 03:06 PM
6AiYVW9lux1pwyj4JaIE2Q==", e.apiEndpoint = "https://dia.neemu.com/searchapi/v3/search?apiKey=" + n.apiClient + "&secretKey=" + n.apiKey + "&resultsQueries=" + n.maxSuggestions + "&resultsProducts="
7 years ago · Nov 21, 2018, 03:04 PM
6AiYVW9lux1pwyj4JaIE2Q==", e.apiEndpoint = "https://dia.neemu.com/searchapi/v3/search?apiKey=" + n.apiClient + "&secretKey=" + n.apiKey + "&resultsQueries=" + n.maxSuggestions + "&resultsProducts="
Total pages: 429