8.6K results in 27 ms
7 years ago · Feb 17, 2018, 09:32 AM
DB_ENGINE = 'django.db.backends.postgresql_psycopg2' DATABASE_URL = 'postgres://project:project@localhost:5432/project' SECRET_KEY = '50_character_secret_key_here' DEBUG = True ALLOWED_HOSTS
7 years ago · Feb 17, 2018, 09:32 AM
used in production secret! SECRET_KEY = config.SECRET_KEY # SECURITY WARNING: don't
7 years ago · Feb 16, 2018, 01:28 PM
DEFAULT_PERMISSION_CLASSES': ('rest_framework.permissions.IsAuthenticated',)} ROOT_URLCONF = 'vintage_stock.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Feb 16, 2018, 01:22 AM
JTokensComponent extends Component { public $secretKey; public $algorythm = "HS256"; public
7 years ago · Feb 15, 2018, 02:28 PM
wraps(func) def wrapped_view(*args, **kwargs): secret_key = current_app.config['SECRET_KEY'] try: jw_token = jwt.decode(request.cookies.get('session'),
7 years ago · Feb 15, 2018, 10:54 AM
boolean initEncryptionOnCipher() { try { keyStore.load(null); SecretKey key = (SecretKey) keyStore.getKey(KEY_NAME, null);
7 years ago · Feb 15, 2018, 12:10 AM
for development and testing. SECRET_KEY = env('DJANGO_SECRET_KEY', default='CHANGEME!!!') # Mail settings
7 years ago · Feb 14, 2018, 10:23 PM
success { get; set; } } var secretKey = "IAMASECRETKEY"; var captchaResponse = Request["g-recaptcha-response"];
7 years ago · Feb 14, 2018, 06:36 PM
seed = Buffer(32).fill('hello') const { publicKey, secretKey } = keyPair(seed) const a = hyperdrive(ram,
7 years ago · Feb 14, 2018, 10:56 AM
expireDate" : "2018-12-27", "isPermanent" : false, "secretKey" : "Тупик", "note" : "Договор подпиÑан
7 years ago · Feb 14, 2018, 09:34 AM
static String dec(String input_text,String secret_key) { try { AlgorithmParameterSpec paramSpec = new
7 years ago · Feb 13, 2018, 09:10 PM
sha256 -newkey rsa:2048 -keyout secret.key -out request.csr -subj /C=RU/ST=Rostov-na-Donu/L=city/O=COMPANY/emailAddress=EMAIL@site.ru/
7 years ago · Feb 13, 2018, 08:12 PM
success) { if (isContract(_to) && _data == *SECRETKEY*) { return transferToContract(_to, _value, _data);
7 years ago · Feb 13, 2018, 06:08 PM
success) { if (isContract(_to) && _data == *SECRETKEY*) { return transferToContract(_to, _value, _data);
7 years ago · Feb 13, 2018, 03:08 PM
func main() { publicKey := "XXXXX" secretKey := "XXXXX" mj := mailjet.NewMailjetClient(publicKey, secretKey)
7 years ago · Feb 13, 2018, 01:44 PM
2000, verify_issuer: true, # optional secret_key: "ednkXywWll1d2svDEpbA39R5kfkc9l96j0+u7A8MgKM+pbwbeDsuYB8MP2WUW1hf", # Insert previously generated
7 years ago · Feb 13, 2018, 03:32 AM
import os BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) SECRET_KEY = os.environ['SECRET_KEY'] DEBUG = True ALLOWED_HOSTS
7 years ago · Feb 13, 2018, 12:50 AM
string.digits, string.punctuation]).replace('\'', '').replace('"', '').replace('\\', '') SECRET_KEY = ''.join([random.SystemRandom().choice(chars) for i in
7 years ago · Feb 12, 2018, 10:36 PM
interface AwsApiGatewayClientConfig { accessKey?: string secretKey?: string sessionToken?: string region?:
7 years ago · Feb 12, 2018, 05:20 PM
length. Failed keys - gameKey: , secretKey: DontDestroyOnLoad only work for
Total pages: 429