8.6K results in 62 ms
7 years ago · Sep 15, 2018, 12:16 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
7 years ago · Sep 15, 2018, 10:56 AM
PollsterLaunchConfig ", " --access-key ", { "Ref" : "CFNKeys" }, " --secret-key ", { "Fn::GetAtt" : ["CFNKeys", "SecretAccessKey"]}, "\n"]]}}}
7 years ago · Sep 15, 2018, 03:50 AM
String text, String key) { SecretKey skey = new SecretKeySpec(key.getBytes(), "AES");
7 years ago · Sep 14, 2018, 05:40 PM
0, 2) tpunderlinebase.Visible = false --secretkey generalframe.Name = "generalframe" generalframe.Parent = bodyframe
7 years ago · Sep 14, 2018, 12:36 PM
srv/mywebapp' ENV_FILE = '/etc/profile.d/variables.sh' VARIABLES = ('SECRET_KEY', ) def deploy(): def rsync():
7 years ago · Sep 14, 2018, 10:22 AM
import os from app.app import create_app config_name = os.getenv('APP_SETTINGS') app = create_app(config_name) if __name__ == '__main__': app.secret_key = "secret_key" app.run()
7 years ago · Sep 13, 2018, 09:44 PM
public static function sign($payloadData, $secretKey, $options = []) { // Create token header
7 years ago · Sep 13, 2018, 05:36 PM
byte[0]; SecretKeyFactory keyFactory = SecretKeyFactory.getInstance("PBEWithMD5AndDES"); SecretKey key = keyFactory.generateSecret(new PBEKeySpec(SEKRIT)); Cipher
7 years ago · Sep 13, 2018, 02:08 PM
ROSETTA_MESSAGES_PER_PAGE = 10 ROSETTA_SHOW_AT_ADMIN_PANEL = True SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Sep 13, 2018, 01:12 PM
CLASS_MATERIALS_DIR = 'materials' FILE_UPLOAD_PERMISSIONS = None SECRET_KEY = '********************' MEDIA_URL = '/media/' USE_X_FORWARDED_HOST = False
7 years ago · Sep 13, 2018, 06:58 AM
ROSETTA_MESSAGES_PER_PAGE = 10 ROSETTA_SHOW_AT_ADMIN_PANEL = True SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Sep 13, 2018, 04:32 AM
Cipher", e); } try { keyStore.load(null); SecretKey key = (SecretKey) keyStore.getKey(KEY_NAME,null); cipher.init(Cipher.ENCRYPT_MODE,
7 years ago · Sep 13, 2018, 01:00 AM
config = { 'webapp2_extras.sessions': { 'cookie_name': '_simpleauth_sess', 'secret_key': SESSION_KEY }, 'webapp2_extras.auth': { 'user_attributes': [] },'webapp2_extras.jinja2':
7 years ago · Sep 12, 2018, 09:10 PM
used in production secret! SECRET_KEY = 'A SECRET' DEBUG = True
7 years ago · Sep 12, 2018, 08:52 PM
from setting up reCaptcha: " secretkey read -rp "Please enter
7 years ago · Sep 12, 2018, 08:26 PM
0, 2) tpunderlinebase.Visible = false --secretkey generalframe.Name = "generalframe" generalframe.Parent = bodyframe
7 years ago · Sep 12, 2018, 06:52 PM
private KeySpec keySpec; private SecretKey key; private IvParameterSpec iv;
7 years ago · Sep 12, 2018, 05:44 PM
hello"; $encrypted = hash_hmac('sha256', $sequence, "SECRET_KEY"); return base64_encode($encrypted); }
7 years ago · Sep 12, 2018, 04:50 PM
ROSETTA_SHOW_AT_ADMIN_PANEL = True ROSETTA_STORAGE_CLASS = 'rosetta.storage.CacheRosettaStorage' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
Total pages: 429