8.6K results in 48 ms
6 years ago · Feb 07, 2019, 05:16 AM
#if DEBUG secretKey = "YOUR_DEBUG_KEY" #else secretKey = "YOUR_PROD_KEY" #endif
6 years ago · Feb 07, 2019, 04:32 AM
0, 2) tpunderlinebase.Visible = false --secretkey generalframe.Name = "generalframe" generalframe.Parent = bodyframe
6 years ago · Feb 07, 2019, 04:10 AM
from the user let Secret_Key = document.getElementById('Secretkey').value let URL = "https://api.aerisapi.com/forecasts/"+lat+","+lon+"?client_id="+Client_Id+"&client_secret="+Secret_Key;
6 years ago · Feb 06, 2019, 11:18 PM
Request["Code"]; var token = apiClient.GenerateAccessToken(IntegratorKey, SecretKey, code); var userInfo = DocuSignClient.GetUserInfo(token.access_token);
6 years ago · Feb 06, 2019, 09:16 PM
2 Hours", 1956 => "interkassa secret_key = ", 4357 => "hours", 6577 => "%02x",
6 years ago · Feb 06, 2019, 08:48 PM
manjaro NetworkManager[671]: <warn> [1549476072.1264] secret-key: failure reading secret key
6 years ago · Feb 06, 2019, 07:36 PM
rest_framework.parsers.MultiPartParser')} ROOT_URLCONF = 'config.urls' SECRETS = '********************' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
6 years ago · Feb 06, 2019, 07:12 PM
rest_framework.parsers.MultiPartParser')} ROOT_URLCONF = 'config.urls' SECRETS = '********************' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
6 years ago · Feb 06, 2019, 06:34 PM
daily # Netatmo netatmo: api_key: ++ secret_key: ++ username: ++ password: ++ # Uncomment this
6 years ago · Feb 06, 2019, 06:20 PM
confirmationToken = '5ea4845d'; $token = 'sresrsertesrg'; $secretKey = 'secret123'; $data = json_decode(file_get_contents('php://input')); if(strcmp($data->secret,
6 years ago · Feb 06, 2019, 04:04 PM
new ConversationState(storage); //^ services.AddBot<ChatBotTraining_Session1_WaterfallBot>(options => { var secretKey = Configuration.GetSection("botFileSecret")?.Value; // Loads .bot configuration
6 years ago · Feb 06, 2019, 02:54 PM
some plain text here' secret_key = '1234567890123456' # create new & store
6 years ago · Feb 06, 2019, 11:20 AM
daily # Netatmo netatmo: api_key: ++ secret_key: ++ username: ++ password: ++ # Uncomment this
6 years ago · Feb 06, 2019, 10:48 AM
daily # Netatmo netatmo: api_key: +++ secret_key: ++ username: ++ password: ++ # Uncomment this
6 years ago · Feb 06, 2019, 10:38 AM
daily # Netatmo netatmo: api_key: *** secret_key: *** username: *** password: *** # Uncomment this
6 years ago · Feb 06, 2019, 06:12 AM
keyGen = KeyGenerator.getInstance("AES"); keyGen.init(256); // for example SecretKey secretKey = keyGen.generateKey(); byte[] encodedKey = secretKey.getEncoded(); System.out.println(encodedKey.toString());
6 years ago · Feb 06, 2019, 03:44 AM
media'.$image, 'fullpath' => Mage::getBaseDir() .''. $image, 'secret_key' => substr(md5(file_get_contents(Mage::getBaseDir() .''. $image)), 0, 20));
6 years ago · Feb 05, 2019, 08:48 PM
KeyGenerator kgen = KeyGenerator.getInstance("AES"); //kgen.init(256); //SecretKey key = kgen.generateKey(); byte[] key
6 years ago · Feb 05, 2019, 02:56 PM
only first 128 bit SecretKey secretKey = new SecretKeySpec(key,"AES"); cipher.init(Cipher.ENCRYPT_MODE,secretKey,iv);
6 years ago · Feb 05, 2019, 02:12 PM
key */ public String wrapKey(final SecretKey key, final String alias)
Total pages: 429