8.6K results in 36 ms
6 years ago · May 31, 2019, 08:46 AM
ROOT_URLCONF = 'career_support_api.urls' SCHOOL_PORTAL_URL = 'http://45.118.134.76:9080' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
6 years ago · May 31, 2019, 05:00 AM
ROOT_URLCONF = 'career_support_api.urls' SCHOOL_PORTAL_URL = 'http://45.118.134.76:9080' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
6 years ago · May 31, 2019, 02:23 AM
ROOT_URLCONF = 'career_support_api.urls' SCHOOL_PORTAL_URL = 'http://45.118.134.76:9080' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
6 years ago · May 30, 2019, 07:48 PM
used in production secret! SECRET_KEY = '=%m4l_6pi$++(nf7th-z(dz)f(!uwhv&dm1w*5t*l37m+09wlx' # SECURITY WARNING: don't
6 years ago · May 30, 2019, 06:18 PM
constructor(private User: any, private SECRET_KEY: string) { const self = this;
6 years ago · May 30, 2019, 05:18 PM
output = false; $encrypt_method = "AES-256-CBC"; $secret_key = 'This is my secret
6 years ago · May 30, 2019, 01:36 PM
3 """ apikey = "<public_key>" apisecret = "<secret_key>" base_url = "https://password.db" def tpm_request(req_url,
6 years ago · May 30, 2019, 07:46 AM
data = path + ":" + uuid; SecretKeySpec secret_key = new SecretKeySpec(key.getBytes("UTF-8"), "HmacSHA256"); sha256_HMAC.init(secret_key);
6 years ago · May 29, 2019, 10:44 PM
string url = "https://www.google.com/recaptcha/api/siteverify"; string secretKey = _config.GetSection("AppSettings:ReCaptchaSecret").Value; using (HttpClient http
6 years ago · May 29, 2019, 05:10 PM
area /// </summary> public string SecretKey { get; set; } /// <summary> /// Paymentwall
6 years ago · May 29, 2019, 03:32 PM
DEFAULT_PERMISSION_CLASSES': ('rest_framework.permissions.AllowAny',)} ROOT_URLCONF = 'config.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
6 years ago · May 29, 2019, 06:52 AM
PREPEND_WWW = False ROOT_URLCONF = 'evaly_behave.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
6 years ago · May 28, 2019, 10:44 PM
binary: false, processID: 76091, secretKey: -87307411, ssl: false, standard_conforming_strings:
6 years ago · May 28, 2019, 09:26 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
6 years ago · May 28, 2019, 01:32 PM
NODE_INTERNAL_URL, keypair: { publicKey: 'ak_pusrbH8SNMSaHLwr9SLymLgZnLwg5YNGxtcuiwFL9zuxXZ2Qx', secretKey: '0f8ed0ed8134d7ae0d98f6cb1c93dcf67ad904616e6567389a8524bcbd6fbf446cca0ff4f7325635e2a7b7cdd4aa72912ad4b28ae32a208f66d00bf8668f052b', }, nativeMode: true, networkId:
6 years ago · May 28, 2019, 08:02 AM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
6 years ago · May 28, 2019, 07:34 AM
import jwt from 'jsonwebtoken' const verifyToken = (req, res) => { const headers = req.headers['authorization'] if (!headers) { // any error } const token = req.headers.authorization.split(' ')[1] const user = jwt.verify(token, //secretkey) req.user = user; } res.status(200).json({ data: {}, message: '' })
6 years ago · May 28, 2019, 07:16 AM
ROOT_URLCONF = 'career_support_api.urls' SCHOOL_PORTAL_URL = 'http://localhost:8000' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
6 years ago · May 28, 2019, 12:10 AM
return data def create_jwt(payload_data, secret_key): header_encode = encode_data({"typ": "JWT", "alg":
6 years ago · May 27, 2019, 06:08 PM
var appkey = "zLwnRq50RK"; var secretkey = ""; $(document).ready(main); function main() { var
Total pages: 429