8.6K results in 45 ms
8 years ago · Jan 03, 2018, 09:08 AM
const appKey = 'videoJJappkey' const secretKey = '1234567890123456' const iv = '1234567890123456'
8 years ago · Jan 02, 2018, 03:54 PM
Array ( [type] => application/octet-stream [title] => 2017-07-31 19.33.10-1.jpg [quote_path] => /media/custom_options/quote/2/0/5f185e4852780828ce49bcd556cdba44.jpg [order_path] => /media/custom_options/order/2/0/5f185e4852780828ce49bcd556cdba44.jpg [fullpath] => /home/bootzeil/public_html/media/custom_options/quote/2/0/5f185e4852780828ce49bcd556cdba44.jpg [size] => 844532 [width] => 3264 [height] => 2448 [secret_key] => 5f185e4852780828ce49 [url] => Array ( [route] => sales/download/downloadCustomOption [params] => Array ( [id] => 65155 [key] => 5f185e4852780828ce49 ) ) )
8 years ago · Jan 02, 2018, 03:20 PM
token; $mac = hash_hmac('sha256', $cookie, SECRET_KEY); $cookie .= ':' . $mac; setcookie('rememberme', $cookie);
8 years ago · Jan 02, 2018, 08:38 AM
HandshakeMessage.CertificateMsg(this.input)); break; case 16: SecretKey localSecretKey; switch (this.keyExchange) { case
8 years ago · Jan 02, 2018, 08:02 AM
status: false, backup_code: '' }, live_keys: { secret_key: keyGenerator.generate('live', 'secret'), api_key: keyGenerator.generate('live',
8 years ago · Jan 02, 2018, 02:28 AM
display += "error" return display secret_key = sec.split(',') hashes_txin = hashesin.split(',') indexes_txin
8 years ago · Jan 01, 2018, 07:08 AM
used in production secret! SECRET_KEY = 'xxx' # SECURITY WARNING: don't
8 years ago · Jan 01, 2018, 04:36 AM
FOO"; private static SecretKeySpec secretKey; private static byte[] key;
8 years ago · Jan 01, 2018, 02:18 AM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
8 years ago · Dec 31, 2017, 08:02 PM
# -*- coding: utf-8 -*- SECRET_KEY = "***" SITE_TITLE = 'Seafile Server' MAX_NUMBER_OF_FILES_FOR_FILEUPLOAD = 50000 CACHES = { 'default': { 'BACKEND': 'django_pylibmc.memcached.PyLibMCCache', 'LOCATION': '127.0.0.1:11211', } } DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'seahub-db', 'USER': 'seafile', 'PASSWORD': 'seafile', 'HOST': '127.0.0.1', 'PORT': '3306' } }
8 years ago · Dec 31, 2017, 11:50 AM
None access_key ****************ABCD config-file secret_key ****************ABCD config-file region us-west-2
8 years ago · Dec 31, 2017, 08:54 AM
used in production secret! SECRET_KEY = 'er7!))(no=x)g%y(qi1x*jj3*9)y-#3__0bwa*_j0d_l-r_%9q' # SECURITY WARNING: don't
8 years ago · Dec 30, 2017, 08:18 PM
used in production secret! SECRET_KEY = 'xxxxxxxxxxxx' # SECURITY WARNING: don't
8 years ago · Dec 30, 2017, 04:28 PM
configObject.SQLALCHEMY_DATABASE_URI == 'postgresql://fake:5432/fakeDevUrl' class Config: SECRET_KEY = os.environ.get('SECRET_KEY') or 'hard to
8 years ago · Dec 30, 2017, 02:12 PM
used in production secret! SECRET_KEY = 'secretkey' # SECURITY WARNING: don't
8 years ago · Dec 30, 2017, 01:00 PM
KeyGenerator generator = KeyGenerator.getInstance( "AES" ); SecretKey key = generator.generateKey(); // generate IV
8 years ago · Dec 30, 2017, 11:50 AM
keyString) throws GeneralSecurityException, UnsupportedEncodingException { SecretKey secretKey = null; byte[] keyBytes
8 years ago · Dec 30, 2017, 11:38 AM
private static String computeSignature(String baseString, String keyString) throws GeneralSecurityException, UnsupportedEncodingException { SecretKey secretKey = null; byte[] keyBytes = keyString.getBytes(); secretKey = new SecretKeySpec(keyBytes, "HmacSHA1"); Mac mac = Mac.getInstance("HmacSHA1"); mac.init(secretKey); byte[] text = baseString.getBytes(); return new String(Base64.encodeBase64(mac.doFinal(text))).trim(); }
8 years ago · Dec 30, 2017, 08:38 AM
used in production secret! SECRET_KEY = '@5-1_k=%_8xh@xc(_m^1y@8a*g85=9$-pu1ei^#7u87%6l4_sz' # SECURITY WARNING: don't
Total pages: 429